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-25 UTC."],[[["This page details the `CreateTagRequest` class, which is used to create tags in the Google Cloud Data Catalog."],["`CreateTagRequest` is part of the `Google.Cloud.DataCatalog.V1` namespace, found within the `Google.Cloud.DataCatalog.V1.dll` assembly and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Parent`, which specifies the resource to attach the tag to, `ParentAsTagName`, a `TagName`-typed view over the `Parent`, and `Tag`, which represents the tag being created."],["The page lists various previous version of the CreateTagRequest class, the latest being version 2.14.0."],["`CreateTagRequest` has two constructors : one without parameters, and one that takes another `CreateTagRequest` object as parameter."]]],[]]