public sealed class GetFolderRequest : IMessage<GetFolderRequest>, IEquatable<GetFolderRequest>, IDeepCloneable<GetFolderRequest>, IBufferMessage, IMessage
[[["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."],[[["The latest version of the `GetFolderRequest` class is 2.5.0, part of the Google Cloud Resource Manager V3 library."],["`GetFolderRequest` is a message class used for retrieving folder information, inheriting from `Object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `GetFolderRequest` class has two constructors: a default constructor and one that accepts another `GetFolderRequest` object as a parameter."],["It contains two key properties: `FolderName`, a typed view over the resource name, and `Name`, which is a string representing the resource name of the folder to be retrieved, formatted as `folders/{folder_id}`."],["This class is located within the `Google.Cloud.ResourceManager.V3` namespace and is part of the `Google.Cloud.ResourceManager.V3.dll` assembly."]]],[]]