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 webpage 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 content includes a list of versions for the `DeletePolicyTagRequest` object, ranging from version 1.2.0 to the latest version 2.14.0."],["The `DeletePolicyTagRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class features two constructors, a default constructor and one that accepts another `DeletePolicyTagRequest` object, along with properties `Name` and `PolicyTagName`."],["Deleting a policy tag will also delete all of its descendant policy tags."]]],[]]