View Source GoogleApi.OSConfig.V1.Model.OSPolicyResourceRepositoryResourceGooRepository (google_api_os_config v0.21.1)

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

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.OSConfig.V1.Model.OSPolicyResourceRepositoryResourceGooRepository{
    name: String.t() | nil,
    url: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.