core.Map<core.String, core.dynamic> toJson() => { if (iops != null) 'iops': iops!, if (readIops != null) 'readIops': readIops!, if (writeIops != null) 'writeIops': writeIops!, };