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."],[[["This webpage details the `DeleteJobTriggerRequest` class within the `Google.Cloud.Dlp.V2` namespace, used to request the deletion of a job trigger in the Google Cloud Data Loss Prevention (DLP) API."],["The latest version available is 4.16.0, with a comprehensive history of versions dating back to 2.15.0 for this specific `DeleteJobTriggerRequest` functionality."],["`DeleteJobTriggerRequest` inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its role in message handling and object management."],["The class includes properties like `JobTriggerName` and `Name`, where `Name` represents the required resource name for the job trigger to be deleted, such as `projects/dlp-test-project/jobTriggers/53234423`."],["The class provides two constructors `DeleteJobTriggerRequest()` and `DeleteJobTriggerRequest(DeleteJobTriggerRequest other)` allowing for default initialization and initialization via copy of another instance."]]],[]]