public sealed class CreateTagRequest : IMessage<CreateTagRequest>, IEquatable<CreateTagRequest>, IDeepCloneable<CreateTagRequest>, IBufferMessage, IMessage
Request message for
[CreateTag][google.cloud.datacatalog.v1.DataCatalog.CreateTag].
[[["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 page provides documentation for the `CreateTagRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, specifically for the .NET environment."],["`CreateTagRequest` is a request message used for creating tags in the Google Cloud Data Catalog, and it allows attaching tags to entries with a maximum limit of 1000 tags per entry."],["The page outlines the class's inheritance from `Object` and its implementation of interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateTagRequest` class includes properties like `Parent`, `ParentAsTagName`, and `Tag`, which are used to specify the resource to attach the tag to and the tag itself."],["The page provides a history of versions for the `CreateTagRequest` document, with version 2.14.0 as the latest and version 1.2.0 being the minimum version listed."]]],[]]