View Source GoogleApi.CloudBuild.V1.Model.BuildApproval (google_api_cloud_build v0.50.1)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type 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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.