public sealed class MoveFolderRequest : IMessage<MoveFolderRequest>, IEquatable<MoveFolderRequest>, IDeepCloneable<MoveFolderRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Resource Manager v3 API class MoveFolderRequest.
Required. The resource name of the folder or organization which should be
the folder's new parent. Must be of the form folders/{folder_id} or
organizations/{org_id}.
[[["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 `MoveFolderRequest` class within the Google Cloud Resource Manager v3 API, specifically version 2.2.0, and details the class's properties, constructors, and inheritance."],["The `MoveFolderRequest` class is used to move a folder to a new parent, either a folder or an organization, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that accepts another `MoveFolderRequest` object for initialization."],["Key properties of the `MoveFolderRequest` class include `DestinationParent` and `Name`, both of which are required and represent the new parent and the folder to be moved, respectively."],["There are multiple versions of the `MoveFolderRequest` class, ranging from version 1.0.0 up to the latest version 2.5.0, all of which share a similar structure and function."]]],[]]