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

Selects a repo using a Google Cloud Platform project ID (e.g., winged-cargo-31) and a repo name within that project.

Attributes

  • projectId (type: String.t, default: nil) - The ID of the project.
  • repoName (type: String.t, default: nil) - The name of the repo. Leave empty for the default repo.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.