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 webpage provides reference documentation for the `DeletePolicyTagRequest` class within the Google Cloud Data Catalog v1 API, specifically for .NET developers."],["The latest version of the API documented is 2.14.0, and the page also includes links to documentation for numerous prior versions, extending back to version 1.2.0."],["The `DeletePolicyTagRequest` class is used to construct requests to delete a policy tag within the Google Cloud Data Catalog."],["The class includes properties such as `Name`, which specifies the resource name of the policy tag to be deleted, and `PolicyTagName` which is a typed view over the `Name` property."],["It also shows that this class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for different functionalities."]]],[]]