public sealed class CreateTagRequest : IMessage<CreateTagRequest>, IEquatable<CreateTagRequest>, IDeepCloneable<CreateTagRequest>, 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."],[[["This webpage details the `CreateTagRequest` class, which is used to create a new tag within the Google Cloud Artifact Registry."],["The `CreateTagRequest` class is implemented in the `Google.Cloud.ArtifactRegistry.V1` namespace and is part of the `Google.Cloud.ArtifactRegistry.V1.dll` assembly."],["The `CreateTagRequest` class can be constructed using a default constructor or by providing another `CreateTagRequest` object as a parameter."],["The class has properties such as `Parent`, `Tag`, and `TagId`, which are used to specify the parent resource, the tag to be created, and the tag ID respectively."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."]]],[]]