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-03-24 UTC."],[[["This documentation page covers the `CancelDlpJobRequest` class within the Google Cloud Data Loss Prevention (DLP) v2 API for .NET, specifically version 4.12.0."],["The `CancelDlpJobRequest` class is used to create request messages for canceling a DLP job and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version is 4.16.0, with various previous versions listed, starting from 4.16.0 all the way down to 2.15.0."],["The class has properties such as `DlpJobName` of the type `DlpJobName` and `Name` of the type `string`, which are used to define the job to be canceled."],["Two constructors are provided for the `CancelDlpJobRequest` class, a default constructor and one that accepts another `CancelDlpJobRequest` object."]]],[]]