HyWrapper
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
HyWrapper
HyWrapper
/
com.joshy.hywrapper.model.resources
/
Game
Game
@
Serializable
data
class
Game
(
val
id
:
Int
?
=
null
,
val
name
:
String
?
=
null
,
val
databaseName
:
String
?
=
null
,
val
modeNames
:
Map
<
String
,
String
>
?
=
null
,
val
legacy
:
Boolean
?
=
null
,
val
retired
:
Boolean
?
=
null
)
Members
Constructors
Game
Link copied to clipboard
constructor
(
id
:
Int
?
=
null
,
name
:
String
?
=
null
,
databaseName
:
String
?
=
null
,
modeNames
:
Map
<
String
,
String
>
?
=
null
,
legacy
:
Boolean
?
=
null
,
retired
:
Boolean
?
=
null
)
Properties
database
Name
Link copied to clipboard
val
databaseName
:
String
?
=
null
id
Link copied to clipboard
val
id
:
Int
?
=
null
legacy
Link copied to clipboard
val
legacy
:
Boolean
?
=
null
mode
Names
Link copied to clipboard
val
modeNames
:
Map
<
String
,
String
>
?
=
null
name
Link copied to clipboard
val
name
:
String
?
=
null
retired
Link copied to clipboard
val
retired
:
Boolean
?
=
null