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
Profile
@
Serializable
data
class
Profile
(
val
profileId
:
String
?
=
null
,
val
communityUpgrades
:
CommunityUpgrades
?
=
null
,
val
members
:
Map
<
String
,
MemberData
>
?
=
null
,
val
banking
:
Banking
?
=
null
)
Members
Constructors
Profile
Link copied to clipboard
constructor
(
profileId
:
String
?
=
null
,
communityUpgrades
:
CommunityUpgrades
?
=
null
,
members
:
Map
<
String
,
MemberData
>
?
=
null
,
banking
:
Banking
?
=
null
)
Properties
banking
Link copied to clipboard
val
banking
:
Banking
?
=
null
community
Upgrades
Link copied to clipboard
@
SerialName
(
value
=
"community_upgrades"
)
val
communityUpgrades
:
CommunityUpgrades
?
=
null
members
Link copied to clipboard
val
members
:
Map
<
String
,
MemberData
>
?
=
null
profile
Id
Link copied to clipboard
@
SerialName
(
value
=
"profile_id"
)
val
profileId
:
String
?
=
null