| OLD | NEW |
| 1 // This is a generated file (see the discoveryapis_generator project). | 1 // This is a generated file (see the discoveryapis_generator project). |
| 2 | 2 |
| 3 library googleapis.content.v2; | 3 library googleapis.content.v2; |
| 4 | 4 |
| 5 import 'dart:core' as core; | 5 import 'dart:core' as core; |
| 6 import 'dart:async' as async; | 6 import 'dart:async' as async; |
| 7 import 'dart:convert' as convert; | 7 import 'dart:convert' as convert; |
| 8 | 8 |
| 9 import 'package:_discoveryapis_commons/_discoveryapis_commons.dart' as commons; | 9 import 'package:_discoveryapis_commons/_discoveryapis_commons.dart' as commons; |
| 10 import 'package:http/http.dart' as http; | 10 import 'package:http/http.dart' as http; |
| (...skipping 5275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5286 /** | 5286 /** |
| 5287 * The two-letter ISO 639-1 language in which the attributes are defined in | 5287 * The two-letter ISO 639-1 language in which the attributes are defined in |
| 5288 * the data feed. | 5288 * the data feed. |
| 5289 */ | 5289 */ |
| 5290 core.String attributeLanguage; | 5290 core.String attributeLanguage; |
| 5291 /** | 5291 /** |
| 5292 * The two-letter ISO 639-1 language of the items in the feed. Must be a valid | 5292 * The two-letter ISO 639-1 language of the items in the feed. Must be a valid |
| 5293 * language for targetCountry. | 5293 * language for targetCountry. |
| 5294 */ | 5294 */ |
| 5295 core.String contentLanguage; | 5295 core.String contentLanguage; |
| 5296 /** The type of data feed. */ | 5296 /** |
| 5297 * The type of data feed. For product inventory feeds, only feeds for local |
| 5298 * stores, not online stores, are supported. |
| 5299 */ |
| 5297 core.String contentType; | 5300 core.String contentType; |
| 5298 /** Fetch schedule for the feed file. */ | 5301 /** Fetch schedule for the feed file. */ |
| 5299 DatafeedFetchSchedule fetchSchedule; | 5302 DatafeedFetchSchedule fetchSchedule; |
| 5300 /** The filename of the feed. All feeds must have a unique file name. */ | 5303 /** The filename of the feed. All feeds must have a unique file name. */ |
| 5301 core.String fileName; | 5304 core.String fileName; |
| 5302 /** Format of the feed file. */ | 5305 /** Format of the feed file. */ |
| 5303 DatafeedFormat format; | 5306 DatafeedFormat format; |
| 5304 /** The ID of the data feed. */ | 5307 /** The ID of the data feed. */ |
| 5305 core.String id; | 5308 core.String id; |
| 5306 /** | 5309 /** |
| (...skipping 6749 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 12056 var _json = new core.Map(); | 12059 var _json = new core.Map(); |
| 12057 if (unit != null) { | 12060 if (unit != null) { |
| 12058 _json["unit"] = unit; | 12061 _json["unit"] = unit; |
| 12059 } | 12062 } |
| 12060 if (value != null) { | 12063 if (value != null) { |
| 12061 _json["value"] = value; | 12064 _json["value"] = value; |
| 12062 } | 12065 } |
| 12063 return _json; | 12066 return _json; |
| 12064 } | 12067 } |
| 12065 } | 12068 } |
| OLD | NEW |