# openapi.model.YearDataDto

## Load the model package
```dart
import 'package:openapi/api.dart';
```

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**jan** | **num** |  | 
**feb** | **num** |  | 
**mar** | **num** |  | 
**apr** | **num** |  | 
**may** | **num** |  | 
**jun** | **num** |  | 
**jul** | **num** |  | 
**aug** | **num** |  | 
**sep** | **num** |  | 
**oct** | **num** |  | 
**nov** | **num** |  | 
**dec** | **num** |  | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


