public sealed class ApproveBuildRequest : IMessage<ApproveBuildRequest>, IEquatable<ApproveBuildRequest>, IDeepCloneable<ApproveBuildRequest>, 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."],[[["The latest version of the `ApproveBuildRequest` is 2.15.0, while version 2.0.0 is also available along with multiple previous versions ranging down to 1.0.0."],["`ApproveBuildRequest` is a class used to approve or reject a pending build and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `ApproveBuildRequest()` and `ApproveBuildRequest(ApproveBuildRequest other)`, and is part of the `Google.Cloud.CloudBuild.V1` namespace."],["The `ApproveBuildRequest` has two key properties: `ApprovalResult` of type `ApprovalResult`, and `Name` which is a string representing the target build's identifier."]]],[]]