public sealed class CancelDlpJobRequest : IMessage<CancelDlpJobRequest>, IEquatable<CancelDlpJobRequest>, IDeepCloneable<CancelDlpJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class CancelDlpJobRequest.
[[["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-04-09 UTC."],[[["This webpage provides documentation for the `CancelDlpJobRequest` class within the Google Cloud Data Loss Prevention v2 API, specifically for .NET."],["The `CancelDlpJobRequest` class is used to send a request to cancel a Data Loss Prevention (DLP) job, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version documented is 4.16.0, while the page itself corresponds to version 4.4.0 of the Google.Cloud.Dlp.V2 package, with a range of other versions available for reference, from 2.15.0 up until the latest version."],["The class includes two constructors, one default and one that accepts another `CancelDlpJobRequest` object for deep cloning, as well as two properties: `DlpJobName`, a typed view over the resource name, and `Name`, which is the required string name of the DLP job to be cancelled."]]],[]]