public sealed class MoveFolderRequest : IMessage<MoveFolderRequest>, IEquatable<MoveFolderRequest>, IDeepCloneable<MoveFolderRequest>, IBufferMessage, IMessage
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eMoveFolderRequest\u003c/code\u003e class is used to represent a request to move a folder within the Google Cloud Resource Manager.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this class is 2.5.0, and previous versions back to 1.0.0 are also available, and it has multiple implementations like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties such as \u003ccode\u003eDestinationParent\u003c/code\u003e, specifying the new parent folder or organization, and \u003ccode\u003eName\u003c/code\u003e, which is the name of the folder to be moved.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMoveFolderRequest\u003c/code\u003e class has a constructor to create a new instance and another constructor to make a copy from an existing \u003ccode\u003eMoveFolderRequest\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eBoth \u003ccode\u003eDestinationParent\u003c/code\u003e and \u003ccode\u003eName\u003c/code\u003e properties are of the type String, and they are required to indicate the new location and the name of the folder to move respectively.\u003c/p\u003e\n"]]],[],null,[]]