Get Repository Page
data class GetRepositoryPage(val buildType: String, val cname: String, val custom404: Boolean, val htmlUrl: String, val sources: List<GetRepositoryPageSource>, val status: String, val url: String)
Constructors
Link copied to clipboard
fun GetRepositoryPage(buildType: String, cname: String, custom404: Boolean, htmlUrl: String, sources: List<GetRepositoryPageSource>, status: String, url: String)