Workflow Executions v1 API - Class CancelExecutionRequest (2.3.0)

public sealed class CancelExecutionRequest : IMessage<CancelExecutionRequest>, IEquatable<CancelExecutionRequest>, IDeepCloneable<CancelExecutionRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Workflow Executions v1 API class CancelExecutionRequest.

Request for the [CancelExecution][google.cloud.workflows.executions.v1.Executions.CancelExecution] method.

Inheritance

object > CancelExecutionRequest

Namespace

Google.Cloud.Workflows.Executions.V1

Assembly

Google.Cloud.Workflows.Executions.V1.dll

Constructors

CancelExecutionRequest()

public CancelExecutionRequest()

CancelExecutionRequest(CancelExecutionRequest)

public CancelExecutionRequest(CancelExecutionRequest other)
Parameter
NameDescription
otherCancelExecutionRequest

Properties

ExecutionName

public ExecutionName ExecutionName { get; set; }

ExecutionName-typed view over the Name resource name property.

Property Value
TypeDescription
ExecutionName

Name

public string Name { get; set; }

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

Property Value
TypeDescription
string