HyWrapper
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
HyWrapper
HyWrapper
/
com.joshy.hywrapper.model.other
/
BoostersResponse
Boosters
Response
@
Serializable
data
class
BoostersResponse
(
val
success
:
Boolean
?
=
null
,
val
cause
:
String
?
=
null
,
val
boosters
:
List
<
Booster
>
?
=
null
,
val
boosterState
:
BoosterState
?
=
null
)
:
HypixelResponse
Members
Constructors
Boosters
Response
Link copied to clipboard
constructor
(
success
:
Boolean
?
=
null
,
cause
:
String
?
=
null
,
boosters
:
List
<
Booster
>
?
=
null
,
boosterState
:
BoosterState
?
=
null
)
Properties
boosters
Link copied to clipboard
val
boosters
:
List
<
Booster
>
?
=
null
booster
State
Link copied to clipboard
val
boosterState
:
BoosterState
?
=
null
cause
Link copied to clipboard
open
override
val
cause
:
String
?
=
null
rate
Limit
Link copied to clipboard
@
Transient
open
override
var
rateLimit
:
RateLimit
?
success
Link copied to clipboard
open
override
val
success
:
Boolean
?
=
null