SavingsPlansUtilization class
The measurement of how well you are using your existing Savings Plans.
Constructors
- SavingsPlansUtilization({String? totalCommitment, String? unusedCommitment, String? usedCommitment, String? utilizationPercentage})
-
SavingsPlansUtilization.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalCommitment → String?
-
The total amount of Savings Plans commitment that's been purchased in an
account (or set of accounts).
final
- unusedCommitment → String?
-
The amount of your Savings Plans commitment that was not consumed from
Savings Plans eligible usage in a specific period.
final
- usedCommitment → String?
-
The amount of your Savings Plans commitment that was consumed from Savings
Plans eligible usage in a specific period.
final
- utilizationPercentage → String?
-
The amount of
UsedCommitment
divided by theTotalCommitment
for your Savings Plans.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