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 within the Google Cloud environment."],["The class is part of the `Google.Cloud.Dlp.V2` namespace and is available across multiple versions, ranging from 2.15.0 to the latest 4.16.0, with version 3.4.0 being specifically described on this page."],["The `CancelDlpJobRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality comparisons, deep cloning, and buffer-level message interaction."],["The class has two properties: `DlpJobName`, a typed view for the job's resource name, and `Name`, which is a string representing the required job name for cancellation."],["The page provides documentation for two constructors: a default, empty constructor, and another that takes an existing `CancelDlpJobRequest` object as input."]]],[]]