public sealed class DeleteTriggerRequest : IMessage<DeleteTriggerRequest>, IEquatable<DeleteTriggerRequest>, IDeepCloneable<DeleteTriggerRequest>, 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-17 UTC."],[[["The latest version of the `DeleteTriggerRequest` is 2.6.0, with several earlier versions available, including the current page's version, 1.3.0."],["`DeleteTriggerRequest` is a class used to request the deletion of a trigger in Google Cloud Eventarc, inheriting from Object and implementing multiple interfaces such as IMessage, IEquatable, and IDeepCloneable."],["The `DeleteTriggerRequest` class contains properties like `AllowMissing`, `Etag`, `Name`, `TriggerName`, and `ValidateOnly`, which are used to specify the conditions and parameters for the deletion request, such as the trigger's name and whether to proceed even if the trigger is missing."],["`DeleteTriggerRequest` has two constructors, one that is parameterless, and the other taking another `DeleteTriggerRequest` object as a parameter."],["The `DeleteTriggerRequest` class resides in the `Google.Cloud.Eventarc.V1` namespace, specifically within the `Google.Cloud.Eventarc.V1.dll` assembly."]]],[]]