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
desk_location Optional[str] Desk number.
timezone Optional[str] Location's timezone, e.g. UTC, PST.
address Optional[str] Office address or name.
city Optional[str] Name of the city.
state Optional[str] State code.
region Optional[str] Region information, e.g. NORAM, APAC.
zip_code Optional[str] ZIP Code for the address.
country Optional[str] Country name.
country_code Optional[str] Alpha-2 or Alpha-3 ISO 3166 country code, e.g. US or USA.