Values.ForecastResultSourceThe forecast that's created for your query.
type nonrec t = {timePeriod : DateInterval.t option;The period of time that the forecast covers.
*)meanValue : GenericString.t option;The mean value of the forecast.
*)predictionIntervalLowerBound : GenericString.t option;The lower limit for the prediction interval.
*)predictionIntervalUpperBound : GenericString.t option;The upper limit for the prediction interval.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of GenericString.t
| `Structure of (string * [> `String of YearMonthDay.t ]) list ])
list ]