ReservationSlotPhysicalTopology constructor

ReservationSlotPhysicalTopology({
  1. String? block,
  2. String? cluster,
  3. String? host,
  4. String? subBlock,
})

Implementation

ReservationSlotPhysicalTopology({
  this.block,
  this.cluster,
  this.host,
  this.subBlock,
});