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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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`."]]],[]]