IOPSPerTB constructor

IOPSPerTB({
  1. String? maxIopsPerTb,
})

Implementation

IOPSPerTB({
  this.maxIopsPerTb,
});