public sealed class GetJobTriggerRequest : IMessage<GetJobTriggerRequest>, IEquatable<GetJobTriggerRequest>, IDeepCloneable<GetJobTriggerRequest>, 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-04-09 UTC."],[[["The content focuses on the `GetJobTriggerRequest` class within the `Google.Cloud.Dlp.V2` namespace, which is used to retrieve job trigger data."],["Version 4.16.0 is the latest available version, with previous versions ranging down to 2.15.0 being documented and accessible."],["The `GetJobTriggerRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data operations."],["The class `GetJobTriggerRequest` has two properties, the `JobTriggerName` property, which provides a typed view over the `Name`, and the `Name` property, which is a required resource name for the job trigger."],["The request message for `GetJobTrigger` contains two constructors, a parameterless one, and another one that accepts `GetJobTriggerRequest` as a parameter."]]],[]]