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