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 webpage provides documentation for the `GetDlpJobRequest` class, which is part of the `Google.Cloud.Dlp.V2` namespace and is used to request information about a DLP (Data Loss Prevention) job."],["The latest version of the documentation is 4.16.0, but it includes documentation for previous versions, ranging from 2.15.0 up to 4.16.0."],["`GetDlpJobRequest` inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and another one to create a new request using an existing `GetDlpJobRequest`, and two properties, `DlpJobName` and `Name`, which can be used to access and set the name of a Dlp Job."],["The `GetDlpJobRequest` is a request message used for the `DlpJobs.GetDlpJob` method."]]],[]]