SavingsPlanRateFilterName enum
Constants
- instanceType → const SavingsPlanRateFilterName
-
@JsonValue('instanceType')
const SavingsPlanRateFilterName(1)
- operation → const SavingsPlanRateFilterName
-
@JsonValue('operation')
const SavingsPlanRateFilterName(7)
- productDescription → const SavingsPlanRateFilterName
-
@JsonValue('productDescription')
const SavingsPlanRateFilterName(2)
- productType → const SavingsPlanRateFilterName
-
@JsonValue('productType')
const SavingsPlanRateFilterName(4)
- region → const SavingsPlanRateFilterName
-
@JsonValue('region')
const SavingsPlanRateFilterName(0)
- serviceCode → const SavingsPlanRateFilterName
-
@JsonValue('serviceCode')
const SavingsPlanRateFilterName(5)
- tenancy → const SavingsPlanRateFilterName
-
@JsonValue('tenancy')
const SavingsPlanRateFilterName(3)
- usageType → const SavingsPlanRateFilterName
-
@JsonValue('usageType')
const SavingsPlanRateFilterName(6)
-
values
→ const List<
SavingsPlanRateFilterName> -
A constant List of the values in this enum, in order of their declaration.
const List<
SavingsPlanRateFilterName>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited