ReservedCacheNode constructor

ReservedCacheNode({
  1. int? cacheNodeCount,
  2. String? cacheNodeType,
  3. int? duration,
  4. double? fixedPrice,
  5. String? offeringType,
  6. String? productDescription,
  7. List<RecurringCharge>? recurringCharges,
  8. String? reservationARN,
  9. String? reservedCacheNodeId,
  10. String? reservedCacheNodesOfferingId,
  11. DateTime? startTime,
  12. String? state,
  13. double? usagePrice,
})

Implementation

ReservedCacheNode({
  this.cacheNodeCount,
  this.cacheNodeType,
  this.duration,
  this.fixedPrice,
  this.offeringType,
  this.productDescription,
  this.recurringCharges,
  this.reservationARN,
  this.reservedCacheNodeId,
  this.reservedCacheNodesOfferingId,
  this.startTime,
  this.state,
  this.usagePrice,
});