toJson method

Map<String, dynamic> toJson()

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 (machineImageTargetDefaults != null)
    'machineImageTargetDefaults': machineImageTargetDefaults!,
  if (name != null) 'name': name!,
  if (recentImageImportJobs != null)
    'recentImageImportJobs': recentImageImportJobs!,
};