toggle menu
restaurant_information_system
1.0-SNAPSHOT
jvm
switch theme
search in API
restaurant_information_system
/
org.example.data.dto.user
/
UserRequestDto
User
Request
Dto
data
class
UserRequestDto
(
val
name
:
String
,
val
email
:
String
,
val
password
:
String
)
Members
Constructors
User
Request
Dto
Link copied to clipboard
constructor
(
name
:
String
,
email
:
String
,
password
:
String
)
Properties
email
Link copied to clipboard
val
email
:
String
name
Link copied to clipboard
val
name
:
String
password
Link copied to clipboard
val
password
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String