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."],[[["This webpage provides documentation for the `CreateTagKeyRequest` class, which is part of the `Google.Cloud.ResourceManager.V3` namespace in version 1.2.0."],["The `CreateTagKeyRequest` class is used to create a request for creating a `TagKey`, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, one default and another that takes an existing `CreateTagKeyRequest` object for a parameter, allowing for object duplication."],["It has two properties, `TagKey` for specifying the tag to be created, and `ValidateOnly`, to perform validation without creating the resource."],["The page also lists all available versions of the class, with the latest being 2.5.0, however this current documentation is for version 1.2.0."]]],[]]