SchedulingConfig constructor

SchedulingConfig({
  1. bool? preemptible,
  2. bool? reserved,
})

Implementation

SchedulingConfig({
  this.preemptible,
  this.reserved,
});