ReservedCacheNode constructor
ReservedCacheNode({
- int? cacheNodeCount,
- String? cacheNodeType,
- int? duration,
- double? fixedPrice,
- String? offeringType,
- String? productDescription,
- List<
RecurringCharge> ? recurringCharges, - String? reservationARN,
- String? reservedCacheNodeId,
- String? reservedCacheNodesOfferingId,
- DateTime? startTime,
- String? state,
- 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,
});