City overview
Represents a city in our database.
City schema
| Field | Description | Type |
|---|---|---|
| id | Unique identifier (UUID) | String |
| name | The name of the city | String |
| ibge_code | City IBGE code | String |
| state | State’s object | Object |
| created_at | Indicates when the record was created in iso8601 | String |
| updated_at | Indicates when the record was last updated in iso8601 | String |