GoogleApi.CloudBuild.V1.Model.BuildApproval (google_api_cloud_build v0.41.1) View Source
BuildApproval describes a build's approval configuration, state, and result.
Attributes
-
config(type:GoogleApi.CloudBuild.V1.Model.ApprovalConfig.t, default:nil) - Output only. Configuration for manual approval of this build. -
result(type:GoogleApi.CloudBuild.V1.Model.ApprovalResult.t, default:nil) - Output only. Result of manual approval for this Build. -
state(type:String.t, default:nil) - Output only. The state of this build's approval.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudBuild.V1.Model.BuildApproval{
config: GoogleApi.CloudBuild.V1.Model.ApprovalConfig.t() | nil,
result: GoogleApi.CloudBuild.V1.Model.ApprovalResult.t() | nil,
state: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.