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 content pertains to the `CancelExecutionRequest` class within the `Google.Cloud.Workflows.Executions.V1` namespace, specifically version 2.0.0 and its associated versions."],["`CancelExecutionRequest` is used to request the cancellation of a workflow execution through the `CancelExecution` method, as part of the Google Cloud Workflows API."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `CancelExecutionRequest` class has properties such as `ExecutionName` and `Name`, the latter of which is required and contains the formatted name of the execution to be canceled."],["There are multiple previous versions of this class, as presented in the list, with version 2.6.0 being the latest."]]],[]]