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
/
DailyRuns
Daily
Runs
@
Serializable
data
class
DailyRuns
(
val
currentDayStamp
:
Int
?
=
null
,
val
completedRunsCount
:
Int
?
=
null
)
Members
Constructors
Daily
Runs
Link copied to clipboard
constructor
(
currentDayStamp
:
Int
?
=
null
,
completedRunsCount
:
Int
?
=
null
)
Properties
completed
Runs
Count
Link copied to clipboard
@
SerialName
(
value
=
"completed_runs_count"
)
val
completedRunsCount
:
Int
?
=
null
current
Day
Stamp
Link copied to clipboard
@
SerialName
(
value
=
"current_day_stamp"
)
val
currentDayStamp
:
Int
?
=
null