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"]],[["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."],[[["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."]]],[]]