LocationStateResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the state. | [default to null] |
| name | String | Name of the state. | [default to null] |
| country_id | Long | Unique identifier of the country this state belongs to. | [default to null] |
| is_active | Boolean | Whether the state is active. | [default to null] |
| status | Status | Status of the state. | [default to null] |
| boundaries | String | Geographic boundaries of the state in GeoJSON format. | [optional] [default to null] |
| created_at | String | Timestamp when the state was created. | [default to null] |
| updated_at | String | Timestamp when the state was last updated. | [default to null] |
| is_empty | Boolean | Whether the state is empty. | [default to null] |