ReservedInstanceOffering constructor

ReservedInstanceOffering({
  1. String? currencyCode,
  2. int? duration,
  3. double? fixedPrice,
  4. OpenSearchPartitionInstanceType? instanceType,
  5. ReservedInstancePaymentOption? paymentOption,
  6. List<RecurringCharge>? recurringCharges,
  7. String? reservedInstanceOfferingId,
  8. double? usagePrice,
})

Implementation

ReservedInstanceOffering({
  this.currencyCode,
  this.duration,
  this.fixedPrice,
  this.instanceType,
  this.paymentOption,
  this.recurringCharges,
  this.reservedInstanceOfferingId,
  this.usagePrice,
});