HyWrapper
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
HyWrapper
HyWrapper
/
com.joshy.hywrapper.model.skyblock.profile
/
Gifts
Gifts
@
Serializable
data
class
Gifts
(
val
totalGiven
:
Double
?
=
null
,
val
totalReceived
:
Double
?
=
null
)
Members
Constructors
Gifts
Link copied to clipboard
constructor
(
totalGiven
:
Double
?
=
null
,
totalReceived
:
Double
?
=
null
)
Properties
total
Given
Link copied to clipboard
@
SerialName
(
value
=
"total_given"
)
val
totalGiven
:
Double
?
=
null
total
Received
Link copied to clipboard
@
SerialName
(
value
=
"total_received"
)
val
totalReceived
:
Double
?
=
null