Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 2.7 KB

File metadata and controls

18 lines (14 loc) · 2.7 KB

StructuredLocation

Detailed location with information about country, state, city etc.

Fields

Field Type Required Description
deskLocation Optional<String> Desk number.
timezone Optional<String> Location's timezone, e.g. UTC, PST.
address Optional<String> Office address or name.
city Optional<String> Name of the city.
state Optional<String> State code.
region Optional<String> Region information, e.g. NORAM, APAC.
zipCode Optional<String> ZIP Code for the address.
country Optional<String> Country name.
countryCode Optional<String> Alpha-2 or Alpha-3 ISO 3166 country code, e.g. US or USA.