ReservedCacheNodesOffering constructor

ReservedCacheNodesOffering({
  1. String? cacheNodeType,
  2. int? duration,
  3. double? fixedPrice,
  4. String? offeringType,
  5. String? productDescription,
  6. List<RecurringCharge>? recurringCharges,
  7. String? reservedCacheNodesOfferingId,
  8. double? usagePrice,
})

Implementation

ReservedCacheNodesOffering({
  this.cacheNodeType,
  this.duration,
  this.fixedPrice,
  this.offeringType,
  this.productDescription,
  this.recurringCharges,
  this.reservedCacheNodesOfferingId,
  this.usagePrice,
});