Interface: ICancelOperationRequest
nexus.v1.ICancelOperationRequest
Properties of a CancelOperationRequest.
Hierarchy
-
↳
ICancelOperationRequest
Properties
operation
• Optional operation: null | string
Type of operation to cancel.
Inherited from
operationId
• Optional operationId: null | string
Operation ID as originally generated by a Handler.
Deprecated. Renamed to operation_token.
Inherited from
operationToken
• Optional operationToken: null | string
Operation token as originally generated by a Handler.
Inherited from
service
• Optional service: null | string
Service name.