Yum Repository Response
data class YumRepositoryResponse(val baseUrl: String, val displayName: String, val gpgKeys: List<String>)
Represents a single Yum package repository. This repository is added to a repo file that is stored at /etc/yum.repos.d/google_osconfig.repo
.