Location
Fields
| name | type | nullable | description |
|---|---|---|---|
name | String | false | The user-defined name of the location. |
city | String | true | The city can be null if the location has been defined in the platform (with latitude and longitude values), but no city was defined for that location. Present whenever adminDivision is present. |
adminDivision | String | true | Could be a state in the United States like California or a territory in Canada like Ontario. |
country | String | true | Present if and only if city is present. |