public sealed class CancelExecutionRequest : IMessage<CancelExecutionRequest>, IEquatable<CancelExecutionRequest>, IDeepCloneable<CancelExecutionRequest>, IBufferMessage, IMessage
Request for the
[CancelExecution][google.cloud.workflows.executions.v1beta.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-04-02 UTC."],[[["The `CancelExecutionRequest` class is used to request the cancellation of a workflow execution in the Google Cloud Workflows Executions V1Beta service."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for message handling, equality checks, deep cloning, and buffer management."],["The class includes a constructor with no parameters and a constructor that accepts another `CancelExecutionRequest` instance for creating copies."],["It has properties for `ExecutionName`, providing a typed view of the resource name, and `Name`, which is a required string specifying the execution to be cancelled, formatted as a resource path."],["It has links to a list of inherited members and their functions from the `Object` parent class."]]],[]]