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-04-09 UTC."],[[["This webpage 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 provides links to documentation for multiple versions, ranging back to version 2.15.0."],["The `DeleteInspectTemplateRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `System.Object`."],["Key properties for the `DeleteInspectTemplateRequest` class include `InspectTemplateName`, which is an `InspectTemplateName`-typed view, and `Name`, a string representing the resource name to be deleted."],["The class has two constructors that are covered, a parameterless constructor, and a copy constructor."]]],[]]