CapacityHistoryResponse constructor

CapacityHistoryResponse({
  1. String? location,
  2. String? machineType,
  3. List<CapacityHistoryResponsePreemptionRecord> preemptionHistory = const [],
  4. List<CapacityHistoryResponsePriceRecord> priceHistory = const [],
})

Implementation

CapacityHistoryResponse({
  this.location,
  this.machineType,
  this.preemptionHistory = const [],
  this.priceHistory = const [],
}) : super(fullyQualifiedName);