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-03-25 UTC."],[[["This page provides reference documentation for the `DeletePolicyTagRequest` class within the Google Cloud Data Catalog v1 API, spanning multiple versions from 1.2.0 to the latest 2.14.0."],["The `DeletePolicyTagRequest` class is used to define the request message for deleting a policy tag via the `PolicyTagManager.DeletePolicyTag` method in the Data Catalog API."],["The class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for detailed data handling and manipulation."],["The main properties of the class are `Name`, a string that represents the required resource name of the policy tag to delete, and `PolicyTagName`, which is a typed view over the name property."],["The latest version of the Google Cloud Data Catalog v1 API as mentioned on this webpage is version 2.14.0."]]],[]]