Coupon
1.6.1
jvm
Coupon
/
dk.ds.coupon.domain.model
/
SystemPlayInfo
System
Play
Info
data
class
SystemPlayInfo
(
val
systemName
:
String
,
val
systemLevel
:
Int
?
,
val
systemRows
:
Int
,
val
systemNumbers
:
List
<
Int
>
,
val
systemExtraNumbers
:
List
<
Int
>
)
Members
Constructors
System
Play
Info
Link copied to clipboard
constructor
(
systemName
:
String
,
systemLevel
:
Int
?
,
systemRows
:
Int
,
systemNumbers
:
List
<
Int
>
,
systemExtraNumbers
:
List
<
Int
>
)
Properties
system
Extra
Numbers
Link copied to clipboard
val
systemExtraNumbers
:
List
<
Int
>
system
Level
Link copied to clipboard
val
systemLevel
:
Int
?
system
Name
Link copied to clipboard
val
systemName
:
String
system
Numbers
Link copied to clipboard
val
systemNumbers
:
List
<
Int
>
system
Rows
Link copied to clipboard
val
systemRows
:
Int