core
0.5.1
common
core
/
org.mixdrinks.dto
/
TagDto
Tag
Dto
@
Serializable
data
class
TagDto
(
val
id
:
TagId
,
val
name
:
String
)
Members
Constructors
Tag
Dto
Link copied to clipboard
constructor
(
id
:
TagId
,
name
:
String
)
Properties
id
Link copied to clipboard
val
id
:
TagId
name
Link copied to clipboard
val
name
:
String