public sealed class CreateTagKeyRequest : IMessage<CreateTagKeyRequest>, IEquatable<CreateTagKeyRequest>, IDeepCloneable<CreateTagKeyRequest>, 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 `CreateTagKeyRequest` class is used to create a request for a new TagKey in Google Cloud Resource Manager."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and use within the .NET ecosystem."],["The `CreateTagKeyRequest` can be instantiated either as an empty object or by copying an existing `CreateTagKeyRequest` instance, allowing for flexibility in object creation."],["The `TagKey` property, of type `TagKey`, is required and specifies the details of the tag key being created, focusing on `short_name`, `description`, and `parent`."],["The `ValidateOnly` property allows for a validation-only check before the actual tag key creation, ensuring the request is valid without performing the action."]]],[]]