Zypper Repository Response
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
.