View Source GoogleApi.Run.V2.Model.GoogleDevtoolsCloudbuildV1BuildApproval (google_api_run v0.30.0)

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

Attributes

  • config (type: GoogleApi.Run.V2.Model.GoogleDevtoolsCloudbuildV1ApprovalConfig.t, default: nil) - Output only. Configuration for manual approval of this build.
  • result (type: GoogleApi.Run.V2.Model.GoogleDevtoolsCloudbuildV1ApprovalResult.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.Run.V2.Model.GoogleDevtoolsCloudbuildV1BuildApproval{
  config:
    GoogleApi.Run.V2.Model.GoogleDevtoolsCloudbuildV1ApprovalConfig.t() | nil,
  result:
    GoogleApi.Run.V2.Model.GoogleDevtoolsCloudbuildV1ApprovalResult.t() | nil,
  state: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.