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"]],[["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."],[[["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."]]],[]]