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

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

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContainerAnalysis.V1alpha1.Model.GoogleDevtoolsContaineranalysisV1alpha1CloudRepoSourceContext{
    aliasContext:
      GoogleApi.ContainerAnalysis.V1alpha1.Model.GoogleDevtoolsContaineranalysisV1alpha1AliasContext.t()
      | nil,
    repoId:
      GoogleApi.ContainerAnalysis.V1alpha1.Model.GoogleDevtoolsContaineranalysisV1alpha1RepoId.t()
      | nil,
    revisionId: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.