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-04-01 UTC."],[[["This document outlines the `CreateTagRequest` class within the `Google.Cloud.ArtifactRegistry.V1Beta2` namespace, version 1.0.0-beta06, which is used to request the creation of a new tag."],["The `CreateTagRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available for `CreateTagRequest`: a default constructor and one that takes another `CreateTagRequest` object as a parameter."],["The `CreateTagRequest` class has three main properties: `Parent` (a string representing the parent resource), `Tag` (the tag object to be created), and `TagId` (a string specifying the tag's ID)."],["This class is found within the `Google.Cloud.ArtifactRegistry.V1Beta2.dll` assembly."]]],[]]