SavingsPlansPurchaseRecommendationSummary constructor

SavingsPlansPurchaseRecommendationSummary({
  1. String? currencyCode,
  2. String? currentOnDemandSpend,
  3. String? dailyCommitmentToPurchase,
  4. String? estimatedMonthlySavingsAmount,
  5. String? estimatedOnDemandCostWithCurrentCommitment,
  6. String? estimatedROI,
  7. String? estimatedSavingsAmount,
  8. String? estimatedSavingsPercentage,
  9. String? estimatedTotalCost,
  10. String? hourlyCommitmentToPurchase,
  11. String? totalRecommendationCount,
})

Implementation

SavingsPlansPurchaseRecommendationSummary({
  this.currencyCode,
  this.currentOnDemandSpend,
  this.dailyCommitmentToPurchase,
  this.estimatedMonthlySavingsAmount,
  this.estimatedOnDemandCostWithCurrentCommitment,
  this.estimatedROI,
  this.estimatedSavingsAmount,
  this.estimatedSavingsPercentage,
  this.estimatedTotalCost,
  this.hourlyCommitmentToPurchase,
  this.totalRecommendationCount,
});