TasteDto

@Serializable
data class TasteDto(val id: TasteId, val name: String)

Constructors

Link copied to clipboard
constructor(id: TasteId, name: String)

Properties

Link copied to clipboard
val id: TasteId
Link copied to clipboard