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 details the `CreatePolicyTagRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, used to manage policy tags within Google Cloud Data Catalog."],["The latest version available for this class is 2.14.0, with historical versions from 2.13.0 back to 1.2.0 also listed on this page, and each link directing to its dedicated page."],["`CreatePolicyTagRequest` inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities such as deep cloning and message handling."],["The class includes constructors for creating instances, along with properties like `Parent` (resource name of the taxonomy), `ParentAsTaxonomyName` (typed view of the parent resource name), and `PolicyTag` (the policy tag object to create)."],["The main purpose of this class is for requests of the creation of policy tags, through the `PolicyTagManager.CreatePolicyTag` method within the Google cloud data catalog."]]],[]]