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 page documents the `CreateFolderRequest` class within the `Google.Cloud.ResourceManager.V3` namespace, used for creating folder resources."],["The `CreateFolderRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available for `CreateFolderRequest`: a default constructor and one that accepts another `CreateFolderRequest` instance."],["The `Folder` property, which is required for the request, specifies the details of the folder to be created, using the `Folder` class."],["Version 2.5.0 is the most recent release of this documentation, while this current page is for version 2.0.0, with a total of 9 documented versions."]]],[]]