munchies
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
munchies
user-shared
/
com.munchies.user.infrastructure.adapter.outbound.response
/
GetUserResponse
Get
User
Response
@
Serializable
@
SerialName
(
value
=
"GetUserResponse"
)
open
class
GetUserResponse
(
val
result
:
UserDTO
,
val
code
:
Int
=
200
)
:
WebResponse
<
UserDTO
>
Members
Constructors
Get
User
Response
Link copied to clipboard
constructor
(
result
:
UserDTO
,
code
:
Int
=
200
)
Properties
code
Link copied to clipboard
open
override
val
code
:
Int
result
Link copied to clipboard
open
override
val
result
:
UserDTO
Functions
to
Json
Link copied to clipboard
open
override
fun
toJson
(
)
:
String