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 webpage details the `CreateTagRequest` class, which is used to create tags in the Google Cloud Data Catalog."],["The `CreateTagRequest` class is part of the `Google.Cloud.DataCatalog.V1` namespace and is available in the `Google.Cloud.DataCatalog.V1.dll` assembly."],["The latest version documented is 2.14.0, but other versions are listed on the page going as low as 1.2.0, with 1.4.0 being where most of the information on the page is based."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class, also having inherited members from this class."],["The class offers two constructors and has three properties: `Parent` which is a string to where the tag will be attached, `ParentAsTagName` which is the `TagName`-typed view over the previous property, and `Tag` which is the required tag that will be created."]]],[]]