public sealed class CancelDlpJobRequest : IMessage<CancelDlpJobRequest>, IEquatable<CancelDlpJobRequest>, IDeepCloneable<CancelDlpJobRequest>, 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 webpage details the `CancelDlpJobRequest` class, which is used to construct requests for canceling Data Loss Prevention (DLP) jobs."],["The class is part of the `Google.Cloud.Dlp.V2` namespace and is available in multiple versions, ranging from 2.15.0 up to the latest, 4.16.0."],["`CancelDlpJobRequest` inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and one that takes another `CancelDlpJobRequest` as a parameter for creating a new instance."],["The class includes properties such as `DlpJobName` and `Name`, which are used to identify the specific DLP job to be canceled."]]],[]]