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
/
Gallery
Gallery
@
Serializable
data
class
Gallery
(
val
eliseStep
:
Int
?
=
null
,
val
securedTrophies
:
List
<
SecuredTrophy
>
?
=
null
,
val
sentTrophyDialogues
:
List
<
String
>
?
=
null
)
Members
Constructors
Gallery
Link copied to clipboard
constructor
(
eliseStep
:
Int
?
=
null
,
securedTrophies
:
List
<
SecuredTrophy
>
?
=
null
,
sentTrophyDialogues
:
List
<
String
>
?
=
null
)
Properties
elise
Step
Link copied to clipboard
@
SerialName
(
value
=
"elise_step"
)
val
eliseStep
:
Int
?
=
null
secured
Trophies
Link copied to clipboard
@
SerialName
(
value
=
"secured_trophies"
)
val
securedTrophies
:
List
<
SecuredTrophy
>
?
=
null
sent
Trophy
Dialogues
Link copied to clipboard
@
SerialName
(
value
=
"sent_trophy_dialogues"
)
val
sentTrophyDialogues
:
List
<
String
>
?
=
null