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
/
DashboardGameByRating
Dashboard
Game
By
Rating
desktop
@
Serializable
data
class
DashboardGameByRating
(
val
id
:
Int
,
val
name
:
String
,
val
averageRating
:
BigDecimal
)
:
DashboardGame
Members
Constructors
Dashboard
Game
By
Rating
Link copied to clipboard
desktop
constructor
(
id
:
Int
,
name
:
String
,
averageRating
:
BigDecimal
)
Properties
average
Rating
Link copied to clipboard
desktop
@
Serializable
(
with
=
BigDecimalAsNumberSerializer::class
)
val
averageRating
:
BigDecimal
id
Link copied to clipboard
desktop
open
override
val
id
:
Int
name
Link copied to clipboard
desktop
open
override
val
name
:
String
value
Link copied to clipboard
desktop
open
override
val
value
:
String