public sealed class GetTagKeyRequest : IMessage<GetTagKeyRequest>, IEquatable<GetTagKeyRequest>, IDeepCloneable<GetTagKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Resource Manager v3 API class GetTagKeyRequest.
[[["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 `GetTagKeyRequest` class within the Google Cloud Resource Manager v3 API, specifically version 2.4.0."],["`GetTagKeyRequest` is a class used to request a specific TagKey, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two constructors, a default one and one that allows you to create a copy, and also has two properties, `Name` which is a string representing the resource name and `TagKeyName` which is a typed view of `Name`."],["The `Name` property is a required string that should follow the format `tagKeys/{id}`, such as `tagKeys/123`."],["The webpage also provides links to previous versions, starting from 1.0.0 up to 2.5.0, the latest version."]]],[]]