RecommendationDto

data class RecommendationDto(val items: List<BaseItemDto>? = null, val recommendationType: RecommendationType, val baselineItemName: String? = null, val categoryId: UUID)

Constructors

Link copied to clipboard
constructor(items: List<BaseItemDto>? = null, recommendationType: RecommendationType, baselineItemName: String? = null, categoryId: UUID)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val items: List<BaseItemDto>? = null