SecretLab Kotlin
Toggle table of contents
0.4.3
jvm
Platform filter
jvm
Switch theme
Search in API
SecretLab Kotlin
SecretLab Kotlin
/
io.github.vxrpenter.secretlab.data
/
PlayerList
Player
List
@
Serializable
data
class
PlayerList
(
val
id
:
String
?
=
null
,
val
nickname
:
String
?
=
null
)
(
source
)
Members
Constructors
Player
List
Link copied to clipboard
constructor
(
id
:
String
?
=
null
,
nickname
:
String
?
=
null
)
Properties
id
Link copied to clipboard
@
SerialName
(
value
=
"ID"
)
val
id
:
String
?
=
null
nickname
Link copied to clipboard
@
SerialName
(
value
=
"Nickname"
)
val
nickname
:
String
?
=
null