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