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