case class AsyncTAResponse[T <: HasDocId](jobId: String, lastUpdateDateTime: String, createdDateTime: String, expirationDateTime: String, status: String, errors: Seq[TAError], results: TAResponse[T]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AsyncTAResponse
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AsyncTAResponse(jobId: String, lastUpdateDateTime: String, createdDateTime: String, expirationDateTime: String, status: String, errors: Seq[TAError], results: TAResponse[T])