SavingsPlansPurchaseRecommendationDetail constructor
SavingsPlansPurchaseRecommendationDetail({
- String? accountId,
- String? currencyCode,
- String? currentAverageHourlyOnDemandSpend,
- String? currentMaximumHourlyOnDemandSpend,
- String? currentMinimumHourlyOnDemandSpend,
- String? estimatedAverageUtilization,
- String? estimatedMonthlySavingsAmount,
- String? estimatedOnDemandCost,
- String? estimatedOnDemandCostWithCurrentCommitment,
- String? estimatedROI,
- String? estimatedSPCost,
- String? estimatedSavingsAmount,
- String? estimatedSavingsPercentage,
- String? hourlyCommitmentToPurchase,
- SavingsPlansDetails? savingsPlansDetails,
- 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,
});