munchies
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
munchies
restaurant-shared
/
com.munchies.restaurant.infrastructure.adapter.dto
/
MenuSummaryDto
Menu
Summary
Dto
@
Serializable
class
MenuSummaryDto
(
val
id
:
String
,
val
name
:
String
)
Members
Constructors
Menu
Summary
Dto
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
)
Properties
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String
Functions
to
Json
Link copied to clipboard
fun
toJson
(
)
:
String