public sealed class DeleteWorkflowRequest : IMessage<DeleteWorkflowRequest>, IEquatable<DeleteWorkflowRequest>, IDeepCloneable<DeleteWorkflowRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Workflows v1 API class DeleteWorkflowRequest.
Request for the
[DeleteWorkflow][google.cloud.workflows.v1.Workflows.DeleteWorkflow]
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-24 UTC."],[[["The latest version of the `DeleteWorkflowRequest` class is 2.5.0, but multiple versions are available, ranging from 1.0.0 to 2.5.0."],["`DeleteWorkflowRequest` is a class used in the Workflows v1 API for requesting the deletion of a workflow, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `object` and includes properties like `Name`, which is the required identifier of the workflow to be deleted, and `WorkflowName`, which is a resource name property view."],["The `DeleteWorkflowRequest` class is part of the `Google.Cloud.Workflows.V1` namespace and the `Google.Cloud.Workflows.V1.dll` assembly, offering constructors for creating instances, either default or by cloning an existing instance."]]],[]]