Repository Pages
data class RepositoryPages(val buildType: String? = null, val cname: String? = null, val custom404: Boolean? = null, val htmlUrl: String? = null, val source: RepositoryPagesSource? = null, val status: String? = null, val url: String? = null)
Constructors
Link copied to clipboard
fun RepositoryPages(buildType: String? = null, cname: String? = null, custom404: Boolean? = null, htmlUrl: String? = null, source: RepositoryPagesSource? = null, status: String? = null, url: String? = null)