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 information for the `MoveFolderRequest` class within the Google Cloud Resource Manager v3 API, specifically for version 2.1.0."],["The `MoveFolderRequest` class is used to define a request to move a folder to a new parent, as defined by the `DestinationParent` and the folder's `Name`."],["The `MoveFolderRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities such as deep cloning and message buffering."],["The `MoveFolderRequest` class includes properties such as `DestinationParent` and `Name`, both of which are required to execute a folder move operation, and both of which are able to take the type of string, with the parent also being able to take the `IResourceName` type, and the name being able to take `FolderName`."],["The latest version of this class is version 2.5.0, but this document provides documentation for version 2.1.0, and there are 7 other prior versions of this documentation available."]]],[]]