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 documentation for the `DeleteDlpJobRequest` class within the Google Cloud Data Loss Prevention v2 API, specifically for the .NET environment, with the most recent version listed as 4.16.0."],["The `DeleteDlpJobRequest` class is used to construct a request message for deleting a Data Loss Prevention (DLP) job, as described by its definition, purpose, and parameters."],["The page offers access to documentation for different versions of the API, ranging from version 2.15.0 to the latest 4.16.0, allowing users to view changes and functionality for each version."],["The `DeleteDlpJobRequest` has properties including `DlpJobName`, which provides a typed view, and `Name`, a string property representing the name of the DLP job to be deleted."],["This class implements multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, showcasing its compatibility with different .NET functionalities."]]],[]]