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
/
OngoingSlayerQuest
Ongoing
Slayer
Quest
@
Serializable
data
class
OngoingSlayerQuest
(
val
type
:
String
?
=
null
,
val
tier
:
Int
?
=
null
,
val
startTimestamp
:
Long
?
=
null
,
val
completionState
:
Int
?
=
null
,
val
usedArmor
:
Boolean
?
=
null
,
val
solo
:
Boolean
?
=
null
)
Members
Constructors
Ongoing
Slayer
Quest
Link copied to clipboard
constructor
(
type
:
String
?
=
null
,
tier
:
Int
?
=
null
,
startTimestamp
:
Long
?
=
null
,
completionState
:
Int
?
=
null
,
usedArmor
:
Boolean
?
=
null
,
solo
:
Boolean
?
=
null
)
Properties
completion
State
Link copied to clipboard
@
SerialName
(
value
=
"completion_state"
)
val
completionState
:
Int
?
=
null
solo
Link copied to clipboard
val
solo
:
Boolean
?
=
null
start
Timestamp
Link copied to clipboard
@
SerialName
(
value
=
"start_timestamp"
)
val
startTimestamp
:
Long
?
=
null
tier
Link copied to clipboard
val
tier
:
Int
?
=
null
type
Link copied to clipboard
val
type
:
String
?
=
null
used
Armor
Link copied to clipboard
@
SerialName
(
value
=
"used_armor"
)
val
usedArmor
:
Boolean
?
=
null