PublicMetrics

data class PublicMetrics(followersCount: Long, followingCount: Long, tweetCount: Long, listedCount: Long)

Properties

Link copied to clipboard
@SerializedName(value = "followers_count")
var followersCount: Long = 0
Link copied to clipboard
@SerializedName(value = "following_count")
var followingCount: Long = 0
Link copied to clipboard
@SerializedName(value = "listed_count")
var listedCount: Long = 0
Link copied to clipboard
@SerializedName(value = "tweet_count")
var tweetCount: Long = 0