public sealed class MoveFolderMetadata : IMessage<MoveFolderMetadata>, IEquatable<MoveFolderMetadata>, IDeepCloneable<MoveFolderMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Resource Manager v3 API class MoveFolderMetadata.
[[["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."],[[["The `MoveFolderMetadata` class in the Cloud Resource Manager v3 API provides metadata about the folder move operation."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `MoveFolderMetadata` class includes properties such as `DestinationParent`, `DisplayName`, and `SourceParent`, which hold information about the move destination, folder's name and the original folder location."],["There are multiple versions available, ranging from version 1.0.0 to the latest version 2.5.0."],["The class has two constructors: a default one and another that copies data from a different `MoveFolderMetadata` object."]]],[]]