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.inbound.http.menu
/
GetRestaurantMenusResponse
Get
Restaurant
Menus
Response
@
Serializable
@
SerialName
(
value
=
"GetRestaurantMenusResponse"
)
open
class
GetRestaurantMenusResponse
(
val
result
:
Array
<
MenuSummaryDto
>
=
emptyArray()
,
val
code
:
Int
=
200
)
:
WebResponse
<
Array
<
MenuSummaryDto
>
>
Members
Constructors
Get
Restaurant
Menus
Response
Link copied to clipboard
constructor
(
result
:
Array
<
MenuSummaryDto
>
=
emptyArray()
,
code
:
Int
=
200
)
Properties
code
Link copied to clipboard
open
override
val
code
:
Int
menus
Link copied to clipboard
val
menus
:
Array
<
MenuSummaryDto
>
result
Link copied to clipboard
open
override
val
result
:
Array
<
MenuSummaryDto
>
Functions
to
Json
Link copied to clipboard
open
override
fun
toJson
(
)
:
String