public sealed class CreatePolicyTagRequest : IMessage<CreatePolicyTagRequest>, IEquatable<CreatePolicyTagRequest>, IDeepCloneable<CreatePolicyTagRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class CreatePolicyTagRequest.
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 document provides reference information for the `CreatePolicyTagRequest` class within the Google Cloud Data Catalog v1 API, specifically for .NET developers."],["The `CreatePolicyTagRequest` class is used to define requests for creating new policy tags within a taxonomy, as part of the Data Catalog's policy management features."],["The latest version of the API covered in this content is 2.14.0, and this reference spans from this latest release down to version 1.2.0 of the API, listing out all relevant version for this class in between."],["This class inherits from the `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which help give this class it's core functionality."],["Key properties of the `CreatePolicyTagRequest` include `Parent`, which specifies the taxonomy to which the policy tag belongs, and `PolicyTag`, which contains the details of the policy tag being created."]]],[]]