public sealed class ApproveBuildRequest : IMessage<ApproveBuildRequest>, IEquatable<ApproveBuildRequest>, IDeepCloneable<ApproveBuildRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v1 API class ApproveBuildRequest.
[[["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 reference documentation for the `ApproveBuildRequest` class within the Cloud Build v1 API for .NET, specifically version 2.12.0."],["The `ApproveBuildRequest` class is used to manage requests for approving or rejecting pending builds within the Cloud Build service."],["It inherits from `object` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors and two properties, `ApprovalResult` for managing the decision, and `Name` for uniquely identifying the target build."],["A list of all versions of `ApproveBuildRequest`, from `2.15.0` to `1.0.0` are provided, with the most recent at the top."]]],[]]