public sealed class DeletePolicyTagRequest : IMessage<DeletePolicyTagRequest>, IEquatable<DeletePolicyTagRequest>, IDeepCloneable<DeletePolicyTagRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class DeletePolicyTagRequest.
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-04-09 UTC."],[[["This webpage provides reference documentation for the `DeletePolicyTagRequest` class within the Google Cloud Data Catalog v1 API, specifically for version 2.7.0."],["The `DeletePolicyTagRequest` class is used to formulate a request to delete a policy tag, as described by the `DeletePolicyTag` operation."],["It shows a list of available versions for `DeletePolicyTagRequest`, ranging from the latest 2.14.0 to 1.2.0, providing links to each version's documentation."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class features two constructors and two properties: `Name` and `PolicyTagName`, with `Name` being a required property that specifies the resource name of the policy tag to be deleted."]]],[]]