ReservationAggregates constructor
ReservationAggregates({
- String? amortizedRecurringFee,
- String? amortizedUpfrontFee,
- String? netRISavings,
- String? onDemandCostOfRIHoursUsed,
- String? purchasedHours,
- String? purchasedUnits,
- String? totalActualHours,
- String? totalActualUnits,
- String? totalAmortizedFee,
- String? totalPotentialRISavings,
- String? unusedHours,
- String? unusedUnits,
- String? utilizationPercentage,
- String? utilizationPercentageInUnits,
Implementation
ReservationAggregates({
this.amortizedRecurringFee,
this.amortizedUpfrontFee,
this.netRISavings,
this.onDemandCostOfRIHoursUsed,
this.purchasedHours,
this.purchasedUnits,
this.totalActualHours,
this.totalActualUnits,
this.totalAmortizedFee,
this.totalPotentialRISavings,
this.unusedHours,
this.unusedUnits,
this.utilizationPercentage,
this.utilizationPercentageInUnits,
});