QueryRow

data class QueryRow(val query: String, val count: Int, val stats: Stats)

Constructors

Link copied to clipboard
constructor(query: String, count: Int, stats: Stats)

Properties

Link copied to clipboard
val count: Int
Link copied to clipboard
Link copied to clipboard