RecommendationDto
Name | Type | Tags | Description |
---|---|---|---|
items |
List of BaseItemDto |
Optional | - |
recommendation_type |
RecommendationTypeEnum |
Optional | - |
baseline_item_name |
string |
Optional | - |
category_id |
uuid|string |
Optional | - |
{
"Items": null,
"RecommendationType": null,
"BaselineItemName": null,
"CategoryId": null
}