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"]],[["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 provides reference documentation for the `CreateFolderRequest` class within the Google Cloud Resource Manager v3 API, specifically for version 2.1.0."],["The `CreateFolderRequest` class is used to create a request for a new folder, inheriting from `Object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a constructor for creating a `CreateFolderRequest` object, either empty or by cloning another `CreateFolderRequest`, accepting another instance of the same class as a parameter."],["The primary property within `CreateFolderRequest` is `Folder`, which is required and of type `Folder`, allowing the configuration of the folder being created, although only the display name and parent are considered."],["The documentation also lists previous and subsequent versions of the `CreateFolderRequest` class with their respective documentation, showing a history between versions 1.0.0 to 2.5.0."]]],[]]