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 cancel a Data Loss Prevention (DLP) job."],["The latest version of `CancelDlpJobRequest` is 4.16.0, and the page provides documentation for multiple versions ranging from 2.15.0 up to the current version."],["`CancelDlpJobRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, comparison, cloning, and buffer operations."],["The class has two constructors, a default one and another that takes a `CancelDlpJobRequest` instance for cloning."],["The request requires a `Name` string property or a `DlpJobName` property to identify the specific job to be cancelled."]]],[]]