public sealed class CreatePolicyTagRequest : IMessage<CreatePolicyTagRequest>, IEquatable<CreatePolicyTagRequest>, IDeepCloneable<CreatePolicyTagRequest>, IBufferMessage, IMessage
Request message for
[CreatePolicyTag][google.cloud.datacatalog.v1.PolicyTagManager.CreatePolicyTag].
[[["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 `CreatePolicyTagRequest` class within the `Google.Cloud.DataCatalog.V1` namespace in .NET, used for creating policy tags in the Google Cloud Data Catalog."],["The `CreatePolicyTagRequest` class is part of version 2.1.0 of the API and is part of an extensive list of versions from 1.2.0 all the way to the latest version, 2.14.0, and is used as the request message for the `CreatePolicyTag` operation in Google Cloud's Data Catalog."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities such as message handling, equality checks, deep cloning, and buffered message support."],["Key properties of `CreatePolicyTagRequest` include `Parent` (a string representing the taxonomy's resource name), `ParentAsTaxonomyName` (a `TaxonomyName` view over the parent resource name), and `PolicyTag` (the actual policy tag to be created)."],["This Class has two constructors, one of them a default constructor and another to create the class based off of another `CreatePolicyTagRequest`."]]],[]]