public sealed class GetDlpJobRequest : IMessage<GetDlpJobRequest>, IEquatable<GetDlpJobRequest>, IDeepCloneable<GetDlpJobRequest>, IBufferMessage, IMessage
[[["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."],[[["The `GetDlpJobRequest` class is a request message used for retrieving information about a specific DLP job, as part of the Google Cloud Data Loss Prevention (DLP) API."],["This class is found within the `Google.Cloud.Dlp.V2` namespace, and its structure is defined in the `Google.Cloud.Dlp.V2.dll` assembly."],["The latest version of this request object is version 4.16.0, while the documented version in this content is 3.4.0, with a range of versions available from 2.15.0 to 4.16.0."],["`GetDlpJobRequest` inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors and includes properties like `DlpJobName` and `Name`, where `Name` is a string representing the DlpJob resource name."]]],[]]