IOPSPerTB.fromJson constructor

IOPSPerTB.fromJson(
  1. Map json_
)

Implementation

IOPSPerTB.fromJson(core.Map json_)
    : this(
        maxIopsPerTb: json_['maxIopsPerTb'] as core.String?,
      );