public sealed class DeleteWorkflowInvocationRequest : IMessage<DeleteWorkflowInvocationRequest>, IEquatable<DeleteWorkflowInvocationRequest>, IDeepCloneable<DeleteWorkflowInvocationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class DeleteWorkflowInvocationRequest.
[[["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-05-02 UTC."],[[["The latest version of the `DeleteWorkflowInvocationRequest` class is 1.0.0-beta08, and it is used as a request message for deleting a workflow invocation within the Dataform v1beta1 API."],["This class inherits from the `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like message handling, equality checks, deep cloning, and buffer management."],["The `DeleteWorkflowInvocationRequest` class has two constructors, one default and one that accepts another `DeleteWorkflowInvocationRequest` object as a parameter to create a new object."],["The class contains two primary properties, `Name` which is a string representing the required workflow invocation resource's name, and `WorkflowInvocationName`, which provides a typed view over the resource name property."],["The class belongs to the namespace `Google.Cloud.Dataform.V1Beta1`, and its associated assembly is `Google.Cloud.Dataform.V1Beta1.dll`."]]],[]]