Octavius Framework
Toggle table of contents
desktop
Target filter
desktop
Switch theme
Search in API
Skip to content
Octavius Framework
feature-games
/
org.octavius.modules.games.statistics.model
/
DashboardStatusCount
Dashboard
Status
Count
desktop
@
Serializable
data
class
DashboardStatusCount
(
val
status
:
GameStatus
,
val
count
:
Long
)
Members
Constructors
Dashboard
Status
Count
Link copied to clipboard
desktop
constructor
(
status
:
GameStatus
,
count
:
Long
)
Properties
count
Link copied to clipboard
desktop
val
count
:
Long
status
Link copied to clipboard
desktop
@
Serializable
(
with
=
GameStatusDynamicDtoSerializer::class
)
val
status
:
GameStatus