public sealed class ActivateJobTriggerRequest : IMessage<ActivateJobTriggerRequest>, IEquatable<ActivateJobTriggerRequest>, IDeepCloneable<ActivateJobTriggerRequest>, 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 content focuses on the `ActivateJobTriggerRequest` class within the `Google.Cloud.Dlp.V2` namespace, specifically in version 3.4.0, which is used to request the activation of a job trigger."],["The latest version of the class provided is 4.16.0, and the page also lists links to documentation for numerous prior versions of this class, all the way back to 2.15.0, allowing users to consult the different iterations."],["`ActivateJobTriggerRequest` is derived from the base `Object` class and implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, within the `Google.Protobuf` namespace."],["This class has a constructor that takes another `ActivateJobTriggerRequest` object as a parameter and includes properties like `JobTriggerName` (of type `JobTriggerName`) and `Name` (a string), used for specifying the job trigger to activate."],["The content details the members and their descriptions of the class, like the property `Name`, specifying that it is a required field and detailing what type of information to provide to it, as well as the `JobTriggerName`, which offers a typed view over the `Name` field."]]],[]]