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 construct requests for deleting policy tags in Google Cloud Data Catalog."],["The most recent version of this class is 2.14.0, and the page provides links to documentation for all previous versions, dating back to 1.2.0, with links to documentation for each iteration."],["`DeletePolicyTagRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which can be used to further interact with the class."],["The class has two constructors: a default constructor and another that takes a `DeletePolicyTagRequest` object as a parameter."],["The class has two key properties: `Name`, a string representing the resource name of the policy tag to be deleted, and `PolicyTagName`, which is a typed view over the resource name property."]]],[]]