ResultByTime class
The result that is associated with a time period.
Constructors
-
ResultByTime({bool? estimated, List<
Group> ? groups, DateInterval? timePeriod, Map<String, MetricValue> ? total}) -
ResultByTime.fromJson(Map<
String, dynamic> json) -
factory
Properties
- estimated → bool?
-
Whether the result is estimated.
final
-
groups
→ List<
Group> ? -
The groups that this time period includes.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timePeriod → DateInterval?
-
The time period that the result covers.
final
-
total
→ Map<
String, MetricValue> ? -
The total amount of cost or usage accrued during the time period.
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