public sealed class DeleteDlpJobRequest : IMessage<DeleteDlpJobRequest>, IEquatable<DeleteDlpJobRequest>, IDeepCloneable<DeleteDlpJobRequest>, IBufferMessage, IMessage
[[["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."],[[["The webpage details the `DeleteDlpJobRequest` class, which is used for deleting a DLP job in the Google Cloud DLP API."],["This class is found within the `Google.Cloud.Dlp.V2` namespace and is part of the `Google.Cloud.Dlp.V2.dll` assembly, with the most recent version being 4.16.0."],["The `DeleteDlpJobRequest` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `DeleteDlpJobRequest` class has two constructors and two properties, `DlpJobName` and `Name`, where `Name` is the required property that specifies the DlpJob resource to be deleted."],["The webpage shows a range of available versions for the `DeleteDlpJobRequest`, extending from 2.15.0 to the most recent, 4.16.0."]]],[]]