toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (cloudStorageUri != null) 'cloudStorageUri': cloudStorageUri!,
if (createTime != null) 'createTime': createTime!,
if (diskImageTargetDefaults != null)
'diskImageTargetDefaults': diskImageTargetDefaults!,
if (encryption != null) 'encryption': encryption!,
if (name != null) 'name': name!,
if (recentImageImportJobs != null)
'recentImageImportJobs': recentImageImportJobs!,
};