CocktailDto

@Serializable
data class CocktailDto(val id: CocktailId, val name: String, val receipt: List<String>, val goods: List<GoodRelationDto>, val tools: List<ToolId>, val tags: List<TagId>, val tastes: List<TasteId>, val glassware: GlasswareId)

Constructors

Link copied to clipboard
constructor(id: CocktailId, name: String, receipt: List<String>, goods: List<GoodRelationDto>, tools: List<ToolId>, tags: List<TagId>, tastes: List<TasteId>, glassware: GlasswareId)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard