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, which is used to request the finishing of a DLP hybrid job within the `Google.Cloud.Dlp.V2` namespace."],["The class `FinishDlpJobRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data transfer and object management."],["There are two constructors for the class: a default constructor, and one that takes another `FinishDlpJobRequest` object, named `other` as a parameter."],["The class includes two key properties: `DlpJobName`, a typed view of the resource name, and `Name`, a string representing the name of the DLP job to be finished, which is required."],["The page provides links to various versions of the `FinishDlpJobRequest` documentation, ranging from version 2.15.0 to the latest version, 4.16.0, including the specific path to each, to allow users to consult the relevant version for their needs."]]],[]]