ReservedInstance constructor

ReservedInstance({
  1. int? billingSubscriptionId,
  2. String? currencyCode,
  3. int? duration,
  4. double? fixedPrice,
  5. int? instanceCount,
  6. OpenSearchPartitionInstanceType? instanceType,
  7. ReservedInstancePaymentOption? paymentOption,
  8. List<RecurringCharge>? recurringCharges,
  9. String? reservationName,
  10. String? reservedInstanceId,
  11. String? reservedInstanceOfferingId,
  12. DateTime? startTime,
  13. String? state,
  14. double? usagePrice,
})

Implementation

ReservedInstance({
  this.billingSubscriptionId,
  this.currencyCode,
  this.duration,
  this.fixedPrice,
  this.instanceCount,
  this.instanceType,
  this.paymentOption,
  this.recurringCharges,
  this.reservationName,
  this.reservedInstanceId,
  this.reservedInstanceOfferingId,
  this.startTime,
  this.state,
  this.usagePrice,
});