Packages

case class BingImagesResponse(_type: String, instrumentation: BingInstrumentation, webSearchUrl: String, totalEstimatedMatches: Option[Int], nextOffset: Option[Int], value: Seq[BingImage], pivotSuggestions: Seq[BingPivot], queryExpansions: Seq[BingQuery], relatedSearches: Seq[BingQuery]) extends Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BingImagesResponse
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BingImagesResponse(_type: String, instrumentation: BingInstrumentation, webSearchUrl: String, totalEstimatedMatches: Option[Int], nextOffset: Option[Int], value: Seq[BingImage], pivotSuggestions: Seq[BingPivot], queryExpansions: Seq[BingQuery], relatedSearches: Seq[BingQuery])

Value Members

  1. val _type: String
  2. val instrumentation: BingInstrumentation
  3. val nextOffset: Option[Int]
  4. val pivotSuggestions: Seq[BingPivot]
  5. val queryExpansions: Seq[BingQuery]
  6. val relatedSearches: Seq[BingQuery]
  7. val totalEstimatedMatches: Option[Int]
  8. val value: Seq[BingImage]
  9. val webSearchUrl: String