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 within the `Google.Cloud.ArtifactRegistry.V1` namespace, used for requesting the creation of a new tag."],["The `CreateTagRequest` class, which is found in the `Google.Cloud.ArtifactRegistry.V1.dll` assembly, has a constructor and inherits from `Object` while implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains three properties: `Parent`, which represents the parent resource's name; `Tag`, which represents the tag to create; and `TagId`, which represents the repository's tag identifier."],["The current version for this class is 1.1.0 and the most recent version available is 2.9.0, with several intermediary versions as well."]]],[]]