SavingsPlansPurchaseRecommendationDetail constructor

SavingsPlansPurchaseRecommendationDetail({
  1. String? accountId,
  2. String? currencyCode,
  3. String? currentAverageHourlyOnDemandSpend,
  4. String? currentMaximumHourlyOnDemandSpend,
  5. String? currentMinimumHourlyOnDemandSpend,
  6. String? estimatedAverageUtilization,
  7. String? estimatedMonthlySavingsAmount,
  8. String? estimatedOnDemandCost,
  9. String? estimatedOnDemandCostWithCurrentCommitment,
  10. String? estimatedROI,
  11. String? estimatedSPCost,
  12. String? estimatedSavingsAmount,
  13. String? estimatedSavingsPercentage,
  14. String? hourlyCommitmentToPurchase,
  15. SavingsPlansDetails? savingsPlansDetails,
  16. String? upfrontCost,
})

Implementation

SavingsPlansPurchaseRecommendationDetail({
  this.accountId,
  this.currencyCode,
  this.currentAverageHourlyOnDemandSpend,
  this.currentMaximumHourlyOnDemandSpend,
  this.currentMinimumHourlyOnDemandSpend,
  this.estimatedAverageUtilization,
  this.estimatedMonthlySavingsAmount,
  this.estimatedOnDemandCost,
  this.estimatedOnDemandCostWithCurrentCommitment,
  this.estimatedROI,
  this.estimatedSPCost,
  this.estimatedSavingsAmount,
  this.estimatedSavingsPercentage,
  this.hourlyCommitmentToPurchase,
  this.savingsPlansDetails,
  this.upfrontCost,
});