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
/
DeleteRestaurantResponse
Delete
Restaurant
Response
@
Serializable
@
SerialName
(
value
=
"DeleteRestaurantResponse"
)
open
class
DeleteRestaurantResponse
(
val
result
:
String
,
val
code
:
Int
=
200
)
:
WebResponse
<
String
>
Members
Constructors
Delete
Restaurant
Response
Link copied to clipboard
constructor
(
result
:
String
,
code
:
Int
=
200
)
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