| Name | Description | Type | Additional information | 
|---|---|---|---|
| Id | Id of the bulletin | integer | None. | 
| Date | Day of issue | date | None. | 
| Hour | Hour of issue | string | None. | 
| Today | Forecast for the day | WeatherDto | None. | 
| Tomorrow | Forecast for next day | WeatherDto | None. | 
| MountainToday | Forecast for the day focused on mountain weather | MountainDto | None. | 
| MountainTomorrow | Forecast for the next day focused on mountain weather | MountainDto | None. | 
| Evolution | Forecast for weather evolution in next 3 days | string | None. | 
| EvolutionTitle | Summary title of the weather evolution | string | None. | 
| DayForecasts | Summary forecast for next 4-5 days | Collection of ProvinceDayForecastDto | None. |