TweetUser

data class TweetUser(createdAt: Long?, followersCount: Long?, friendsCount: Long?, id: Long?, name: String?, profileImageUrl: String?, profileImageUrlBigger: String?, screenName: String?, statusesCount: Long?)

Parameters

createdAt
followersCount
friendsCount
id
name
profileImageUrl
profileImageUrlBigger
screenName
statusesCount

Constructors

Link copied to clipboard
fun TweetUser(createdAt: Long? = null, followersCount: Long? = null, friendsCount: Long? = null, id: Long? = null, name: String? = null, profileImageUrl: String? = null, profileImageUrlBigger: String? = null, screenName: String? = null, statusesCount: Long? = null)

Properties

Link copied to clipboard
val createdAt: Long? = null
Link copied to clipboard
val followersCount: Long? = null
Link copied to clipboard
val friendsCount: Long? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val profileImageUrl: String? = null
Link copied to clipboard
val profileImageUrlBigger: String? = null
Link copied to clipboard
val screenName: String? = null
Link copied to clipboard
val statusesCount: Long? = null