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

Configuration for connections to github.com.

Attributes

  • appInstallationId (type: String.t, default: nil) - GitHub App installation id.
  • authorizerCredential (type: GoogleApi.CloudBuild.V2.Model.OAuthCredential.t, default: nil) - OAuth credential of the account that authorized the Cloud Build GitHub App. It is recommended to use a robot account instead of a human user account. The OAuth token must be tied to the Cloud Build GitHub App.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudBuild.V2.Model.GitHubConfig{
  appInstallationId: String.t() | nil,
  authorizerCredential: GoogleApi.CloudBuild.V2.Model.OAuthCredential.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.