public sealed class FinishDlpJobRequest : IMessage<FinishDlpJobRequest>, IEquatable<FinishDlpJobRequest>, IDeepCloneable<FinishDlpJobRequest>, IBufferMessage, IMessage
The request message for finishing a DLP hybrid job.
[[["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 `FinishDlpJobRequest` class within the `Google.Cloud.Dlp.V2` namespace, which is used to request the completion of a Data Loss Prevention (DLP) hybrid job."],["The latest version available for the `FinishDlpJobRequest` class is 4.16.0, with numerous previous versions ranging from 4.15.0 down to 2.15.0 listed for access."],["The `FinishDlpJobRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["The `FinishDlpJobRequest` class includes properties such as `DlpJobName` and `Name`, where `Name` represents the required identifier of the DlpJob resource to be cancelled."],["The `FinishDlpJobRequest` has two constructors, one is empty and the other one takes another `FinishDlpJobRequest` as input."]]],[]]