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-03-21 UTC."],[[["This documentation is for the `DeleteWorkflowConfigRequest` class within the Dataform v1beta1 API, specifically version 1.0.0-beta06, with a newer beta version available."],["The `DeleteWorkflowConfigRequest` class is used to formulate requests for deleting a workflow configuration within the Dataform API and inherits properties and methods from several interfaces and the object class."],["The class implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`, providing functionalities for message handling, equality checks, and deep cloning, respectively."],["The `DeleteWorkflowConfigRequest` class includes properties such as `Name` (a string representing the workflow config's name) and `WorkflowConfigName` (a typed view of the `Name` property)."],["There are two constructors available for the `DeleteWorkflowConfigRequest` class: a default constructor and one that accepts another instance of the class as a parameter for copying."]]],[]]