google_api_os_config v0.6.0 GoogleApi.OSConfig.V1.Model.RepositoryResourceGooRepository View Source

Represents a Goo package repository. These will be added to a repo file that will be managed at C:/ProgramData/GooGet/repos/google_osconfig.repo.

Attributes

  • name (type: String.t, default: nil) - The name of the repository.
  • url (type: String.t, default: nil) - The url of the repository.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.OSConfig.V1.Model.RepositoryResourceGooRepository{
  name: String.t(),
  url: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.