public sealed class UpdateFolderMetadata : IMessage<UpdateFolderMetadata>, IEquatable<UpdateFolderMetadata>, IDeepCloneable<UpdateFolderMetadata>, IBufferMessage, IMessage
A status object which is used as the metadata field for the Operation
returned by UpdateFolder.
[[["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 `UpdateFolderMetadata` class, which is a status object used as metadata for operations involving updating folders, in the Google Cloud Resource Manager V3."],["The latest version available is 2.5.0, and the documentation provides links to several other versions, including 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.2.0, 1.1.0, and 1.0.0."],["The `UpdateFolderMetadata` class implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["It is located in the `Google.Cloud.ResourceManager.V3` namespace within the `Google.Cloud.ResourceManager.V3.dll` assembly."],["The class has two constructors, one default and one that takes another `UpdateFolderMetadata` object as a parameter for copying."]]],[]]