View Source GoogleApi.Run.V1.Model.GoogleDevtoolsCloudbuildV1ApprovalConfig (google_api_run v0.30.0)

ApprovalConfig describes configuration for manual approval of a build.

Attributes

  • approvalRequired (type: boolean(), default: nil) - Whether or not approval is needed. If this is set on a build, it will become pending when created, and will need to be explicitly approved to start.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V1.Model.GoogleDevtoolsCloudbuildV1ApprovalConfig{
  approvalRequired: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.