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-04-02 UTC."],[[["The content provides documentation for the `DeleteDlpJobRequest` class within the Google Cloud Data Loss Prevention v2 API for .NET, with the latest version being 4.16.0."],["`DeleteDlpJobRequest` is used to formulate requests for deleting a Data Loss Prevention (DLP) job and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `object` and includes constructors, one of which allows for the creation of a new `DeleteDlpJobRequest` by copying an existing instance."],["The `DeleteDlpJobRequest` class contains two key properties: `DlpJobName`, which is a typed view of the resource name, and `Name`, which is a string representing the name of the DlpJob to be deleted, and is a required property."],["The API documentation includes historical versions of the `DeleteDlpJobRequest` class, ranging from version 2.15.0 to 4.16.0, with links to each of their specific documentation."]]],[]]