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.scplist.data
/
ScpListServers
Scp
List
Servers
@
Serializable
data
class
ScpListServers
(
val
onlineUserCount
:
Int
,
val
onlineServerCount
:
Int
,
val
displayUserCount
:
Int
,
val
displayServerCount
:
Int
,
val
offlineServerCount
:
Int
,
val
servers
:
List
<
Server
>
?
=
null
)
(
source
)
Members
Constructors
Scp
List
Servers
Link copied to clipboard
constructor
(
onlineUserCount
:
Int
,
onlineServerCount
:
Int
,
displayUserCount
:
Int
,
displayServerCount
:
Int
,
offlineServerCount
:
Int
,
servers
:
List
<
Server
>
?
=
null
)
Properties
display
Server
Count
Link copied to clipboard
val
displayServerCount
:
Int
display
User
Count
Link copied to clipboard
val
displayUserCount
:
Int
offline
Server
Count
Link copied to clipboard
val
offlineServerCount
:
Int
online
Server
Count
Link copied to clipboard
val
onlineServerCount
:
Int
online
User
Count
Link copied to clipboard
val
onlineUserCount
:
Int
servers
Link copied to clipboard
val
servers
:
List
<
Server
>
?
=
null