Show / Hide Table of Contents

Class BuildApproval

BuildApproval describes a build's approval configuration, state, and result.

Inheritance
System.Object
BuildApproval
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudBuild.v1beta1.Data
Assembly: Google.Apis.CloudBuild.v1beta1.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
System.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
System.String

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX