Summary

@Serializable
data class Summary(val query: String? = null, val queryType: String? = null, val queryTime: Int? = null, val numResults: Int? = null, val offset: Int? = null, val totalResults: Int? = null, val fuzzyLevel: Int? = null, val geoBias: LatLon? = null, val queryIntent: List<QueryIntent>? = null)

Constructors

Link copied to clipboard
constructor(query: String? = null, queryType: String? = null, queryTime: Int? = null, numResults: Int? = null, offset: Int? = null, totalResults: Int? = null, fuzzyLevel: Int? = null, geoBias: LatLon? = null, queryIntent: List<QueryIntent>? = null)

Properties

Link copied to clipboard
val fuzzyLevel: Int? = null
Link copied to clipboard
val geoBias: LatLon? = null
Link copied to clipboard
val numResults: Int? = null
Link copied to clipboard
val offset: Int? = null
Link copied to clipboard
val query: String? = null
Link copied to clipboard
val queryIntent: List<QueryIntent>? = null
Link copied to clipboard
val queryTime: Int? = null
Link copied to clipboard
val queryType: String? = null
Link copied to clipboard
val totalResults: Int? = null