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
/
TechList
Tech
List
@
Serializable
data
class
TechList
(
val
id
:
Int
,
val
name
:
String
,
val
version
:
String
)
(
source
)
Members
Constructors
Tech
List
Link copied to clipboard
constructor
(
id
:
Int
,
name
:
String
,
version
:
String
)
Properties
id
Link copied to clipboard
val
id
:
Int
name
Link copied to clipboard
val
name
:
String
version
Link copied to clipboard
val
version
:
String