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
/
Server
Server
@
Serializable
data
class
Server
(
val
accountId
:
Int
,
val
serverId
:
Int
,
val
ip
:
String
,
val
port
:
Int
,
val
online
:
Boolean
,
val
version
:
String
,
val
friendlyFire
:
Boolean
,
val
modded
:
Boolean
,
val
whitelist
:
Boolean
,
val
isoCode
:
String
,
val
players
:
String
,
val
info
:
String
,
val
techList
:
List
<
TechList
>
,
val
pastebin
:
String
,
val
official
:
Int
,
val
distance
:
Double
)
(
source
)
Members
Constructors
Server
Link copied to clipboard
constructor
(
accountId
:
Int
,
serverId
:
Int
,
ip
:
String
,
port
:
Int
,
online
:
Boolean
,
version
:
String
,
friendlyFire
:
Boolean
,
modded
:
Boolean
,
whitelist
:
Boolean
,
isoCode
:
String
,
players
:
String
,
info
:
String
,
techList
:
List
<
TechList
>
,
pastebin
:
String
,
official
:
Int
,
distance
:
Double
)
Properties
account
Id
Link copied to clipboard
val
accountId
:
Int
distance
Link copied to clipboard
val
distance
:
Double
friendly
Fire
Link copied to clipboard
val
friendlyFire
:
Boolean
info
Link copied to clipboard
val
info
:
String
ip
Link copied to clipboard
val
ip
:
String
iso
Code
Link copied to clipboard
val
isoCode
:
String
modded
Link copied to clipboard
val
modded
:
Boolean
official
Link copied to clipboard
val
official
:
Int
online
Link copied to clipboard
val
online
:
Boolean
pastebin
Link copied to clipboard
val
pastebin
:
String
players
Link copied to clipboard
val
players
:
String
port
Link copied to clipboard
val
port
:
Int
server
Id
Link copied to clipboard
val
serverId
:
Int
tech
List
Link copied to clipboard
val
techList
:
List
<
TechList
>
version
Link copied to clipboard
val
version
:
String
whitelist
Link copied to clipboard
val
whitelist
:
Boolean