case class ReadResponse(status: String, createdDateTime: String, lastUpdatedDateTime: String, analyzeResult: ReadAnalyzeResult) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ReadResponse
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ReadResponse(status: String, createdDateTime: String, lastUpdatedDateTime: String, analyzeResult: ReadAnalyzeResult)
Value Members
- val analyzeResult: ReadAnalyzeResult
- val createdDateTime: String
- val lastUpdatedDateTime: String
- val status: String