GetUsageForecastResponse constructor
GetUsageForecastResponse({
- List<
ForecastResult> ? forecastResultsByTime, - MetricValue? total,
Implementation
GetUsageForecastResponse({
this.forecastResultsByTime,
this.total,
});