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."],[[["The `DeletePolicyTagRequest` class is used to request the deletion of a policy tag within the Google Cloud Data Catalog."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, from the Google.Protobuf library."],["There are multiple versions of `DeletePolicyTagRequest` ranging from versions `1.2.0` to `2.14.0` (latest), allowing selection of different versions if needed."],["The class has properties to specify the name of the policy tag to be deleted, through the `Name` and `PolicyTagName` properties."],["The deletion of a policy tag using `DeletePolicyTagRequest` will also delete all of its descendant policy tags as well."]]],[]]