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 provides documentation for the `DeleteBuildTriggerRequest` class within the `Google.Cloud.CloudBuild.V1` namespace in the .NET environment."],["The latest version of the `DeleteBuildTriggerRequest` class is 2.15.0, with multiple prior versions available, ranging down to 1.0.0."],["The `DeleteBuildTriggerRequest` class is used to request the deletion of a `BuildTrigger`, inheriting from `Object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default constructor, and a constructor that accepts another `DeleteBuildTriggerRequest` as a parameter."],["The `DeleteBuildTriggerRequest` class contains two key properties: `ProjectId`, which is the ID of the project owning the trigger, and `TriggerId`, the ID of the specific `BuildTrigger` to be deleted, and both properties are strings."]]],[]]