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