StatisticsResponse

@Serializable
data class StatisticsResponse(val total: Int, val byLevel: Map<String, Int>, val errorCount: Int, val errorRate: Double, val uniqueEntries: Int, val timeRange: TimeRangeResponse?)(source)

Constructors

Link copied to clipboard
constructor(total: Int, byLevel: Map<String, Int>, errorCount: Int, errorRate: Double, uniqueEntries: Int, timeRange: TimeRangeResponse?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val total: Int
Link copied to clipboard