kotlin-signald
0.30.0+signald-0.23.2-7-1583b4df
common
clientprotocol
/
org.inthewaves.kotlinsignald.clientprotocol.v1.structures
/
SharedContactAddress
Shared
Contact
Address
common
data
class
SharedContactAddress
(
type
:
String
?
,
label
:
String
?
,
street
:
String
?
,
pobox
:
String
?
,
neighborhood
:
String
?
,
city
:
String
?
,
region
:
String
?
,
postcode
:
String
?
,
country
:
String
?
)
Content copied to clipboard
Properties
Properties
city
Link copied to clipboard
common
val
city
:
String
?
=
null
Content copied to clipboard
country
Link copied to clipboard
common
val
country
:
String
?
=
null
Content copied to clipboard
label
Link copied to clipboard
common
val
label
:
String
?
=
null
Content copied to clipboard
neighborhood
Link copied to clipboard
common
val
neighborhood
:
String
?
=
null
Content copied to clipboard
pobox
Link copied to clipboard
common
val
pobox
:
String
?
=
null
Content copied to clipboard
postcode
Link copied to clipboard
common
val
postcode
:
String
?
=
null
Content copied to clipboard
region
Link copied to clipboard
common
val
region
:
String
?
=
null
Content copied to clipboard
street
Link copied to clipboard
common
val
street
:
String
?
=
null
Content copied to clipboard
type
Link copied to clipboard
common
val
type
:
String
?
=
null
Content copied to clipboard
the type of address (options: HOME, WORK, CUSTOM)