LogExplorerSnapshot

@Serializable
data class LogExplorerSnapshot(val page: LogSnapshotPage, val histogram: LogHistogramSnapshot, val summary: LogExplorerSummary, val availableLevels: List<String> = emptyList())(source)

Constructors

Link copied to clipboard
constructor(page: LogSnapshotPage, histogram: LogHistogramSnapshot, summary: LogExplorerSummary, availableLevels: List<String> = emptyList())

Properties

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