public sealed class DeleteWorkflowRequest : IMessage<DeleteWorkflowRequest>, IEquatable<DeleteWorkflowRequest>, IDeepCloneable<DeleteWorkflowRequest>, IBufferMessage, IMessage
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."],[[["This page provides documentation for the `DeleteWorkflowRequest` class, which is used to request the deletion of a workflow in Google Cloud Workflows."],["The `DeleteWorkflowRequest` class is part of the `Google.Cloud.Workflows.V1` namespace and is implemented in the `Google.Cloud.Workflows.V1.dll` assembly."],["It includes properties like `Name` (a string representing the workflow's resource name) and `WorkflowName` (a `WorkflowName`-typed view of the resource name)."],["The `DeleteWorkflowRequest` class can be constructed using either a parameterless constructor or a constructor that accepts another `DeleteWorkflowRequest` instance."],["The current documentation includes the latest version at 2.5.0, as well as versions dating back to 1.0.0."]]],[]]