Get Registry Enterprise Repos Repo
data class GetRegistryEnterpriseReposRepo(val id: String, val instanceId: String, val name: String, val namespace: String, val repoType: String, val summary: String, val tags: List<GetRegistryEnterpriseReposRepoTag>)
Constructors
Link copied to clipboard
fun GetRegistryEnterpriseReposRepo(id: String, instanceId: String, name: String, namespace: String, repoType: String, summary: String, tags: List<GetRegistryEnterpriseReposRepoTag>)