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 latest version of `ActivateJobTriggerRequest` is 4.16.0, with the documentation providing access to versions ranging back to 2.15.0."],["`ActivateJobTriggerRequest` is a request message used to activate a job trigger within the Google Cloud Data Loss Prevention (DLP) API, as part of the `Google.Cloud.Dlp.V2` namespace."],["The `ActivateJobTriggerRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class, offering methods and properties for its functionality."],["This class includes properties for managing job trigger names, both as a strongly-typed `JobTriggerName` object and as a string, providing flexibility in how the trigger is identified."],["It also contains two constructors, one without any arguments and one for another instance of `ActivateJobTriggerRequest` class, allowing for new object creation and deep copy operations."]]],[]]