GoogleApi.ContainerAnalysis.V1beta1.Model.CloudRepoSourceContext (google_api_container_analysis v0.10.0) View Source

A CloudRepoSourceContext denotes a particular revision in a Google Cloud Source Repo.

Attributes

  • aliasContext (type: GoogleApi.ContainerAnalysis.V1beta1.Model.AliasContext.t, default: nil) - An alias, which may be a branch or tag.
  • repoId (type: GoogleApi.ContainerAnalysis.V1beta1.Model.RepoId.t, default: nil) - The ID of the repo.
  • revisionId (type: String.t, default: nil) - A revision ID.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.ContainerAnalysis.V1beta1.Model.CloudRepoSourceContext{
  aliasContext: GoogleApi.ContainerAnalysis.V1beta1.Model.AliasContext.t(),
  repoId: GoogleApi.ContainerAnalysis.V1beta1.Model.RepoId.t(),
  revisionId: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.