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."],[[["This webpage details the `CreateFolderRequest` class within the `Google.Cloud.ResourceManager.V3` namespace, used for creating folders in Google Cloud resources."],["The latest version of the `CreateFolderRequest` class is 2.5.0, and the page offers access to documentation for versions ranging from 1.0.0 to 2.5.0."],["The `CreateFolderRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from the `Object` class."],["The class includes two constructors: a default constructor and one that accepts another `CreateFolderRequest` object as a parameter for creating a new instance."],["The `Folder` property within the `CreateFolderRequest` class is required and specifies the details of the folder to be created, with only the display name and parent fields being relevant."]]],[]]