HyWrapper
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
HyWrapper
HyWrapper
/
com.joshy.hywrapper.model.resources
/
Challenge
Challenge
@
Serializable
data
class
Challenge
(
val
id
:
String
?
=
null
,
val
name
:
String
?
=
null
,
val
rewards
:
List
<
Reward
>
?
=
null
)
Members
Constructors
Challenge
Link copied to clipboard
constructor
(
id
:
String
?
=
null
,
name
:
String
?
=
null
,
rewards
:
List
<
Reward
>
?
=
null
)
Properties
id
Link copied to clipboard
val
id
:
String
?
=
null
name
Link copied to clipboard
val
name
:
String
?
=
null
rewards
Link copied to clipboard
val
rewards
:
List
<
Reward
>
?
=
null