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 document provides reference documentation for the `DeleteWorkflowConfigRequest` class within the Dataform v1beta1 API."],["The latest version of `DeleteWorkflowConfigRequest` is 1.0.0-beta08, and an earlier version, 1.0.0-beta07, is also available for review."],["`DeleteWorkflowConfigRequest` is used to send requests to delete a workflow configuration, and it inherits from and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Name` which is of type string and is required for specifying the name of the workflow config to be deleted and `WorkflowConfigName` which is a typed view of the `Name` resource."]]],[]]