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