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 information for the `DeleteDlpJobRequest` class within the Google Cloud Data Loss Prevention (DLP) v2 API, specifically version 4.8.0."],["The `DeleteDlpJobRequest` class is used to define the request message for deleting a DLP job, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and one that accepts another `DeleteDlpJobRequest` object, named `other`."],["The `DeleteDlpJobRequest` class includes two primary properties: `DlpJobName`, a typed view of the job's resource name, and `Name`, which is a string that represents the required name of the DLP job to be deleted."],["The provided content documents different versions of the `DeleteDlpJobRequest`, starting from version 2.15.0 all the way up to the most recent version, 4.16.0."]]],[]]