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 webpage provides documentation for the `DeleteInspectTemplateRequest` class within the `Google.Cloud.Dlp.V2` namespace in .NET."],["The `DeleteInspectTemplateRequest` class is a request message used for deleting an inspect template, as implemented using the IMessage interface."],["The documentation lists multiple versions of the library, ranging from version 2.15.0 to the latest version 4.16.0, each linking to the documentation for `DeleteInspectTemplateRequest`."],["The `DeleteInspectTemplateRequest` class includes two constructors and two properties, `InspectTemplateName`, and `Name`, the latter of which is a string property that represents the resource name to delete."]]],[]]