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 requesting the deletion of a `BuildTrigger`."],["The latest version available for this class is 2.15.0, with versions ranging back to 1.0.0, each with its corresponding documentation link."],["`DeleteBuildTriggerRequest` inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default and one that takes another `DeleteBuildTriggerRequest` object as a parameter."],["It contains two required string properties: `ProjectId`, which is the ID of the project owning the trigger, and `TriggerId`, which is the ID of the `BuildTrigger` to be deleted."]]],[]]