Class CancelExecutionRequest (1.0.0)

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

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