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."],[[["This page details the `DeleteInspectTemplateRequest` class within the `Google.Cloud.Dlp.V2` namespace, used to construct requests for deleting inspect templates."],["The latest version available for the `DeleteInspectTemplateRequest` is 4.16.0, and the page also provides access to versions dating back to 2.15.0."],["`DeleteInspectTemplateRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteInspectTemplateRequest` class has two constructors, one default and one taking another `DeleteInspectTemplateRequest` object for deep cloning, and two properties named 'Name' and 'InspectTemplateName'."],["The 'Name' property of the class is required to specify the resource name of the inspect template to be deleted."]]],[]]