SavingsPlansCoverage class
The amount of Savings Plans eligible usage that is covered by Savings Plans. All calculations consider the On-Demand equivalent of your Savings Plans usage.
Constructors
-
SavingsPlansCoverage({Map<
String, String> ? attributes, SavingsPlansCoverageData? coverage, DateInterval? timePeriod}) -
SavingsPlansCoverage.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
attributes
→ Map<
String, String> ? -
The attribute that applies to a specific
Dimension
.final - coverage → SavingsPlansCoverageData?
-
The amount of Savings Plans eligible usage that the Savings Plans covered.
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?
-
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