Class: CancelOperationRequest
nexus.v1.CancelOperationRequest
A request to cancel an operation.
Implements
Constructors
constructor
• new CancelOperationRequest(properties?): CancelOperationRequest
Constructs a new CancelOperationRequest.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | ICancelOperationRequest | Properties to set |
Returns
Properties
operation
• operation: string
Type of operation to cancel.
Implementation of
ICancelOperationRequest.operation
operationId
• operationId: string
Operation ID as originally generated by a Handler.
Deprecated. Renamed to operation_token.
Implementation of
ICancelOperationRequest.operationId
operationToken
• operationToken: string
Operation token as originally generated by a Handler.