Enum ApprovalResult.Types.Decision (2.0.0)

public enum Decision

Specifies whether or not this manual approval result is to approve or reject a build.

Namespace

Google.Cloud.CloudBuild.V1

Assembly

Google.Cloud.CloudBuild.V1.dll

Fields

NameDescription
Approved

Build is approved.

Rejected

Build is rejected.

Unspecified

Default enum type. This should not be used.