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 create a request to cancel a Data Loss Prevention (DLP) job."],["The `CancelDlpJobRequest` class is found within the `Google.Cloud.Dlp.V2` namespace and is part of the `Google.Cloud.Dlp.V2.dll` assembly."],["There are multiple versions of the `CancelDlpJobRequest` available, ranging from version 2.15.0 to 4.16.0, with the latest being 4.16.0, and version 3.3.0 is the currently presented version."],["The `CancelDlpJobRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, in addition to inheriting from `Object`."],["Key properties of the class include `DlpJobName` for a typed view of the resource name, and `Name`, which is a required string representing the name of the DlpJob resource to cancel."]]],[]]