public sealed class CancelExecutionRequest : IMessage<CancelExecutionRequest>, IEquatable<CancelExecutionRequest>, IDeepCloneable<CancelExecutionRequest>, IBufferMessage, IMessage
Request for the
[CancelExecution][google.cloud.workflows.executions.v1.Executions.CancelExecution]
method.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `CancelExecutionRequest` class is used to request the cancellation of a workflow execution."],["The latest version of the `CancelExecutionRequest` class is 2.6.0, with multiple versions ranging down to 1.0.0 available."],["The `CancelExecutionRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CancelExecutionRequest` class contains properties such as `ExecutionName`, which provides a typed view over the `Name` resource name property, and `Name` which represents the name of the execution to cancel."],["The class is found within the namespace `Google.Cloud.Workflows.Executions.V1` and the assembly `Google.Cloud.Workflows.Executions.V1.dll`."]]],[]]