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-03-24 UTC."],[[["This document outlines the `UpdateJobTriggerRequest` class within the `Google.Cloud.Dlp.V2` namespace, used to update job triggers."],["The latest version available for the `UpdateJobTriggerRequest` is 4.16.0, with numerous versions back to 2.15.0 being documented."],["The `UpdateJobTriggerRequest` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains properties such as `JobTrigger`, `JobTriggerName`, `Name`, and `UpdateMask`, which are used to specify the new job trigger details, its name, the resource name, and which fields to update, respectively."],["The class includes two constructors, one default and one that takes an `UpdateJobTriggerRequest` object as a parameter for creating a copy."]]],[]]