View Source GoogleApi.CloudBuild.V2.Model.InstallationState (google_api_cloud_build v0.50.1)

Describes stage and necessary actions to be taken by the user to complete the installation. Used for GitHub and GitHub Enterprise based connections.

Attributes

  • actionUri (type: String.t, default: nil) - Output only. Link to follow for next action. Empty string if the installation is already complete.
  • message (type: String.t, default: nil) - Output only. Message of what the user should do next to continue the installation. Empty string if the installation is already complete.
  • stage (type: String.t, default: nil) - Output only. Current step of the installation process.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudBuild.V2.Model.InstallationState{
  actionUri: String.t() | nil,
  message: String.t() | nil,
  stage: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.