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