UserModel
data class UserModel(id: String, login: String, nodeId: String, avatarUrl: String, gravatarId: String, url: String, htmlUrl: String, followersUrl: String, followingUrl: String, gistsUrl: String, starredUrl: String, subscriptionsUrl: String, organizationsUrl: String, reposUrl: String, eventsUrl: String, receivedEventsUrl: String, type: String, siteAdmin: Boolean, name: String, company: String?, blog: String?, location: String?, email: String?, hireable: String?, bio: String?, twitterUsername: String?, publicRepos: Int, publicGists: Int, followers: Int, following: Int, createdAt: String, updatedAt: String, plan: UserPlanModel)
Content copied to clipboard
User model
Constructors
UserModel
Link copied to clipboard
fun UserModel(id: String, login: String, nodeId: String, avatarUrl: String, gravatarId: String, url: String, htmlUrl: String, followersUrl: String, followingUrl: String, gistsUrl: String, starredUrl: String, subscriptionsUrl: String, organizationsUrl: String, reposUrl: String, eventsUrl: String, receivedEventsUrl: String, type: String, siteAdmin: Boolean, name: String, company: String?, blog: String?, location: String?, email: String?, hireable: String?, bio: String?, twitterUsername: String?, publicRepos: Int, publicGists: Int, followers: Int, following: Int, createdAt: String, updatedAt: String, plan: UserPlanModel)
Content copied to clipboard
Properties
followersUrl
Link copied to clipboard
followingUrl
Link copied to clipboard
gravatarId
Link copied to clipboard
organizationsUrl
Link copied to clipboard
plan
Link copied to clipboard
publicGists
Link copied to clipboard
publicRepos
Link copied to clipboard
receivedEventsUrl
Link copied to clipboard
starredUrl
Link copied to clipboard
subscriptionsUrl
Link copied to clipboard
twitterUsername
Link copied to clipboard