HyWrapper
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
HyWrapper
HyWrapper
/
com.joshy.hywrapper.model.other
/
Leaderboard
Leaderboard
@
Serializable
data
class
Leaderboard
(
val
path
:
String
?
=
null
,
val
prefix
:
String
?
=
null
,
val
title
:
String
?
=
null
,
val
location
:
String
?
=
null
,
val
count
:
Int
?
=
null
,
val
leaders
:
List
<
String
>
?
=
null
)
Members
Constructors
Leaderboard
Link copied to clipboard
constructor
(
path
:
String
?
=
null
,
prefix
:
String
?
=
null
,
title
:
String
?
=
null
,
location
:
String
?
=
null
,
count
:
Int
?
=
null
,
leaders
:
List
<
String
>
?
=
null
)
Properties
count
Link copied to clipboard
val
count
:
Int
?
=
null
leaders
Link copied to clipboard
val
leaders
:
List
<
String
>
?
=
null
location
Link copied to clipboard
val
location
:
String
?
=
null
path
Link copied to clipboard
val
path
:
String
?
=
null
prefix
Link copied to clipboard
val
prefix
:
String
?
=
null
title
Link copied to clipboard
val
title
:
String
?
=
null