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 within the `Google.Cloud.DataCatalog.V1` namespace, used for creating tags in the Data Catalog."],["The `CreateTagRequest` class has multiple versions available, ranging from version 1.2.0 to the latest version 2.14.0, with each version linked to its documentation."],["`CreateTagRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `Parent`, which specifies the resource to attach a tag, and `Tag`, which is the tag being created."],["The class contains 2 constructors: the default `CreateTagRequest()` constructor and the constructor `CreateTagRequest(CreateTagRequest other)` which takes another `CreateTagRequest` as a parameter."]]],[]]