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