Skip to main content

Interface: ICancelOperationRequest

nexus.v1.ICancelOperationRequest

Properties of a CancelOperationRequest.

Implemented by

Properties

operation

Optional operation: null | string

Type of operation to cancel.


operationId

Optional operationId: null | string

Operation ID as originally generated by a Handler.

Deprecated: Renamed to operation_token.


operationToken

Optional operationToken: null | string

Operation token as originally generated by a Handler.


service

Optional service: null | string

Service name.