dwd-api-sys 1.2.0

A generated low level Rust wrapper for the DWD (Deutscher Wetterdienst) weather data API
Documentation
# StationOverview10865Forecast1

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**station_id** | Option<**String**> |  | [optional]
**start** | Option<**i64**> |  | [optional]
**time_step** | Option<**i32**> |  | [optional]
**temperature** | Option<**Vec<i32>**> |  | [optional]
**temperature_std** | Option<**Vec<i32>**> |  | [optional]
**wind_speed** | Option<**String**> |  | [optional]
**wind_direction** | Option<**String**> |  | [optional]
**wind_gust** | Option<**String**> |  | [optional]
**icon** | Option<**Vec<i32>**> |  | [optional]
**precipitation_total** | Option<**Vec<i32>**> |  | [optional]
**precipitation_probablity** | Option<**String**> |  | [optional]
**precipitation_probablity_index** | Option<**String**> |  | [optional]

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