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.restaurant
/
GetRestaurantResult
/
Success
Success
data
class
Success
(
val
restaurant
:
Restaurant
)
:
GetRestaurantResult
Members
Members & Extensions
Constructors
Success
Link copied to clipboard
constructor
(
restaurant
:
Restaurant
)
Properties
restaurant
Link copied to clipboard
val
restaurant
:
Restaurant
Functions
to
Response
Link copied to clipboard
fun
GetRestaurantResult.Success
.
toResponse
(
)
:
GetRestaurantResponse