public sealed class RenameFolderMetadata : IMessage<RenameFolderMetadata>, IEquatable<RenameFolderMetadata>, IDeepCloneable<RenameFolderMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Storage v2 API class RenameFolderMetadata.
Message returned in the metadata field of the Operation resource for
RenameFolder operations.
[[["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."],[[["This page provides reference documentation for the `RenameFolderMetadata` class within the Google Cloud Storage v2 API."],["`RenameFolderMetadata` is used to provide details in the metadata field of an Operation resource during folder renaming operations."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["Key properties of `RenameFolderMetadata` include `CommonMetadata`, `DestinationFolderId`, and `SourceFolderId`, providing details about the rename operation."],["The class includes two constructors that facilitate the creation of a new `RenameFolderMetadata` object, or one copied from an existing `RenameFolderMetadata`."]]],[]]