public sealed class GetWorkflowInvocationRequest : IMessage<GetWorkflowInvocationRequest>, IEquatable<GetWorkflowInvocationRequest>, IDeepCloneable<GetWorkflowInvocationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class GetWorkflowInvocationRequest.
[[["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."],[[["The `GetWorkflowInvocationRequest` class is a request message for retrieving workflow invocation details within the Dataform v1beta1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, comparison, deep cloning, and buffer message operations."],["The `GetWorkflowInvocationRequest` class has two constructors: a default constructor and one that takes another `GetWorkflowInvocationRequest` object as a parameter for copying."],["It has properties `Name`, which is a string representing the workflow invocation resource name, and `WorkflowInvocationName`, which is a typed view over the `Name` property, utilizing the `WorkflowInvocationName` type."]]],[]]