Count

data class Count(@Json(name = "approximate") val approximate: Boolean, @Json(name = "value") val value: Int)

Constructors

Link copied to clipboard
constructor(@Json(name = "approximate") approximate: Boolean, @Json(name = "value") value: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val value: Int