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 document provides reference documentation for the `CreateFolderRequest` class within the Google Cloud Resource Manager v3 API for .NET."],["The `CreateFolderRequest` class is used to construct a request to create a new folder, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are multiple versions of the `CreateFolderRequest` class available, ranging from version 1.0.0 to the latest, 2.5.0."],["The class has two constructors: a default constructor and one that takes another `CreateFolderRequest` object as a parameter for copying, and has one key `Folder` property to set the folder."],["The `Folder` property within `CreateFolderRequest` is required and specifies the folder being created, taking into consideration the display name and parent but ignores other fields."]]],[]]