GetCostForecastResponse constructor

GetCostForecastResponse({
  1. List<ForecastResult>? forecastResultsByTime,
  2. MetricValue? total,
})

Implementation

GetCostForecastResponse({
  this.forecastResultsByTime,
  this.total,
});