toggle menu
restaurant_information_system
1.0-SNAPSHOT
jvm
switch theme
search in API
restaurant_information_system
/
org.example.data.dto.menu
/
MenuRequestDto
Menu
Request
Dto
data
class
MenuRequestDto
(
val
name
:
String
,
val
price
:
Int
,
val
image
:
String
)
Members
Constructors
Menu
Request
Dto
Link copied to clipboard
constructor
(
name
:
String
,
price
:
Int
,
image
:
String
)
Properties
image
Link copied to clipboard
val
image
:
String
name
Link copied to clipboard
val
name
:
String
price
Link copied to clipboard
val
price
:
Int
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String