toggle menu
webflows
3070ca8
androidJvm
switch theme
search in API
webflows
/
com.schibsted.account.webflows.api
/
Email
Email
data
class
Email
(
val
value
:
String
?
=
null
,
val
type
:
String
?
=
null
,
val
primary
:
Boolean
?
=
null
,
val
verified
:
Boolean
?
=
null
,
val
verifiedTime
:
String
?
=
null
)
:
Identifier
Members
Constructors
Email
Link copied to clipboard
constructor
(
value
:
String
?
=
null
,
type
:
String
?
=
null
,
primary
:
Boolean
?
=
null
,
verified
:
Boolean
?
=
null
,
verifiedTime
:
String
?
=
null
)
Properties
primary
Link copied to clipboard
open
override
val
primary
:
Boolean
?
=
null
type
Link copied to clipboard
open
override
val
type
:
String
?
=
null
value
Link copied to clipboard
open
override
val
value
:
String
?
=
null
verified
Link copied to clipboard
open
override
val
verified
:
Boolean
?
=
null
verified
Time
Link copied to clipboard
open
override
val
verifiedTime
:
String
?
=
null