siapla-open-holidays-api 0.2.1

A simple agile planning tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# SubdivisionResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)