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 provides documentation for the `ActivateJobTriggerRequest` class within the `Google.Cloud.Dlp.V2` namespace in the .NET environment, outlining its purpose and implementation."],["The latest version available for `ActivateJobTriggerRequest` is 4.16.0, with a history of prior releases ranging from version 2.15.0 up to 4.15.0 and all the minor iterations in between."],["`ActivateJobTriggerRequest` is a class used to request the activation of a job trigger, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ActivateJobTriggerRequest` class has two constructors and two properties, one of them being `Name`, which requires the resource name of the trigger to activate."],["The class inherits from `Object`, with members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, all of which are implemented within the inherited parent class."]]],[]]