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 Google Cloud Resource Manager v3 API for .NET."],["The `GetFolderRequest` class is a message type used to request information about a specific folder, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the API is 2.5.0, with several older versions available for reference, ranging from 1.0.0 up to 2.4.0."],["The `GetFolderRequest` class includes properties like `FolderName` and `Name`, where `Name` is a required field to identify the target folder by its resource name."],["The GetFolderRequest class can be constructed using either the default constructor or a copy constructor that accepts another GetFolderRequest instance as a parameter."]]],[]]