public sealed class DeleteWorkflowConfigRequest : IMessage<DeleteWorkflowConfigRequest>, IEquatable<DeleteWorkflowConfigRequest>, IDeepCloneable<DeleteWorkflowConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class DeleteWorkflowConfigRequest.
[[["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-06-05 UTC."],[[["This document provides reference information for the `DeleteWorkflowConfigRequest` class within the Dataform v1beta1 API, specifically version 1.0.0-beta07."],["The `DeleteWorkflowConfigRequest` class is used to create requests for deleting a workflow configuration and it implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It inherits from the base `object` class and it also contains the `Name` property and `WorkflowConfigName` property."],["The `DeleteWorkflowConfigRequest` has two constructors: a default constructor and one that takes another `DeleteWorkflowConfigRequest` object as a parameter."]]],[]]