interface ServiceEndpointExecutionRecord {
    data?: ServiceEndpointExecutionData;
    endpointId?: string;
}

Properties

Properties

Gets the execution data of service endpoint execution.

endpointId?: string

Gets the Id of service endpoint.