systema-sdk
/
ai.systema.model.response
/
RecommendationResponse
common
Recommendation
Response
data class
RecommendationResponse
(results:
List
<
Product
>, size:
Int
, total:
Int
?, paginationTimestamp:
Long
, time:
String
, resultId:
String
)
Content copied to clipboard
Properties
Properties
paginationTimestamp
Link copied to clipboard
common
val
paginationTimestamp
:
Long
Content copied to clipboard
resultId
Link copied to clipboard
common
val
resultId
:
String
Content copied to clipboard
results
Link copied to clipboard
common
val
results
:
List
<
Product
>
Content copied to clipboard
size
Link copied to clipboard
common
val
size
:
Int
Content copied to clipboard
time
Link copied to clipboard
common
val
time
:
String
Content copied to clipboard
total
Link copied to clipboard
common
val
total
:
Int
? = null
Content copied to clipboard