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-04-09 UTC."],[[["This webpage details the `FinishDlpJobRequest` class within the `Google.Cloud.Dlp.V2` namespace, which is used to request the finishing of a DLP hybrid job."],["The page offers documentation for numerous versions of the `FinishDlpJobRequest` class, ranging from version 2.15.0 up to the latest version, 4.16.0."],["The `FinishDlpJobRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Key properties of the `FinishDlpJobRequest` class include `DlpJobName` which is a typed view over the resource name property, and `Name` which is a string representing the name of the DlpJob to be cancelled."],["The webpage provides information on two different constructors, a parameterless constructor, and another that takes in another `FinishDlpJobRequest` object as a parameter."]]],[]]