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 documented is 4.16.0, while a range of prior versions, down to 2.15.0, are also available for reference within this documentation."],["The `CancelDlpJobRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role within the Google.Protobuf library."],["The class includes properties `DlpJobName` (a typed view) and `Name` (a string) to identify the specific DLP job to cancel."],["There are two constructors, one empty and another that takes a `CancelDlpJobRequest` object as an argument, as well as a list of inherited members."]]],[]]