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

Unified Diff: generated/googleapis/lib/qpxexpress/v1.dart

Issue 2159673002: Api-roll 39: 2016-07-18 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 4 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « generated/googleapis/lib/gmail/v1.dart ('k') | generated/googleapis/lib/storage/v1.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: generated/googleapis/lib/qpxexpress/v1.dart
diff --git a/generated/googleapis/lib/qpxexpress/v1.dart b/generated/googleapis/lib/qpxexpress/v1.dart
index e94b6be7ce720c0c6c4ae4680385e80be15dbdd6..29fc7d0ec13780de72cc11e2ba6a10ac79654579 100644
--- a/generated/googleapis/lib/qpxexpress/v1.dart
+++ b/generated/googleapis/lib/qpxexpress/v1.dart
@@ -1581,6 +1581,8 @@ class TripOptionsRequest {
core.List<SliceInput> slice;
/** The number of solutions to return, maximum 500. */
core.int solutions;
+ /** IATA country code representing the point of ticketing. */
+ core.String ticketingCountry;
TripOptionsRequest();
@@ -1603,6 +1605,9 @@ class TripOptionsRequest {
if (_json.containsKey("solutions")) {
solutions = _json["solutions"];
}
+ if (_json.containsKey("ticketingCountry")) {
+ ticketingCountry = _json["ticketingCountry"];
+ }
}
core.Map toJson() {
@@ -1625,6 +1630,9 @@ class TripOptionsRequest {
if (solutions != null) {
_json["solutions"] = solutions;
}
+ if (ticketingCountry != null) {
+ _json["ticketingCountry"] = ticketingCountry;
+ }
return _json;
}
}
« no previous file with comments | « generated/googleapis/lib/gmail/v1.dart ('k') | generated/googleapis/lib/storage/v1.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698