Get Repos Repo
data class GetReposRepo(val domainList: GetReposRepoDomainList, val name: String, val namespace: String, val repoType: String, val summary: String, val tags: List<GetReposRepoTag>)
Constructors
Link copied to clipboard
constructor(domainList: GetReposRepoDomainList, name: String, namespace: String, repoType: String, summary: String, tags: List<GetReposRepoTag>)