ReservedNode constructor
ReservedNode({
- String? currencyCode,
- int? duration,
- double? fixedPrice,
- int? nodeCount,
- String? nodeType,
- String? offeringType,
- List<
RecurringCharge> ? recurringCharges, - String? reservedNodeId,
- String? reservedNodeOfferingId,
- ReservedNodeOfferingType? reservedNodeOfferingType,
- DateTime? startTime,
- String? state,
- double? usagePrice,
Implementation
ReservedNode({
this.currencyCode,
this.duration,
this.fixedPrice,
this.nodeCount,
this.nodeType,
this.offeringType,
this.recurringCharges,
this.reservedNodeId,
this.reservedNodeOfferingId,
this.reservedNodeOfferingType,
this.startTime,
this.state,
this.usagePrice,
});