toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (bootDiskSizeGb != null) 'bootDiskSizeGb': bootDiskSizeGb!,
      if (bootDiskType != null) 'bootDiskType': bootDiskType!,
      if (localSsdInterface != null) 'localSsdInterface': localSsdInterface!,
      if (numLocalSsds != null) 'numLocalSsds': numLocalSsds!,
    };