Get Registry Repository Result
data class GetRegistryRepositoryResult(val id: String, val project: String, val region: String? = null, val repositoryUrl: String)
A collection of values returned by getRegistryRepository.
Constructors
Link copied to clipboard
fun GetRegistryRepositoryResult(id: String, project: String, region: String? = null, repositoryUrl: String)