GitHubUser

data class GitHubUser(    val publicReposCount: Long,     val followersCount: Long,     val createAt: Long? = null)

Constructors

Link copied to clipboard
fun GitHubUser(    publicReposCount: Long,     followersCount: Long,     createAt: Long? = null)

Properties

Link copied to clipboard
val createAt: Long? = null
Link copied to clipboard
val followersCount: Long
Link copied to clipboard
val publicReposCount: Long