SmartSearchResponse

data class SmartSearchResponse(    val results: List<Product>,     val size: Int,     val total: Int,     val facets: Map<String, <ERROR CLASS>>? = mapOf(),     val time: String,     val paginationTimestamp: Long,     val resultId: String)

Constructors

Link copied to clipboard
fun SmartSearchResponse(    results: List<Product>,     size: Int,     total: Int,     facets: Map<String, <ERROR CLASS>>? = mapOf(),     time: String,     paginationTimestamp: Long,     resultId: String)

Properties

Link copied to clipboard
val facets: Map<String, <ERROR CLASS>>?
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