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 webpage provides reference documentation for the `DeleteDlpJobRequest` class within the Google Cloud Data Loss Prevention v2 API, specifically in the .NET context."],["The latest version of the `DeleteDlpJobRequest` is 4.16.0, with historical versions dating back to 2.15.0 also being documented."],["The `DeleteDlpJobRequest` class is used to delete a DLP job and is implemented as part of the `Google.Cloud.Dlp.V2` namespace, containing a constructor and two main properties: `DlpJobName` and `Name`."],["This class inherits from the object class and implements IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The core purpose of this class is for users to create a request to delete a DLP Job and it specifies the required name of the job to delete, the name of the job being passed as a string."]]],[]]