Followers

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

Constructors

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

Properties

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