RecommendationResponse

data class RecommendationResponse(    val results: List<Product>,     val size: Int,     val total: Int? = null,     val paginationTimestamp: Long,     val time: String,     val resultId: String)

Constructors

Link copied to clipboard
fun RecommendationResponse(    results: List<Product>,     size: Int,     total: Int? = null,     paginationTimestamp: Long,     time: String,     resultId: String)

Properties

Link copied to clipboard
val paginationTimestamp: Long
Link copied to clipboard
val resultId: String
Link copied to clipboard
val results: List<Product>
Link copied to clipboard
val size: Int
Link copied to clipboard
val time: String
Link copied to clipboard
val total: Int? = null