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