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 to retrieve a TagKey, with the latest version being 2.5.0."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations and compatibility with other systems."],["The `GetTagKeyRequest` class has two constructors: a default constructor and one that accepts another `GetTagKeyRequest` object for initialization."],["It contains properties such as `Name` which is a required string to identify the TagKey, and `TagKeyName`, which provides a typed view over the name property."],["The class has inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone` and `ToString` from the `Object` class."]]],[]]