public sealed class CreateTagKeyRequest : IMessage<CreateTagKeyRequest>, IEquatable<CreateTagKeyRequest>, IDeepCloneable<CreateTagKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Resource Manager v3 API class CreateTagKeyRequest.
[[["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 within the Google Cloud Resource Manager v3 API."],["This class supports multiple versions of the API, with version 2.5.0 being the latest and version 1.0.0 being the oldest."],["`CreateTagKeyRequest` implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class has a `TagKey` property, which is required, and a `ValidateOnly` property, which is optional and allows for request validation without execution."],["There are two constructors provided: a default constructor and a constructor that takes another `CreateTagKeyRequest` object to copy its values."]]],[]]