LeaderboardsResponse

@Serializable
data class LeaderboardsResponse(val success: Boolean? = null, val cause: String? = null, val leaderboards: Map<String, List<Leaderboard>>? = null) : HypixelResponse

Constructors

Link copied to clipboard
constructor(success: Boolean? = null, cause: String? = null, leaderboards: Map<String, List<Leaderboard>>? = null)

Properties

Link copied to clipboard
open override val cause: String? = null
Link copied to clipboard
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