Followers

@Serializable
data class Followers(val href: String?, val total: Int)

Constructors

Link copied to clipboard
constructor(href: String?, total: Int)

Properties

Link copied to clipboard
val href: String?
Link copied to clipboard
val total: Int