SavingsPlansDetails constructor

SavingsPlansDetails({
  1. String? instanceFamily,
  2. String? offeringId,
  3. String? region,
})

Implementation

SavingsPlansDetails({
  this.instanceFamily,
  this.offeringId,
  this.region,
});