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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage details the `GetTagKeyRequest` class, which is used to request a specific TagKey within the Google Cloud Resource Manager."],["The latest version of `GetTagKeyRequest` is 2.5.0, and the page also provides links to previous versions back to 1.0.0."],["`GetTagKeyRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two constructors: a default constructor and another that takes an existing `GetTagKeyRequest` object as a parameter."],["Key properties of the class include `Name`, a string representing the resource name in the format `tagKeys/{id}`, and `TagKeyName`, which is a `TagKeyName`-typed view over the `Name` property."]]],[]]