HyWrapper
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
HyWrapper
HyWrapper
/
com.joshy.hywrapper.model.resources
/
QuestObjective
Quest
Objective
@
Serializable
data
class
QuestObjective
(
val
id
:
String
?
=
null
,
val
type
:
String
?
=
null
,
val
integerValue
:
Int
?
=
null
)
Members
Constructors
Quest
Objective
Link copied to clipboard
constructor
(
id
:
String
?
=
null
,
type
:
String
?
=
null
,
integerValue
:
Int
?
=
null
)
Properties
id
Link copied to clipboard
val
id
:
String
?
=
null
integer
Value
Link copied to clipboard
@
SerialName
(
value
=
"integer"
)
val
integerValue
:
Int
?
=
null
type
Link copied to clipboard
val
type
:
String
?
=
null