# SubdivisionResponse
## Properties
**category** | [**Vec<models::LocalizedText>**](LocalizedText.md) | Localized categories of the subdivision |
**children** | Option<[**Vec<models::SubdivisionResponse>**](SubdivisionResponse.md)> | Child subdivisions | [optional]
**code** | **String** | Subdivision code |
**comment** | Option<[**Vec<models::LocalizedText>**](LocalizedText.md)> | Localized comments of the subdivision | [optional]
**iso_code** | Option<**String**> | ISO 3166-2 subdivision code (if defined) | [optional]
**name** | [**Vec<models::LocalizedText>**](LocalizedText.md) | Localized names of the subdivision |
**official_languages** | **Vec<String>** | Official languages as ISO-639-1 codes |
**short_name** | **String** | Short name for display |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)