CountsResponse

@Serializable
data class CountsResponse(val success: Boolean? = null, val cause: String? = null, val games: Map<String, GameCount>? = null, val playerCount: Int? = null) : HypixelResponse

Constructors

Link copied to clipboard
constructor(success: Boolean? = null, cause: String? = null, games: Map<String, GameCount>? = null, playerCount: Int? = null)

Properties

Link copied to clipboard
open override val cause: String? = null
Link copied to clipboard
val games: Map<String, GameCount>? = null
Link copied to clipboard
val playerCount: Int? = null
Link copied to clipboard
@Transient
open override var rateLimit: RateLimit?
Link copied to clipboard
open override val success: Boolean? = null

Functions

Link copied to clipboard