View Source GoogleApi.ContainerAnalysis.V1alpha1.Model.RepoSource (google_api_container_analysis v0.28.0)

RepoSource describes the location of the source in a Google Cloud Source Repository.

Attributes

  • branchName (type: String.t, default: nil) - Name of the branch to build.
  • commitSha (type: String.t, default: nil) - Explicit commit SHA to build.
  • projectId (type: String.t, default: nil) - ID of the project that owns the repo.
  • repoName (type: String.t, default: nil) - Name of the repo.
  • tagName (type: String.t, default: nil) - Name of the tag to build.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.RepoSource{
  branchName: String.t() | nil,
  commitSha: String.t() | nil,
  projectId: String.t() | nil,
  repoName: String.t() | nil,
  tagName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.