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.restaurant
/
CreateRestaurantResponse
Create
Restaurant
Response
@
Serializable
@
SerialName
(
value
=
"CreateRestaurantResponse"
)
open
class
CreateRestaurantResponse
(
val
result
:
String
,
val
code
:
Int
=
201
)
:
WebResponse
<
String
>
Members
Constructors
Create
Restaurant
Response
Link copied to clipboard
constructor
(
result
:
String
,
code
:
Int
=
201
)
Properties
code
Link copied to clipboard
open
override
val
code
:
Int
restaurant
Id
Link copied to clipboard
val
restaurantId
:
String
result
Link copied to clipboard
open
override
val
result
:
String
Functions
to
Json
Link copied to clipboard
open
override
fun
toJson
(
)
:
String