public sealed class GetWorkspaceRequest : IMessage<GetWorkspaceRequest>, IEquatable<GetWorkspaceRequest>, IDeepCloneable<GetWorkspaceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class GetWorkspaceRequest.
[[["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 `GetWorkspaceRequest` class is part of the Dataform v1beta1 API and is used to request a specific workspace."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The latest version of this class is `1.0.0-beta08`, with `1.0.0-beta07` being a previous version."],["It has two constructors, one parameterless and another which takes another `GetWorkspaceRequest` object as an argument, and it includes properties for `Name` and `WorkspaceName`."],["`GetWorkspaceRequest` has inherited members such as `GetHashCode()`, `GetType()` and `ToString()` from `object`."]]],[]]