Class CancelExecutionRequest (1.7.0)

CancelExecutionRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request for the CancelExecution method.

Attribute

NameDescription
name str
Required. Name of the execution to be cancelled. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}

Inheritance

builtins.object > proto.message.Message > CancelExecutionRequest