public sealed class DeleteBuildTriggerRequest : IMessage<DeleteBuildTriggerRequest>, IEquatable<DeleteBuildTriggerRequest>, IDeepCloneable<DeleteBuildTriggerRequest>, 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-03-21 UTC."],[[["This webpage details the `DeleteBuildTriggerRequest` class within the `Google.Cloud.CloudBuild.V1` namespace, used for requests to delete a `BuildTrigger`."],["The `DeleteBuildTriggerRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["It provides properties such as `BuildTriggerName`, `Name`, `ProjectId`, and `TriggerId`, which are essential for specifying the `BuildTrigger` to be deleted."],["The latest version of the `DeleteBuildTriggerRequest` class is version 2.15.0, and versions down to 1.0.0 are available with the corresponding links to their documentation."],["The `DeleteBuildTriggerRequest` class has two constructors, one default constructor and one that takes another `DeleteBuildTriggerRequest` as a parameter to construct a copy."]]],[]]