Class BuildApproval
BuildApproval describes a build's approval configuration, state, and result.
Implements
Inherited Members
Namespace: Google.Apis.CloudBuild.v1.Data
Assembly: Google.Apis.CloudBuild.v1.dll
Syntax
public class BuildApproval : IDirectResponseSchema
Properties
Config
Output only. Configuration for manual approval of this build.
Declaration
[JsonProperty("config")]
public virtual ApprovalConfig Config { get; set; }
Property Value
Type | Description |
---|---|
ApprovalConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Result
Output only. Result of manual approval for this Build.
Declaration
[JsonProperty("result")]
public virtual ApprovalResult Result { get; set; }
Property Value
Type | Description |
---|---|
ApprovalResult |
State
Output only. The state of this build's approval.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |