GetCostForecastResponse class

Constructors

GetCostForecastResponse({List<ForecastResult>? forecastResultsByTime, MetricValue? total})
GetCostForecastResponse.fromJson(Map<String, dynamic> json)
factory

Properties

forecastResultsByTime List<ForecastResult>?
The forecasts for your query, in order. For DAILY forecasts, this is a list of days. For MONTHLY forecasts, this is a list of months.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
total MetricValue?
How much you are forecasted to spend over the forecast period, in USD.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited