ReservedNodeOffering constructor

ReservedNodeOffering({
  1. String? currencyCode,
  2. int? duration,
  3. double? fixedPrice,
  4. String? nodeType,
  5. String? offeringType,
  6. List<RecurringCharge>? recurringCharges,
  7. String? reservedNodeOfferingId,
  8. ReservedNodeOfferingType? reservedNodeOfferingType,
  9. double? usagePrice,
})

Implementation

ReservedNodeOffering({
  this.currencyCode,
  this.duration,
  this.fixedPrice,
  this.nodeType,
  this.offeringType,
  this.recurringCharges,
  this.reservedNodeOfferingId,
  this.reservedNodeOfferingType,
  this.usagePrice,
});