public sealed class ActivateJobTriggerRequest : IMessage<ActivateJobTriggerRequest>, IEquatable<ActivateJobTriggerRequest>, IDeepCloneable<ActivateJobTriggerRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class ActivateJobTriggerRequest.
[[["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 `ActivateJobTriggerRequest` class is used to send a request to activate a job trigger in the Google Cloud Data Loss Prevention (DLP) v2 API."],["This class is part of the `Google.Cloud.Dlp.V2` namespace, found in the `Google.Cloud.Dlp.V2.dll` assembly, and it has several implemented interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the API is 4.16.0, and multiple previous versions are documented, ranging from 2.15.0 to 4.15.0."],["It includes a constructor for creating a new instance and another for creating a clone from another `ActivateJobTriggerRequest` object."],["The class's essential properties include `JobTriggerName`, a strongly-typed representation of the resource name, and `Name`, which is the string-typed, required resource name of the trigger to activate."]]],[]]