public sealed class CreateTagRequest : IMessage<CreateTagRequest>, IEquatable<CreateTagRequest>, IDeepCloneable<CreateTagRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class CreateTagRequest.
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 provides documentation for the `CreateTagRequest` class within the Google Cloud Data Catalog v1 API, specifically version 2.12.0, which is part of the .NET library."],["The `CreateTagRequest` class is used to send a request to create a tag, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation details the `CreateTagRequest` class's constructors, which include a default constructor and one that copies an existing `CreateTagRequest` object."],["The `CreateTagRequest` class has properties like `Parent` (the name of the resource to which the tag is attached) and `Tag` (the tag to be created)."],["The page also lists links to documentation for previous versions, going back to version 1.2.0 and including the most recent version 2.14.0, for the same `CreateTagRequest` class."]]],[]]