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 document provides reference information for the `GetFolderRequest` class within the Google Cloud Resource Manager v3 API, specifically for version 2.4.0 of the .NET library."],["`GetFolderRequest` is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for working with folder resources."],["The class includes constructors for creating new `GetFolderRequest` objects, either default or by copying from an existing `GetFolderRequest` object."],["It contains two properties, `FolderName` which is a typed view of the resource name, and `Name`, a string representing the resource name of the folder to retrieve in the format `folders/{folder_id}`."],["The documentation also lists all previous versions of the same class, ranging from `2.5.0` to `1.0.0`, showing the evolution of the `GetFolderRequest`."]]],[]]