public sealed class MakeDirectoryRequest : IMessage<MakeDirectoryRequest>, IEquatable<MakeDirectoryRequest>, IDeepCloneable<MakeDirectoryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class MakeDirectoryRequest.
[[["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 covers the `MakeDirectoryRequest` class within the Google Cloud Dataform v1beta1 API, specifically version 1.0.0-beta06."],["`MakeDirectoryRequest` is a sealed class used to request the creation of a new directory, inheriting from `object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that accepts another `MakeDirectoryRequest` object for initialization."],["The class includes properties like `Path`, which specifies the directory's full path, and `Workspace`, which identifies the workspace name, both of which are required properties of type string."],["`WorkspaceAsWorkspaceName` provides a typed view of the Workspace resource name property, using the `WorkspaceName` type."]]],[]]