public sealed class DeletePolicyTagRequest : IMessage<DeletePolicyTagRequest>, IEquatable<DeletePolicyTagRequest>, IDeepCloneable<DeletePolicyTagRequest>, IBufferMessage, IMessage
Request message for
[DeletePolicyTag][google.cloud.datacatalog.v1.PolicyTagManager.DeletePolicyTag].
[[["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 page details the `DeletePolicyTagRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, used to formulate requests for deleting policy tags in the Google Cloud Data Catalog."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer manipulation."],["It features two constructors: a default one and another that allows creating a copy from an existing `DeletePolicyTagRequest` object."],["Key properties include `Name`, representing the resource name of the policy tag to be deleted, and `PolicyTagName`, which offers a typed view of the resource name, ensuring correct formatting."],["The latest version of `DeletePolicyTagRequest` is 2.14.0, with several previous versions listed dating back to 1.2.0, and these versions can be accessed through their respective links."]]],[]]