case class PageResult(page: Int, keyValuePairs: Option[Seq[KeyValuePair]], tables: Seq[Table]) extends Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PageResult
  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 PageResult(page: Int, keyValuePairs: Option[Seq[KeyValuePair]], tables: Seq[Table])

Value Members

  1. val keyValuePairs: Option[Seq[KeyValuePair]]
  2. val page: Int
  3. val tables: Seq[Table]