CapacityHistoryResponse constructor
CapacityHistoryResponse({
- String? location,
- String? machineType,
- List<
CapacityHistoryResponsePreemptionRecord> preemptionHistory = const [], - List<
CapacityHistoryResponsePriceRecord> priceHistory = const [],
Implementation
CapacityHistoryResponse({
this.location,
this.machineType,
this.preemptionHistory = const [],
this.priceHistory = const [],
}) : super(fullyQualifiedName);