public sealed class CreateFolderRequest : IMessage<CreateFolderRequest>, IEquatable<CreateFolderRequest>, IDeepCloneable<CreateFolderRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Resource Manager v3 API class CreateFolderRequest.
[[["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 webpage provides reference documentation for the `CreateFolderRequest` class within the Google Cloud Resource Manager v3 API."],["The `CreateFolderRequest` class is used to create folder requests and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes constructors for creating new instances of `CreateFolderRequest`, both with and without an existing `CreateFolderRequest` object."],["The class contains a `Folder` property, which is required and represents the folder to be created, with only the display name and parent being used."],["The documentation provides links to the different versions of the API for the `CreateFolderRequest`, starting with version 1.0.0 up to the latest version 2.5.0."]]],[]]