Optional
dataEnd time boundary of forecasted data points. Ignores forecast data points after this time. Defaults to the latest time in the forecast data.
Optional
dataStart time boundary of forecasted data points. Ignores forecast data points before this time. Defaults to the earliest time in the forecast data.
Optional
forecastThe forecasted data points transformed and filtered to reflect the specified time and window parameters. Points are ordered chronologically; Empty array if all data points were filtered out. E.G. dataStartAt and dataEndAt times outside the forecast period; windowSize greater than total duration of forecast data;
Optional
generatedTimestamp when the forecast was generated.
Optional
locationThe location of the forecast
Optional
optimalThe optimal forecasted data point within the 'forecastData' array. Null if 'forecastData' array is empty.
Optional
requestedFor current requests, this value is the timestamp the request for forecast data was made. For historical forecast requests, this value is the timestamp used to access the most recently generated forecast as of that time.
Optional
windowThe estimated duration (in minutes) of the workload. Defaults to the duration of a single forecast data point.
Export
EmissionsForecastDTO