public sealed class CreateFolderMetadata : IMessage<CreateFolderMetadata>, IEquatable<CreateFolderMetadata>, IDeepCloneable<CreateFolderMetadata>, IBufferMessage, IMessage
Metadata pertaining to the Folder creation process.
[[["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 `CreateFolderMetadata` class in the `Google.Cloud.ResourceManager.V3` namespace pertains to the metadata associated with the process of creating a new folder."],["The latest version of this API documentation is `2.5.0`, with versions ranging down to `1.0.0` available for review, including the current page's version of `1.2.0`."],["The `CreateFolderMetadata` class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces and inherits from the `Object` class."],["This class has properties for `DisplayName` and `Parent`, both of which are strings and represent the display name of the folder and the resource name of the parent, respectively."],["There are two constructors provided for `CreateFolderMetadata`, a default constructor and one that accepts another `CreateFolderMetadata` object."]]],[]]