BoostersResponse

@Serializable
data class BoostersResponse(val success: Boolean? = null, val cause: String? = null, val boosters: List<Booster>? = null, val boosterState: BoosterState? = null) : HypixelResponse

Constructors

Link copied to clipboard
constructor(success: Boolean? = null, cause: String? = null, boosters: List<Booster>? = null, boosterState: BoosterState? = null)

Properties

Link copied to clipboard
val boosters: List<Booster>? = null
Link copied to clipboard
Link copied to clipboard
open override val cause: String? = null
Link copied to clipboard
@Transient
open override var rateLimit: RateLimit?
Link copied to clipboard
open override val success: Boolean? = null