ReservationAggregates constructor

ReservationAggregates({
  1. String? amortizedRecurringFee,
  2. String? amortizedUpfrontFee,
  3. String? netRISavings,
  4. String? onDemandCostOfRIHoursUsed,
  5. String? purchasedHours,
  6. String? purchasedUnits,
  7. String? totalActualHours,
  8. String? totalActualUnits,
  9. String? totalAmortizedFee,
  10. String? totalPotentialRISavings,
  11. String? unusedHours,
  12. String? unusedUnits,
  13. String? utilizationPercentage,
  14. 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,
});