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.category
/
UpdateCategoryResponse
Update
Category
Response
@
Serializable
@
SerialName
(
value
=
"UpdateCategoryResponse"
)
open
class
UpdateCategoryResponse
(
val
result
:
CategoryDto
,
val
code
:
Int
=
200
)
:
WebResponse
<
CategoryDto
>
Members
Constructors
Update
Category
Response
Link copied to clipboard
constructor
(
result
:
CategoryDto
,
code
:
Int
=
200
)
Properties
category
Link copied to clipboard
val
category
:
CategoryDto
code
Link copied to clipboard
open
override
val
code
:
Int
result
Link copied to clipboard
open
override
val
result
:
CategoryDto
Functions
to
Json
Link copied to clipboard
open
override
fun
toJson
(
)
:
String