Reservation constructor
Reservation({
- Autoscale? autoscale,
- String? concurrency,
- String? creationTime,
- String? edition,
- bool? ignoreIdleSlots,
- Map<
String, String> ? labels, - String? maxSlots,
- bool? multiRegionAuxiliary,
- String? name,
- String? originalPrimaryLocation,
- String? primaryLocation,
- ReplicationStatus? replicationStatus,
- String? scalingMode,
- String? secondaryLocation,
- String? slotCapacity,
- 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,
});