kotlin-components-docs
jvm
kotlin-components-docs
/
mozilla.appservices.autofill
/
Address
/
Address
Address
constructor
(
guid
:
String
,
name
:
String
,
organization
:
String
,
streetAddress
:
String
,
addressLevel3
:
String
,
addressLevel2
:
String
,
addressLevel1
:
String
,
postalCode
:
String
,
country
:
String
,
tel
:
String
,
email
:
String
,
timeCreated
:
Long
,
timeLastUsed
:
Long
?
,
timeLastModified
:
Long
,
timesUsed
:
Long
)