HyWrapper
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
HyWrapper
HyWrapper
/
com.joshy.hywrapper.model.skyblock
/
Objective
Objective
@
Serializable
data
class
Objective
(
val
status
:
String
?
=
null
,
val
progress
:
Double
?
=
null
,
val
completedAt
:
Long
?
=
null
,
val
data
:
Map
<
String
,
String
>
=
emptyMap()
)
Members
Constructors
Objective
Link copied to clipboard
constructor
(
status
:
String
?
=
null
,
progress
:
Double
?
=
null
,
completedAt
:
Long
?
=
null
,
data
:
Map
<
String
,
String
>
=
emptyMap()
)
Properties
completed
At
Link copied to clipboard
@
SerialName
(
value
=
"completed_at"
)
val
completedAt
:
Long
?
=
null
data
Link copied to clipboard
val
data
:
Map
<
String
,
String
>
progress
Link copied to clipboard
val
progress
:
Double
?
=
null
status
Link copied to clipboard
val
status
:
String
?
=
null