public sealed class DeleteJobTriggerRequest : IMessage<DeleteJobTriggerRequest>, IEquatable<DeleteJobTriggerRequest>, IDeepCloneable<DeleteJobTriggerRequest>, 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."],[[["The content provides documentation for the `DeleteJobTriggerRequest` class within the `Google.Cloud.Dlp.V2` namespace across multiple versions, from 2.15.0 to the latest 4.16.0."],["`DeleteJobTriggerRequest` is a request message used to delete a job trigger, implementing various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor `DeleteJobTriggerRequest()` and a copy constructor `DeleteJobTriggerRequest(DeleteJobTriggerRequest other)`."],["The `DeleteJobTriggerRequest` class has two main properties, `JobTriggerName` and `Name`, where `Name` is a required field representing the resource name of the project and triggered job."],["The documentation also covers the inherited members of the `Object` class that the class is deriving from."]]],[]]