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."],[[["This webpage provides documentation for the `GetFolderRequest` class within the `Google.Cloud.ResourceManager.V3` namespace, specifically version 2.0.0, which is a message type used for retrieving folder information."],["The `GetFolderRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class, indicating its role in the .NET environment."],["The class offers two constructors: a default constructor `GetFolderRequest()` and an overload `GetFolderRequest(GetFolderRequest other)` for copying an existing `GetFolderRequest` object."],["The `GetFolderRequest` class includes two key properties: `FolderName`, a typed view for the resource name, and `Name`, a string property representing the required folder resource name in the format `folders/{folder_id}`."],["The documentation provides various versions of the `GetFolderRequest`, ranging from the latest version 2.5.0 back to version 1.0.0, showing the history of the class."]]],[]]