OSPolicy Resource Repository Resource Apt Repository Response
data class OSPolicyResourceRepositoryResourceAptRepositoryResponse(val archiveType: String, val components: List<String>, val distribution: String, val gpgKey: String, val uri: String)
Represents a single apt package repository. These will be added to a repo file that will be managed at /etc/apt/sources.list.d/google_osconfig.list
.