public sealed class DeleteInspectTemplateRequest : IMessage<DeleteInspectTemplateRequest>, IEquatable<DeleteInspectTemplateRequest>, IDeepCloneable<DeleteInspectTemplateRequest>, IBufferMessage, IMessage
Required. Resource name of the organization and inspectTemplate to be deleted, for
example organizations/433245324/inspectTemplates/432452342 or
projects/project-id/inspectTemplates/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."],[[["The `DeleteInspectTemplateRequest` class is used to request the deletion of an inspect template within the Google Cloud Data Loss Prevention (DLP) API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to handle message-based data and object cloning."],["The `DeleteInspectTemplateRequest` class is part of the `Google.Cloud.Dlp.V2` namespace, found within the `Google.Cloud.Dlp.V2.dll` assembly, and contains properties for identifying the inspect template to delete."],["The latest version of this class is in version `4.16.0`, with many previous versions available to view from version `2.15.0`."]]],[]]