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."],[[["The `CreatePolicyTagRequest` class is used to create a request for the `CreatePolicyTag` operation within the Google Cloud Data Catalog v1 API, and is found within the `Google.Cloud.DataCatalog.V1` namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cCreatePolicyTagRequest\u003e`, `IDeepCloneable\u003cCreatePolicyTagRequest\u003e`, and `IBufferMessage`."],["The class includes properties such as `Parent`, representing the taxonomy to which the policy tag belongs, and `PolicyTag`, which is the policy tag to be created."],["The latest available version of the API is 2.14.0, with a total of 22 listed versions, ranging down to version 1.2.0."]]],[]]