public sealed class MoveFolderMetadata : IMessage<MoveFolderMetadata>, IEquatable<MoveFolderMetadata>, IDeepCloneable<MoveFolderMetadata>, IBufferMessage, IMessage
[[["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 page documents the `MoveFolderMetadata` class, which is part of the `Google.Cloud.ResourceManager.V3` namespace and provides metadata related to the folder move process."],["The `MoveFolderMetadata` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class has two constructors, a default one and another that accepts an existing `MoveFolderMetadata` object as a parameter."],["Key properties within `MoveFolderMetadata` include `DestinationParent` (where the folder is moving to), `DisplayName` (the name of the folder), and `SourceParent` (the folder's original location), all as string values."],["There are various versions of the `MoveFolderMetadata` class, with version `2.5.0` being the most recent, and they are all linked within the page."]]],[]]