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