Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Side by Side Diff: generated/googleapis/lib/content/v2sandbox.dart

Issue 2226653002: Api-roll 40: 2016-08-08 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Addressed review comments Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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.v2sandbox; 3 library googleapis.content.v2sandbox;
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 1124 matching lines...) Expand 10 before | Expand all | Expand 10 after
1135 1135
1136 class OrderCancellation { 1136 class OrderCancellation {
1137 /** The actor that created the cancellation. */ 1137 /** The actor that created the cancellation. */
1138 core.String actor; 1138 core.String actor;
1139 /** Date on which the cancellation has been created, in ISO 8601 format. */ 1139 /** Date on which the cancellation has been created, in ISO 8601 format. */
1140 core.String creationDate; 1140 core.String creationDate;
1141 /** The quantity that was canceled. */ 1141 /** The quantity that was canceled. */
1142 core.int quantity; 1142 core.int quantity;
1143 /** 1143 /**
1144 * The reason for the cancellation. Orders that are cancelled with a 1144 * The reason for the cancellation. Orders that are cancelled with a
1145 * noIventory reason will lead to the removal of the product from POG until 1145 * noInventory reason will lead to the removal of the product from POG until
1146 * you make an update to that product. This will not affect your Shopping ads. 1146 * you make an update to that product. This will not affect your Shopping ads.
1147 */ 1147 */
1148 core.String reason; 1148 core.String reason;
1149 /** The explanation of the reason. */ 1149 /** The explanation of the reason. */
1150 core.String reasonText; 1150 core.String reasonText;
1151 1151
1152 OrderCancellation(); 1152 OrderCancellation();
1153 1153
1154 OrderCancellation.fromJson(core.Map _json) { 1154 OrderCancellation.fromJson(core.Map _json) {
1155 if (_json.containsKey("actor")) { 1155 if (_json.containsKey("actor")) {
(...skipping 2631 matching lines...) Expand 10 before | Expand all | Expand 10 after
3787 } 3787 }
3788 if (predefinedBillingAddress != null) { 3788 if (predefinedBillingAddress != null) {
3789 _json["predefinedBillingAddress"] = predefinedBillingAddress; 3789 _json["predefinedBillingAddress"] = predefinedBillingAddress;
3790 } 3790 }
3791 if (type != null) { 3791 if (type != null) {
3792 _json["type"] = type; 3792 _json["type"] = type;
3793 } 3793 }
3794 return _json; 3794 return _json;
3795 } 3795 }
3796 } 3796 }
OLDNEW
« no previous file with comments | « generated/googleapis/lib/content/v2.dart ('k') | generated/googleapis/lib/dfareporting/v2_2.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698