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 page provides documentation for the `DeletePolicyTagRequest` class within the Google Cloud Data Catalog v1 API, specifically version 2.10.0."],["The `DeletePolicyTagRequest` class is used to construct a request message for deleting a policy tag, and this is part of the `Google.Cloud.DataCatalog.V1` namespace."],["The latest version of the API is 2.14.0, while the documentation covers versions going back to 1.2.0, which are all part of the version history."],["The `DeletePolicyTagRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties of `DeletePolicyTagRequest` include `Name` which contains the resource name of the policy tag to delete and a `PolicyTagName` property which allows for a typed view over the `Name` property."]]],[]]