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 Google Cloud Data Catalog, using the `google.cloud.datacatalog.v1.PolicyTagManager.DeletePolicyTag` service."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various object manipulations and comparisons."],["The `DeletePolicyTagRequest` class contains a `Name` property, which is a required string representing the resource name of the policy tag to be deleted."],["The most current version of the API is `2.14.0` and this specific class has been present in every release from `1.2.0` to the current version."],["The `PolicyTagName` property offers a typed view over the `Name` property, giving extra information about the resource name of the policy tag."]]],[]]