FollowerModel
data class FollowerModel(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)
Content copied to clipboard
Follower model
Constructors
FollowerModel
Link copied to clipboard
fun FollowerModel(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)
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
receivedEventsUrl
Link copied to clipboard
starredUrl
Link copied to clipboard
subscriptionsUrl
Link copied to clipboard