HyWrapper
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
HyWrapper
HyWrapper
/
com.joshy.hywrapper.model.skyblock
/
AuctionsResponse
/
AuctionsResponse
Auctions
Response
constructor
(
success
:
Boolean
?
=
null
,
cause
:
String
?
=
null
,
page
:
Int
?
=
null
,
totalPages
:
Int
?
=
null
,
totalAuctions
:
Int
?
=
null
,
lastUpdated
:
Long
?
=
null
,
auctions
:
List
<
Auction
>
?
=
null
)