SmartSearchResponse

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

Properties

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