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-04-09 UTC."],[[["This webpage details the `ActivateJobTriggerRequest` class within the `Google.Cloud.Dlp.V2` namespace, used to activate a job trigger in the Google Cloud Data Loss Prevention (DLP) service."],["The latest version of the `ActivateJobTriggerRequest` documentation is 4.16.0, with a range of previous versions available for reference, including versions 4.0.0 through 4.15.0 and versions 2.15.0 through 3.5.0."],["`ActivateJobTriggerRequest` implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to manage job trigger activation requests."],["The class includes a constructor, `ActivateJobTriggerRequest()`, and a copy constructor, `ActivateJobTriggerRequest(ActivateJobTriggerRequest other)`, to create new instances and copies."],["Key properties of `ActivateJobTriggerRequest` are `JobTriggerName`, a typed view of the trigger name, and `Name`, the string representation of the resource name of the trigger to activate."]]],[]]