StructuredLocation
Detailed location with information about country, state, city etc.
Properties
Name | Type | Description | Notes |
---|---|---|---|
desk_location | str | Desk number. | [optional] |
timezone | str | Location's timezone, e.g. UTC, PST. | [optional] |
address | str | Office address or name. | [optional] |
city | str | Name of the city. | [optional] |
state | str | State code. | [optional] |
region | str | Region information, e.g. NORAM, APAC. | [optional] |
zip_code | str | ZIP Code for the address. | [optional] |
country | str | Country name. | [optional] |
country_code | str | Alpha-2 or Alpha-3 ISO 3166 country code, e.g. US or USA. | [optional] |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |