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 page details the `DeleteBuildTriggerRequest` class within the `Google.Cloud.CloudBuild.V1` namespace, used for requesting the deletion of a `BuildTrigger`."],["The `DeleteBuildTriggerRequest` class, found in the `Google.Cloud.CloudBuild.V1.dll` assembly, inherits from `Object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default one, and one that allows creating a copy from another `DeleteBuildTriggerRequest` object."],["It includes two key properties, `ProjectId` and `TriggerId`, both of type string, that are required to specify the project and trigger to be deleted."],["This document also contains a list of available versions for this API, ranging from version `1.0.0` to `2.15.0`."]]],[]]