case class SearchSummary(query: Option[String], queryType: Option[String], queryTime: Option[Integer], numResults: Option[Integer], limit: Option[Integer], offset: Option[Integer], totalResults: Option[Integer], fuzzyLevel: Option[Integer], 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
Instance Constructors
Value Members
- val fuzzyLevel: Option[Integer]
- val geoBias: Option[LatLongPairAbbreviated]
- val limit: Option[Integer]
- val numResults: Option[Integer]
- val offset: Option[Integer]
- val query: Option[String]
- val queryTime: Option[Integer]
- val queryType: Option[String]
- val totalResults: Option[Integer]