ReservationConfig constructor

ReservationConfig({
  1. String? throughputReservation,
})

Implementation

ReservationConfig({
  this.throughputReservation,
});