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-03-24 UTC."],[[["This document outlines the `GetJobTriggerRequest` class, which is used to request a specific job trigger in the Google Cloud Data Loss Prevention (DLP) API."],["The latest version of the DLP library for .NET is 4.16.0, with numerous previous versions also available, dating back to versions in the 2.x range."],["`GetJobTriggerRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with various functionalities."],["The class includes properties such as `JobTriggerName` (a typed view) and `Name` (a string) to identify the resource being requested, detailing the specific job trigger resource name that is required."],["The `GetJobTriggerRequest` class has two constructors, one being an empty constructor, and another that takes a `GetJobTriggerRequest` as a parameter."]]],[]]