google_api_cloud_build v0.9.0 GoogleApi.CloudBuild.V1.Model.GitHubEventsConfig View Source

GitHubEventsConfig describes the configuration of a trigger that creates a build whenever a GitHub event is received.

This message is experimental.

Attributes

  • installationId (type: String.t, default: nil) - The installationID that emits the GitHub event.
  • name (type: String.t, default: nil) - Name of the repository.
  • owner (type: String.t, default: nil) - Owner of the repository.
  • pullRequest (type: GoogleApi.CloudBuild.V1.Model.PullRequestFilter.t, default: nil) - filter to match changes in pull requests.
  • push (type: GoogleApi.CloudBuild.V1.Model.PushFilter.t, default: nil) - filter to match changes in refs like branches, tags.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.CloudBuild.V1.Model.GitHubEventsConfig{
  installationId: String.t(),
  name: String.t(),
  owner: String.t(),
  pullRequest: GoogleApi.CloudBuild.V1.Model.PullRequestFilter.t(),
  push: GoogleApi.CloudBuild.V1.Model.PushFilter.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.