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
/
Content
Content
@
Serializable
data
class
Content
(
val
collected
:
Int
?
=
null
,
val
claimedRewards
:
Boolean
?
=
null
,
val
claimedPosition
:
Int
?
=
null
,
val
claimedParticipants
:
Int
?
=
null
)
Members
Constructors
Content
Link copied to clipboard
constructor
(
collected
:
Int
?
=
null
,
claimedRewards
:
Boolean
?
=
null
,
claimedPosition
:
Int
?
=
null
,
claimedParticipants
:
Int
?
=
null
)
Properties
claimed
Participants
Link copied to clipboard
@
SerialName
(
value
=
"claimed_participants"
)
val
claimedParticipants
:
Int
?
=
null
claimed
Position
Link copied to clipboard
@
SerialName
(
value
=
"claimed_position"
)
val
claimedPosition
:
Int
?
=
null
claimed
Rewards
Link copied to clipboard
@
SerialName
(
value
=
"claimed_rewards"
)
val
claimedRewards
:
Boolean
?
=
null
collected
Link copied to clipboard
val
collected
:
Int
?
=
null