public sealed class GetFolderRequest : IMessage<GetFolderRequest>, IEquatable<GetFolderRequest>, IDeepCloneable<GetFolderRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Resource Manager v3 API class GetFolderRequest.
[[["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 webpage provides reference documentation for the `GetFolderRequest` class within the Cloud Resource Manager v3 API, specifically for version 2.1.0 of the .NET library."],["`GetFolderRequest` is a class used to retrieve a folder resource and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, among other features."],["It contains two constructors, `GetFolderRequest()` and `GetFolderRequest(GetFolderRequest)`, and it defines two key properties, `FolderName` and `Name`, with the latter being a required field specifying the resource name of the folder."],["There are multiple versions of the `GetFolderRequest` class, with the latest being 2.5.0 and there being several versions available from 1.0.0 up to 2.5.0."]]],[]]