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 focuses on the `DeleteJobTriggerRequest` class within the `Google.Cloud.Dlp.V2` namespace, which is used to delete job triggers."],["The latest version of the API documentation provided is 4.16.0, while the current documentation details version 3.4.0 of `DeleteJobTriggerRequest`."],["The `DeleteJobTriggerRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteJobTriggerRequest` class has two constructors: a default constructor and one that takes another `DeleteJobTriggerRequest` as a parameter for copying."],["The class includes properties like `JobTriggerName` (a typed view of the name) and `Name` (the resource name of the project and triggered job), essential for specifying which job trigger to delete."]]],[]]