case class SearchSummary(query: Option[String], queryType: Option[String], queryTime: Option[Int], numResults: Option[Int], limit: Option[Int], offset: Option[Int], totalResults: Option[Int], fuzzyLevel: Option[Int], geoBias: Option[LatLongPairAbbreviated]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SearchSummary
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All