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-03-24 UTC."],[[["This document provides reference documentation for the `DeleteDlpJobRequest` class within the Google Cloud Data Loss Prevention (DLP) v2 API, specifically version 4.5.0."],["The `DeleteDlpJobRequest` class is used to create a request message for deleting a DLP job, and it inherits from the `Object` class while implementing several interfaces."],["The API class includes constructors for creating a `DeleteDlpJobRequest` instance, either as a new object or by copying from an existing one."],["It has two key properties: `DlpJobName`, which provides a typed view over the resource name, and `Name`, which is a string representing the name of the DLP job to be deleted."],["The documentation encompasses a history of previous versions of this class, from 2.15.0 to the latest 4.16.0."]]],[]]