RecommendationResponse

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

Properties

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