kalium
common
logic
/
com.wire.kalium.logic.feature.register
/
RegisterParam
/
Team
Team
class
Team
(
firstName
:
String
,
lastName
:
String
,
val
email
:
String
,
val
password
:
String
,
val
emailActivationCode
:
String
,
val
teamName
:
String
,
val
teamIcon
:
String
,
val
cookieLabel
:
String
?
=
uuid4().toString()
)
:
RegisterParam
Members
Constructors
Team
Link copied to clipboard
constructor
(
firstName
:
String
,
lastName
:
String
,
email
:
String
,
password
:
String
,
emailActivationCode
:
String
,
teamName
:
String
,
teamIcon
:
String
,
cookieLabel
:
String
?
=
uuid4().toString()
)
Properties
cookie
Label
Link copied to clipboard
val
cookieLabel
:
String
?
email
Link copied to clipboard
val
email
:
String
email
Activation
Code
Link copied to clipboard
val
emailActivationCode
:
String
name
Link copied to clipboard
val
name
:
String
password
Link copied to clipboard
val
password
:
String
team
Icon
Link copied to clipboard
val
teamIcon
:
String
team
Name
Link copied to clipboard
val
teamName
:
String