public sealed class DeleteWorkflowRequest : IMessage<DeleteWorkflowRequest>, IEquatable<DeleteWorkflowRequest>, IDeepCloneable<DeleteWorkflowRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Workflows v1beta API class DeleteWorkflowRequest.
Request for the
[DeleteWorkflow][google.cloud.workflows.v1beta.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-21 UTC."],[[["The `DeleteWorkflowRequest` class is part of the Workflows v1beta API in the `Google.Cloud.Workflows.V1Beta` namespace, used to request the deletion of a workflow."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["There are two constructors available for creating instances of `DeleteWorkflowRequest`, one default and another that allows cloning from an existing `DeleteWorkflowRequest` instance."],["The class includes two properties, `Name` (a string) which is the required name of the workflow to delete, and `WorkflowName`, a `WorkflowName` typed view over the name resource."],["The documentation shows the latest version is 2.0.0-beta05, with 2.0.0-beta04 and 1.0.0-beta03 also being available versions."]]],[]]