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 page provides documentation for the `DeleteInspectTemplateRequest` class within the `Google.Cloud.Dlp.V2` namespace, specifically for the .NET environment."],["This class is used to create a request message for deleting an inspect template, and it implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation details various versions of the `DeleteInspectTemplateRequest`, ranging from version 2.15.0 to the latest 4.16.0, offering resources for multiple implementations."],["The `DeleteInspectTemplateRequest` class includes properties like `InspectTemplateName` and `Name`, and it has constructors to create an empty instance or clone from another `DeleteInspectTemplateRequest`."],["The `Name` property within the request is required and specifies the resource path of the inspect template to delete, which can be scoped by organizations or projects."]]],[]]