QueryItem

data class QueryItem(val id: String, val type: String)

Constructors

Link copied to clipboard
fun QueryItem(id: String, type: String)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard
val type: String