public sealed class MoveDirectoryRequest : IMessage<MoveDirectoryRequest>, IEquatable<MoveDirectoryRequest>, IDeepCloneable<MoveDirectoryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class MoveDirectoryRequest.
[[["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 page provides documentation for the `MoveDirectoryRequest` class within the Google Cloud Dataform v1beta1 API, specifically version 1.0.0-beta08, and includes a link to an earlier version 1.0.0-beta07."],["The `MoveDirectoryRequest` class is a message type used to request the movement of a directory, inheriting from `object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains three key string properties: `NewPath`, representing the desired new path for the directory; `Path`, indicating the current path of the directory; and `Workspace`, which defines the name of the workspace to which the directory belongs."],["The class also has a property named `WorkspaceAsWorkspaceName` that returns a type view over the `Workspace` resource name."],["There are two constructors available for creating `MoveDirectoryRequest` objects: a default constructor and another that accepts an existing `MoveDirectoryRequest` object as a parameter."]]],[]]