GooRepositoryResponse

data class GooRepositoryResponse(val name: String, val url: String)

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

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the repository.

Link copied to clipboard
val url: String

The url of the repository.