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."],[[["This page documents the `DeleteDlpJobRequest` class, used for requesting the deletion of a DLP job within the Google Cloud DLP API, specifically within the `Google.Cloud.Dlp.V2` namespace."],["The latest version available is 4.16.0, with a list provided for several previous versions, all the way back to 2.15.0, for use with `DeleteDlpJobRequest`."],["The `DeleteDlpJobRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffer manipulation, respectively."],["The class has two constructors: a default parameterless one and another one that accepts an existing `DeleteDlpJobRequest` object as a parameter for copying."],["Key properties include `DlpJobName`, which is a typed representation of the job name, and `Name`, a string representing the DlpJob resource name that is required for deletion."]]],[]]