RightsizingRecommendation constructor

RightsizingRecommendation({
  1. String? accountId,
  2. CurrentInstance? currentInstance,
  3. ModifyRecommendationDetail? modifyRecommendationDetail,
  4. RightsizingType? rightsizingType,
  5. TerminateRecommendationDetail? terminateRecommendationDetail,
})

Implementation

RightsizingRecommendation({
  this.accountId,
  this.currentInstance,
  this.modifyRecommendationDetail,
  this.rightsizingType,
  this.terminateRecommendationDetail,
});