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-03-21 UTC."],[[["This document provides reference documentation for the `DeleteDeidentifyTemplateRequest` class within the Google Cloud Data Loss Prevention (DLP) v2 API, specifically version 4.13.0."],["The `DeleteDeidentifyTemplateRequest` class is used to formulate requests for deleting a deidentify template, as part of the `Google.Cloud.Dlp.V2` namespace, and the class implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The document lists available versions of the `DeleteDeidentifyTemplateRequest` class, ranging from the latest version 4.16.0 down to version 2.15.0, each link directing to version specific details."],["The `DeleteDeidentifyTemplateRequest` class has properties such as `DeidentifyTemplateName` and `Name`, and also has a constructor that allows for creating an instance with an existing `DeleteDeidentifyTemplateRequest` object as a parameter."],["The `Name` property of the `DeleteDeidentifyTemplateRequest` class is a string that is required and represents the resource name of the organization and deidentify template to delete, given in the example of `organizations/433245324/deidentifyTemplates/432452342`."]]],[]]