Class ApproveBuildRequest
Request to approve or reject a pending build.
Implements
Inherited Members
Namespace: Google.Apis.CloudBuild.v1.Data
Assembly: Google.Apis.CloudBuild.v1.dll
Syntax
public class ApproveBuildRequest : IDirectResponseSchema
Properties
ApprovalResult
Approval decision and metadata.
Declaration
[JsonProperty("approvalResult")]
public virtual ApprovalResult ApprovalResult { get; set; }
Property Value
| Type | Description |
|---|---|
| ApprovalResult |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |