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

Side by Side Diff: generated/googleapis/lib/adexchangebuyer/v1_4.dart

Issue 3003493002: Api-Roll 53: 2017-08-21 (Closed)
Patch Set: Created 3 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
« no previous file with comments | « generated/googleapis/README.md ('k') | generated/googleapis/lib/adexperiencereport/v1.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.adexchangebuyer.v1_4; 3 library googleapis.adexchangebuyer.v1_4;
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 6001 matching lines...) Expand 10 before | Expand all | Expand 10 after
6012 _json["seller"] = (seller).toJson(); 6012 _json["seller"] = (seller).toJson();
6013 } 6013 }
6014 if (sellerContacts != null) { 6014 if (sellerContacts != null) {
6015 _json["sellerContacts"] = sellerContacts.map((value) => (value).toJson()). toList(); 6015 _json["sellerContacts"] = sellerContacts.map((value) => (value).toJson()). toList();
6016 } 6016 }
6017 return _json; 6017 return _json;
6018 } 6018 }
6019 } 6019 }
6020 6020
6021 class PublisherProfileApiProto { 6021 class PublisherProfileApiProto {
6022 /** The account id of the seller. */ 6022 /** Deprecated: use the seller.account_id. The account id of the seller. */
6023 core.String accountId; 6023 core.String accountId;
6024 /** Publisher provided info on its audience. */ 6024 /** Publisher provided info on its audience. */
6025 core.String audience; 6025 core.String audience;
6026 /** A pitch statement for the buyer */ 6026 /** A pitch statement for the buyer */
6027 core.String buyerPitchStatement; 6027 core.String buyerPitchStatement;
6028 /** Direct contact for the publisher profile. */ 6028 /** Direct contact for the publisher profile. */
6029 core.String directContact; 6029 core.String directContact;
6030 /** 6030 /**
6031 * Exchange where this publisher profile is from. E.g. AdX, Rubicon etc... 6031 * Exchange where this publisher profile is from. E.g. AdX, Rubicon etc...
6032 */ 6032 */
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
6585 } 6585 }
6586 if (proposalRevisionNumber != null) { 6586 if (proposalRevisionNumber != null) {
6587 _json["proposalRevisionNumber"] = proposalRevisionNumber; 6587 _json["proposalRevisionNumber"] = proposalRevisionNumber;
6588 } 6588 }
6589 if (updateAction != null) { 6589 if (updateAction != null) {
6590 _json["updateAction"] = updateAction; 6590 _json["updateAction"] = updateAction;
6591 } 6591 }
6592 return _json; 6592 return _json;
6593 } 6593 }
6594 } 6594 }
OLDNEW
« no previous file with comments | « generated/googleapis/README.md ('k') | generated/googleapis/lib/adexperiencereport/v1.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698