Writeopia
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Writeopia
plugin:writeopia_serialization
/
io.writeopia.sdk.serialization.data.auth
/
RegisterRequest
Register
Request
@
Serializable
data
class
RegisterRequest
(
val
name
:
String
,
val
email
:
String
,
val
company
:
String
,
val
password
:
String
)
Members
Constructors
Register
Request
Link copied to clipboard
constructor
(
name
:
String
,
email
:
String
,
company
:
String
,
password
:
String
)
Properties
company
Link copied to clipboard
val
company
:
String
email
Link copied to clipboard
val
email
:
String
name
Link copied to clipboard
val
name
:
String
password
Link copied to clipboard
val
password
:
String