ReservationSubBlockPhysicalTopology constructor

ReservationSubBlockPhysicalTopology({
  1. String? block,
  2. String? cluster,
  3. String? subBlock,
})

Implementation

ReservationSubBlockPhysicalTopology({
  this.block,
  this.cluster,
  this.subBlock,
});