View Source GoogleApi.OnDemandScanning.V1.Model.ProjectRepoId (google_api_on_demand_scanning v0.4.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.OnDemandScanning.V1.Model.ProjectRepoId{
  projectId: String.t() | nil,
  repoName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.