core.Map<core.String, core.dynamic> toJson() { final fixedIops = this.fixedIops; final iopsPerTb = this.iopsPerTb; return {'fixedIops': ?fixedIops, 'iopsPerTb': ?iopsPerTb}; }