public sealed class CreateTagRequest : IMessage<CreateTagRequest>, IEquatable<CreateTagRequest>, IDeepCloneable<CreateTagRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1 API class CreateTagRequest.
[[["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 provides reference documentation for the `CreateTagRequest` class within the Google Cloud Artifact Registry v1 API, specifically detailing its use within the .NET framework."],["The `CreateTagRequest` class, found in the `Google.Cloud.ArtifactRegistry.V1` namespace, is used to create new tags and is implemented as a sealed class inheriting from `object` and implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version of the `CreateTagRequest` documentation is 2.9.0, and the page allows users to navigate through various versions of the documentation, ranging from 1.0.0 up to 2.9.0."],["The class includes properties such as `Parent`, `Tag`, and `TagId`, which are used to specify the parent resource, the tag details, and the tag's identifier respectively."],["The CreateTagRequest class has two constructors, a default and a constructor that takes an existing CreateTagRequest instance as a parameter."]]],[]]