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 documentation details the `MoveDirectoryRequest` class within the Google Cloud Dataform v1beta1 API, specifically version 1.0.0-beta06."],["The `MoveDirectoryRequest` class is used to request the movement of a directory within a Dataform workspace and inherits from `object`, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `MoveDirectoryRequest` include `NewPath` (the desired new path), `Path` (the current path of the directory), and `Workspace` (the workspace name where the directory resides)."],["The class includes two constructors: a default constructor (`MoveDirectoryRequest()`) and a copy constructor (`MoveDirectoryRequest(MoveDirectoryRequest other)`), for creating a new instance or a copy of the MoveDirectoryRequest class."],["The `WorkspaceAsWorkspaceName` property provides a `WorkspaceName`-typed view over the `Workspace` resource name."]]],[]]