public sealed class MoveFileRequest : IMessage<MoveFileRequest>, IEquatable<MoveFileRequest>, IDeepCloneable<MoveFileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class MoveFileRequest.
[[["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 document provides reference documentation for the `MoveFileRequest` class within the Dataform v1beta1 API, specifically detailing its structure, inheritance, and implemented interfaces."],["The `MoveFileRequest` class is a message type used to request the movement of a file within a workspace, and it is part of the `Google.Cloud.Dataform.V1Beta1` namespace, contained within the `Google.Cloud.Dataform.V1Beta1.dll` assembly."],["The class includes properties such as `NewPath`, `Path`, and `Workspace`, which are all required and define the file's new location, current location, and the relevant workspace, respectively."],["`WorkspaceAsWorkspaceName` is a property provided to get the name of the workspace as a `WorkspaceName` typed view."],["The `MoveFileRequest` class implements the `IMessage`, `IEquatable\u003cMoveFileRequest\u003e`, `IDeepCloneable\u003cMoveFileRequest\u003e`, and `IBufferMessage` interfaces, and its parent class is object."]]],[]]