GameStatisticsData
data class GameStatisticsData(val totalGames: Long, val totalPlaytimeHours: BigDecimal, val playedGamesCount: Long, val avgPlaytimeForPlayed: BigDecimal, val statusDistribution: List<DashboardStatusCount>?, val avgStoryRating: BigDecimal?, val avgGameplayRating: BigDecimal?, val avgAtmosphereRating: BigDecimal?, val mostPlayedGames: List<DashboardGameByTime>?, val highestRatedGames: List<DashboardGameByRating>?, val favoriteCategoryName: String?, val favoriteSeriesName: String?)
Constructors
Link copied to clipboard
constructor(totalGames: Long, totalPlaytimeHours: BigDecimal, playedGamesCount: Long, avgPlaytimeForPlayed: BigDecimal, statusDistribution: List<DashboardStatusCount>?, avgStoryRating: BigDecimal?, avgGameplayRating: BigDecimal?, avgAtmosphereRating: BigDecimal?, mostPlayedGames: List<DashboardGameByTime>?, highestRatedGames: List<DashboardGameByRating>?, favoriteCategoryName: String?, favoriteSeriesName: String?)