Show / Hide Table of Contents

Class GoogleDevtoolsCloudbuildV1BuildApproval

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

Inheritance
object
GoogleDevtoolsCloudbuildV1BuildApproval
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRun.v1.Data
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class GoogleDevtoolsCloudbuildV1BuildApproval : IDirectResponseSchema

Properties

Config

Output only. Configuration for manual approval of this build.

Declaration
[JsonProperty("config")]
public virtual GoogleDevtoolsCloudbuildV1ApprovalConfig Config { get; set; }
Property Value
Type Description
GoogleDevtoolsCloudbuildV1ApprovalConfig

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 GoogleDevtoolsCloudbuildV1ApprovalResult Result { get; set; }
Property Value
Type Description
GoogleDevtoolsCloudbuildV1ApprovalResult

State

Output only. The state of this build's approval.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX