Workflow Executions v1beta API - Class CancelExecutionRequest (2.0.0-beta04)

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

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

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

Inheritance

object > CancelExecutionRequest

Namespace

Google.Cloud.Workflows.Executions.V1Beta

Assembly

Google.Cloud.Workflows.Executions.V1Beta.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