munchies
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
munchies
restaurant-service
/
com.munchies.restaurant.application.usecase.menu
/
DeleteCategoryResult
/
Success
Success
data
class
Success
(
val
categoryId
:
String
)
:
DeleteCategoryResult
Members
Members & Extensions
Constructors
Success
Link copied to clipboard
constructor
(
categoryId
:
String
)
Properties
category
Id
Link copied to clipboard
val
categoryId
:
String
Functions
to
Response
Link copied to clipboard
fun
DeleteCategoryResult.Success
.
toResponse
(
)
:
DeleteCategoryResponse