case class TAResponse[T <: HasDocId](statistics: Option[TAResponseStatistics], documents: Seq[T], errors: Option[Seq[TAError]], modelVersion: Option[String]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TAResponse
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All