public sealed class DeleteDeidentifyTemplateRequest : IMessage<DeleteDeidentifyTemplateRequest>, IEquatable<DeleteDeidentifyTemplateRequest>, IDeepCloneable<DeleteDeidentifyTemplateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DeleteDeidentifyTemplateRequest.
Required. Resource name of the organization and deidentify template to be deleted,
for example organizations/433245324/deidentifyTemplates/432452342 or
projects/project-id/deidentifyTemplates/432452342.
[[["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 document provides reference information for the `DeleteDeidentifyTemplateRequest` class within the Google Cloud Data Loss Prevention (DLP) v2 API, specifically in the .NET environment."],["The `DeleteDeidentifyTemplateRequest` class is used to construct requests for deleting de-identification templates and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two properties, `DeidentifyTemplateName` which is a typed view over the resource name property, and `Name`, a string that holds the resource name of the deidentify template to delete."],["The document lists the different versions of the API available, with version 4.16.0 being the latest, and version 4.2.0 being the one the class is documented under."],["Constructors for `DeleteDeidentifyTemplateRequest` include a default constructor and one that accepts another `DeleteDeidentifyTemplateRequest` instance as a parameter for copying."]]],[]]