CityResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the city. | [default to null] |
| name | String | Name of the city. | [default to null] |
| state_id | Long | Unique identifier of the state this city belongs to. | [default to null] |
| is_active | Boolean | Whether the city is active. | [default to null] |
| status | Status | Status of the city. | [optional] [default to null] |
| boundaries | String | Boundaries of the city. | [optional] [default to null] |
| timezone | String | Timezone of the city. | [optional] [default to null] |
| utc_offset_minutes | Integer | UTC offset in minutes. | [optional] [default to null] |
| is_empty | Boolean | Whether the city is empty. | [default to null] |