LogExplorerSummary

@Serializable
data class LogExplorerSummary(val totalMatched: Int, val showingCount: Int, val availableLevels: List<String> = emptyList(), val activeWindow: String = "1h")(source)

Constructors

Link copied to clipboard
constructor(totalMatched: Int, showingCount: Int, availableLevels: List<String> = emptyList(), activeWindow: String = "1h")

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard