public sealed class UpdateJobTriggerRequest : IMessage<UpdateJobTriggerRequest>, IEquatable<UpdateJobTriggerRequest>, IDeepCloneable<UpdateJobTriggerRequest>, 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 `UpdateJobTriggerRequest` class is used to send requests for updating job triggers in the Google Cloud Data Loss Prevention (DLP) API, and is part of the `Google.Cloud.Dlp.V2` namespace."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["The `UpdateJobTriggerRequest` class contains properties such as `JobTrigger`, `JobTriggerName`, `Name`, and `UpdateMask`, which are used to specify the new job trigger data, the trigger's resource name, and the fields to be updated, respectively."],["The content lists the different versions of the Google Cloud DLP, ranging from the latest 4.16.0 to 2.15.0, and they all have a common link to `Google.Cloud.Dlp.V2.UpdateJobTriggerRequest`."]]],[]]