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.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 Loading... |
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 Loading... |
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 } |
OLD | NEW |