Skip to main content

Interface: ICancelOperationRequest

nexus.v1.ICancelOperationRequest

Properties of a CancelOperationRequest.

Hierarchy

Properties

operation

Optional operation: null | string

Type of operation to cancel.

Inherited from

$Properties.operation


operationId

Optional operationId: null | string

Operation ID as originally generated by a Handler.

Deprecated. Renamed to operation_token.

Inherited from

$Properties.operationId


operationToken

Optional operationToken: null | string

Operation token as originally generated by a Handler.

Inherited from

$Properties.operationToken


service

Optional service: null | string

Service name.

Inherited from

$Properties.service