public sealed class CreateFolderRequest : IMessage<CreateFolderRequest>, IEquatable<CreateFolderRequest>, IDeepCloneable<CreateFolderRequest>, IBufferMessage, IMessage
[[["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 latest version available for `CreateFolderRequest` is 2.5.0, with a historical record of versions down to 1.0.0."],["`CreateFolderRequest` is a class used to create a new folder, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits members from the base `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["`CreateFolderRequest` includes a constructor and a property named `Folder`, which is required for the folder creation process, and only the display name and parent will be consulted."],["This functionality resides within the `Google.Cloud.ResourceManager.V3` namespace, found within the `Google.Cloud.ResourceManager.V3.dll` assembly."]]],[]]