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 Google Cloud Data Catalog."],["The `DeletePolicyTagRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and object management."],["It offers two constructors: a default one and another that allows creating a copy from an existing `DeletePolicyTagRequest` object."],["Key properties of the `DeletePolicyTagRequest` include `Name`, which holds the resource name of the policy tag to delete, and `PolicyTagName`, providing a typed view over the `Name` property."],["This page also lists various versions of the `DeletePolicyTagRequest`, showing a range from version 1.2.0 up to 2.14.0, with 2.14.0 being the latest."]]],[]]