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 details the `CreateTagRequest` class, which is used to create tags within the Google Cloud Data Catalog."],["`CreateTagRequest` is part of the `Google.Cloud.DataCatalog.V1` namespace in the .NET library, specifically in the `Google.Cloud.DataCatalog.V1.dll` assembly."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from `Object`."],["It includes properties such as `Parent` (the resource to attach the tag to), `ParentAsTagName` (a `TagName`-typed view of the parent resource), and `Tag` (the tag to be created)."],["The documentation supports multiple previous versions, with the most recent version being 2.14.0 and the page containing the 1.7.0 documentation."]]],[]]