Reservation constructor

Reservation({
  1. Autoscale? autoscale,
  2. String? concurrency,
  3. String? creationTime,
  4. String? edition,
  5. bool? ignoreIdleSlots,
  6. Map<String, String>? labels,
  7. String? maxSlots,
  8. bool? multiRegionAuxiliary,
  9. String? name,
  10. String? originalPrimaryLocation,
  11. String? primaryLocation,
  12. ReplicationStatus? replicationStatus,
  13. String? scalingMode,
  14. String? secondaryLocation,
  15. String? slotCapacity,
  16. String? updateTime,
})

Implementation

Reservation({
  this.autoscale,
  this.concurrency,
  this.creationTime,
  this.edition,
  this.ignoreIdleSlots,
  this.labels,
  this.maxSlots,
  this.multiRegionAuxiliary,
  this.name,
  this.originalPrimaryLocation,
  this.primaryLocation,
  this.replicationStatus,
  this.scalingMode,
  this.secondaryLocation,
  this.slotCapacity,
  this.updateTime,
});