public sealed class DeleteDlpJobRequest : IMessage<DeleteDlpJobRequest>, IEquatable<DeleteDlpJobRequest>, IDeepCloneable<DeleteDlpJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DeleteDlpJobRequest.
[[["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 document provides reference information for the `DeleteDlpJobRequest` class within the Google Cloud Data Loss Prevention (DLP) v2 API, specifically version 4.4.0."],["The `DeleteDlpJobRequest` class is used to create requests for deleting a DLP job, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties like `DlpJobName` (a typed view) and `Name` (a string) which are essential for specifying the DLP job to be deleted."],["The document lists available versions of the API, with 4.16.0 as the latest and going down to 2.15.0 as the lowest version."],["The document provides information on the constructors of `DeleteDlpJobRequest` including a default constructor and a constructor to make a copy."]]],[]]