public sealed class DeleteDeidentifyTemplateRequest : IMessage<DeleteDeidentifyTemplateRequest>, IEquatable<DeleteDeidentifyTemplateRequest>, IDeepCloneable<DeleteDeidentifyTemplateRequest>, IBufferMessage, IMessage
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-24 UTC."],[[["The content pertains to the `DeleteDeidentifyTemplateRequest` class within the `Google.Cloud.Dlp.V2` namespace, focusing on its role in managing de-identification templates."],["This page lists multiple versions of the `DeleteDeidentifyTemplateRequest`, ranging from version 2.15.0 up to 4.16.0, the latest, providing access to specific versions' documentation."],["The `DeleteDeidentifyTemplateRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and integration within the .NET environment."],["The class allows for the deletion of a deidentify template based on the `Name` or `DeidentifyTemplateName`, which are properties that can be set, while also providing constructors for creating new instances."],["The page contains information about the public class `DeleteDeidentifyTemplateRequest`, its properties, constructors, and inherited members, all pertaining to the deletion of deidentify templates."]]],[]]