ZypperRepositoryResponse

data class ZypperRepositoryResponse(val baseUrl: String, val displayName: String, val gpgKeys: List<String>)

Represents a single Zypper package repository. This repository is added to a repo file that is stored at /etc/zypp/repos.d/google_osconfig.repo.

Constructors

Link copied to clipboard
fun ZypperRepositoryResponse(baseUrl: String, displayName: String, gpgKeys: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The location of the repository directory.

Link copied to clipboard

The display name of the repository.

Link copied to clipboard

URIs of GPG keys.