public sealed class CancelExecutionRequest : IMessage<CancelExecutionRequest>, IEquatable<CancelExecutionRequest>, IDeepCloneable<CancelExecutionRequest>, IBufferMessage, IMessage
Request for the [CancelExecution][google.cloud.workflows.executions.v1.Executions.CancelExecution] method.
Implements
IMessage<CancelExecutionRequest>, IEquatable<CancelExecutionRequest>, IDeepCloneable<CancelExecutionRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Workflows.Executions.V1Assembly
Google.Cloud.Workflows.Executions.V1.dll
Constructors
CancelExecutionRequest()
public CancelExecutionRequest()
CancelExecutionRequest(CancelExecutionRequest)
public CancelExecutionRequest(CancelExecutionRequest other)
Parameter | |
---|---|
Name | Description |
other | CancelExecutionRequest |
Properties
ExecutionName
public ExecutionName ExecutionName { get; set; }
ExecutionName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |