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."],[[["The latest version of the `UpdateJobTriggerRequest` is 4.16.0, but there are many older versions available for reference, ranging back to version 2.15.0."],["`UpdateJobTriggerRequest` is a request message used for updating a job trigger and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from the `Object` class and includes members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["Key properties within `UpdateJobTriggerRequest` include `JobTrigger`, `JobTriggerName`, `Name`, and `UpdateMask`, each serving specific purposes in the request."],["There are two constructors available for `UpdateJobTriggerRequest`, one with no parameters, and one that takes an existing `UpdateJobTriggerRequest` object as a parameter."]]],[]]