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