public sealed class GetTagKeyRequest : IMessage<GetTagKeyRequest>, IEquatable<GetTagKeyRequest>, IDeepCloneable<GetTagKeyRequest>, 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 `GetTagKeyRequest` class is a request message used for retrieving a specific TagKey within the Google Cloud Resource Manager."],["This class is part of the `Google.Cloud.ResourceManager.V3` namespace and is defined in the `Google.Cloud.ResourceManager.V3.dll` assembly."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for various functionalities like message handling and object comparison."],["The `GetTagKeyRequest` has a `Name` property, which is a string representing the resource name in the format `tagKeys/{id}`, and a `TagKeyName` property which provides a typed view of the `Name`."],["The latest version for this request is 2.5.0, with multiple previous versions also detailed."]]],[]]