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 numerous preceding versions listed, and the documentation covers all the versions all the way back to 1.2.0."],["The `CreatePolicyTagRequest` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Parent`, which is a required string resource name for the taxonomy the policy tag will belong to, as well as `PolicyTag` which represents the policy tag that will be created."],["This class has two constructors, one being an empty constructor, and another that takes a `CreatePolicyTagRequest` as a parameter."]]],[]]