Reservation constructor
Reservation({})
Implementation
Reservation({
this.autoscale,
this.concurrency,
this.creationTime,
this.edition,
this.ignoreIdleSlots,
this.multiRegionAuxiliary,
this.name,
this.originalPrimaryLocation,
this.primaryLocation,
this.secondaryLocation,
this.slotCapacity,
this.updateTime,
});