| Index: generated/googleapis/test/adexchangebuyer/v1_3_test.dart
 | 
| diff --git a/generated/googleapis/test/adexchangebuyer/v1_3_test.dart b/generated/googleapis/test/adexchangebuyer/v1_3_test.dart
 | 
| index b28a2877ebe8bf5964c34f8d89ef3e99926d9852..0bb3ffb8e6f9050fb1801e0e54523312e3f05114 100644
 | 
| --- a/generated/googleapis/test/adexchangebuyer/v1_3_test.dart
 | 
| +++ b/generated/googleapis/test/adexchangebuyer/v1_3_test.dart
 | 
| @@ -39,14 +39,14 @@ checkAccountBidderLocation(api.AccountBidderLocation o) {
 | 
|    buildCounterAccountBidderLocation--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed548() {
 | 
| +buildUnnamed0() {
 | 
|    var o = new core.List<api.AccountBidderLocation>();
 | 
|    o.add(buildAccountBidderLocation());
 | 
|    o.add(buildAccountBidderLocation());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed548(core.List<api.AccountBidderLocation> o) {
 | 
| +checkUnnamed0(core.List<api.AccountBidderLocation> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAccountBidderLocation(o[0]);
 | 
|    checkAccountBidderLocation(o[1]);
 | 
| @@ -57,12 +57,14 @@ buildAccount() {
 | 
|    var o = new api.Account();
 | 
|    buildCounterAccount++;
 | 
|    if (buildCounterAccount < 3) {
 | 
| -    o.bidderLocation = buildUnnamed548();
 | 
| +    o.bidderLocation = buildUnnamed0();
 | 
|      o.cookieMatchingNid = "foo";
 | 
|      o.cookieMatchingUrl = "foo";
 | 
|      o.id = 42;
 | 
|      o.kind = "foo";
 | 
| +    o.maximumActiveCreatives = 42;
 | 
|      o.maximumTotalQps = 42;
 | 
| +    o.numberActiveCreatives = 42;
 | 
|    }
 | 
|    buildCounterAccount--;
 | 
|    return o;
 | 
| @@ -71,24 +73,26 @@ buildAccount() {
 | 
|  checkAccount(api.Account o) {
 | 
|    buildCounterAccount++;
 | 
|    if (buildCounterAccount < 3) {
 | 
| -    checkUnnamed548(o.bidderLocation);
 | 
| +    checkUnnamed0(o.bidderLocation);
 | 
|      unittest.expect(o.cookieMatchingNid, unittest.equals('foo'));
 | 
|      unittest.expect(o.cookieMatchingUrl, unittest.equals('foo'));
 | 
|      unittest.expect(o.id, unittest.equals(42));
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| +    unittest.expect(o.maximumActiveCreatives, unittest.equals(42));
 | 
|      unittest.expect(o.maximumTotalQps, unittest.equals(42));
 | 
| +    unittest.expect(o.numberActiveCreatives, unittest.equals(42));
 | 
|    }
 | 
|    buildCounterAccount--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed549() {
 | 
| +buildUnnamed1() {
 | 
|    var o = new core.List<api.Account>();
 | 
|    o.add(buildAccount());
 | 
|    o.add(buildAccount());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed549(core.List<api.Account> o) {
 | 
| +checkUnnamed1(core.List<api.Account> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAccount(o[0]);
 | 
|    checkAccount(o[1]);
 | 
| @@ -99,7 +103,7 @@ buildAccountsList() {
 | 
|    var o = new api.AccountsList();
 | 
|    buildCounterAccountsList++;
 | 
|    if (buildCounterAccountsList < 3) {
 | 
| -    o.items = buildUnnamed549();
 | 
| +    o.items = buildUnnamed1();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterAccountsList--;
 | 
| @@ -109,20 +113,20 @@ buildAccountsList() {
 | 
|  checkAccountsList(api.AccountsList o) {
 | 
|    buildCounterAccountsList++;
 | 
|    if (buildCounterAccountsList < 3) {
 | 
| -    checkUnnamed549(o.items);
 | 
| +    checkUnnamed1(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterAccountsList--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed550() {
 | 
| +buildUnnamed2() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed550(core.List<core.String> o) {
 | 
| +checkUnnamed2(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
| @@ -135,7 +139,7 @@ buildBillingInfo() {
 | 
|    if (buildCounterBillingInfo < 3) {
 | 
|      o.accountId = 42;
 | 
|      o.accountName = "foo";
 | 
| -    o.billingId = buildUnnamed550();
 | 
| +    o.billingId = buildUnnamed2();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterBillingInfo--;
 | 
| @@ -147,20 +151,20 @@ checkBillingInfo(api.BillingInfo o) {
 | 
|    if (buildCounterBillingInfo < 3) {
 | 
|      unittest.expect(o.accountId, unittest.equals(42));
 | 
|      unittest.expect(o.accountName, unittest.equals('foo'));
 | 
| -    checkUnnamed550(o.billingId);
 | 
| +    checkUnnamed2(o.billingId);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterBillingInfo--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed551() {
 | 
| +buildUnnamed3() {
 | 
|    var o = new core.List<api.BillingInfo>();
 | 
|    o.add(buildBillingInfo());
 | 
|    o.add(buildBillingInfo());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed551(core.List<api.BillingInfo> o) {
 | 
| +checkUnnamed3(core.List<api.BillingInfo> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkBillingInfo(o[0]);
 | 
|    checkBillingInfo(o[1]);
 | 
| @@ -171,7 +175,7 @@ buildBillingInfoList() {
 | 
|    var o = new api.BillingInfoList();
 | 
|    buildCounterBillingInfoList++;
 | 
|    if (buildCounterBillingInfoList < 3) {
 | 
| -    o.items = buildUnnamed551();
 | 
| +    o.items = buildUnnamed3();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterBillingInfoList--;
 | 
| @@ -181,59 +185,59 @@ buildBillingInfoList() {
 | 
|  checkBillingInfoList(api.BillingInfoList o) {
 | 
|    buildCounterBillingInfoList++;
 | 
|    if (buildCounterBillingInfoList < 3) {
 | 
| -    checkUnnamed551(o.items);
 | 
| +    checkUnnamed3(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterBillingInfoList--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed552() {
 | 
| +buildUnnamed4() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed552(core.List<core.String> o) {
 | 
| +checkUnnamed4(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed553() {
 | 
| +buildUnnamed5() {
 | 
|    var o = new core.List<core.int>();
 | 
|    o.add(42);
 | 
|    o.add(42);
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed553(core.List<core.int> o) {
 | 
| +checkUnnamed5(core.List<core.int> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals(42));
 | 
|    unittest.expect(o[1], unittest.equals(42));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed554() {
 | 
| +buildUnnamed6() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed554(core.List<core.String> o) {
 | 
| +checkUnnamed6(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed555() {
 | 
| +buildUnnamed7() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed555(core.List<core.String> o) {
 | 
| +checkUnnamed7(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
| @@ -244,7 +248,7 @@ buildCreativeCorrections() {
 | 
|    var o = new api.CreativeCorrections();
 | 
|    buildCounterCreativeCorrections++;
 | 
|    if (buildCounterCreativeCorrections < 3) {
 | 
| -    o.details = buildUnnamed555();
 | 
| +    o.details = buildUnnamed7();
 | 
|      o.reason = "foo";
 | 
|    }
 | 
|    buildCounterCreativeCorrections--;
 | 
| @@ -254,33 +258,33 @@ buildCreativeCorrections() {
 | 
|  checkCreativeCorrections(api.CreativeCorrections o) {
 | 
|    buildCounterCreativeCorrections++;
 | 
|    if (buildCounterCreativeCorrections < 3) {
 | 
| -    checkUnnamed555(o.details);
 | 
| +    checkUnnamed7(o.details);
 | 
|      unittest.expect(o.reason, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterCreativeCorrections--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed556() {
 | 
| +buildUnnamed8() {
 | 
|    var o = new core.List<api.CreativeCorrections>();
 | 
|    o.add(buildCreativeCorrections());
 | 
|    o.add(buildCreativeCorrections());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed556(core.List<api.CreativeCorrections> o) {
 | 
| +checkUnnamed8(core.List<api.CreativeCorrections> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkCreativeCorrections(o[0]);
 | 
|    checkCreativeCorrections(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed557() {
 | 
| +buildUnnamed9() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed557(core.List<core.String> o) {
 | 
| +checkUnnamed9(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
| @@ -291,7 +295,7 @@ buildCreativeDisapprovalReasons() {
 | 
|    var o = new api.CreativeDisapprovalReasons();
 | 
|    buildCounterCreativeDisapprovalReasons++;
 | 
|    if (buildCounterCreativeDisapprovalReasons < 3) {
 | 
| -    o.details = buildUnnamed557();
 | 
| +    o.details = buildUnnamed9();
 | 
|      o.reason = "foo";
 | 
|    }
 | 
|    buildCounterCreativeDisapprovalReasons--;
 | 
| @@ -301,20 +305,20 @@ buildCreativeDisapprovalReasons() {
 | 
|  checkCreativeDisapprovalReasons(api.CreativeDisapprovalReasons o) {
 | 
|    buildCounterCreativeDisapprovalReasons++;
 | 
|    if (buildCounterCreativeDisapprovalReasons < 3) {
 | 
| -    checkUnnamed557(o.details);
 | 
| +    checkUnnamed9(o.details);
 | 
|      unittest.expect(o.reason, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterCreativeDisapprovalReasons--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed558() {
 | 
| +buildUnnamed10() {
 | 
|    var o = new core.List<api.CreativeDisapprovalReasons>();
 | 
|    o.add(buildCreativeDisapprovalReasons());
 | 
|    o.add(buildCreativeDisapprovalReasons());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed558(core.List<api.CreativeDisapprovalReasons> o) {
 | 
| +checkUnnamed10(core.List<api.CreativeDisapprovalReasons> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkCreativeDisapprovalReasons(o[0]);
 | 
|    checkCreativeDisapprovalReasons(o[1]);
 | 
| @@ -341,14 +345,14 @@ checkCreativeFilteringReasonsReasons(api.CreativeFilteringReasonsReasons o) {
 | 
|    buildCounterCreativeFilteringReasonsReasons--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed559() {
 | 
| +buildUnnamed11() {
 | 
|    var o = new core.List<api.CreativeFilteringReasonsReasons>();
 | 
|    o.add(buildCreativeFilteringReasonsReasons());
 | 
|    o.add(buildCreativeFilteringReasonsReasons());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed559(core.List<api.CreativeFilteringReasonsReasons> o) {
 | 
| +checkUnnamed11(core.List<api.CreativeFilteringReasonsReasons> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkCreativeFilteringReasonsReasons(o[0]);
 | 
|    checkCreativeFilteringReasonsReasons(o[1]);
 | 
| @@ -360,7 +364,7 @@ buildCreativeFilteringReasons() {
 | 
|    buildCounterCreativeFilteringReasons++;
 | 
|    if (buildCounterCreativeFilteringReasons < 3) {
 | 
|      o.date = "foo";
 | 
| -    o.reasons = buildUnnamed559();
 | 
| +    o.reasons = buildUnnamed11();
 | 
|    }
 | 
|    buildCounterCreativeFilteringReasons--;
 | 
|    return o;
 | 
| @@ -370,58 +374,58 @@ checkCreativeFilteringReasons(api.CreativeFilteringReasons o) {
 | 
|    buildCounterCreativeFilteringReasons++;
 | 
|    if (buildCounterCreativeFilteringReasons < 3) {
 | 
|      unittest.expect(o.date, unittest.equals('foo'));
 | 
| -    checkUnnamed559(o.reasons);
 | 
| +    checkUnnamed11(o.reasons);
 | 
|    }
 | 
|    buildCounterCreativeFilteringReasons--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed560() {
 | 
| +buildUnnamed12() {
 | 
|    var o = new core.List<core.int>();
 | 
|    o.add(42);
 | 
|    o.add(42);
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed560(core.List<core.int> o) {
 | 
| +checkUnnamed12(core.List<core.int> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals(42));
 | 
|    unittest.expect(o[1], unittest.equals(42));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed561() {
 | 
| +buildUnnamed13() {
 | 
|    var o = new core.List<core.int>();
 | 
|    o.add(42);
 | 
|    o.add(42);
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed561(core.List<core.int> o) {
 | 
| +checkUnnamed13(core.List<core.int> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals(42));
 | 
|    unittest.expect(o[1], unittest.equals(42));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed562() {
 | 
| +buildUnnamed14() {
 | 
|    var o = new core.List<core.int>();
 | 
|    o.add(42);
 | 
|    o.add(42);
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed562(core.List<core.int> o) {
 | 
| +checkUnnamed14(core.List<core.int> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals(42));
 | 
|    unittest.expect(o[1], unittest.equals(42));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed563() {
 | 
| +buildUnnamed15() {
 | 
|    var o = new core.List<core.int>();
 | 
|    o.add(42);
 | 
|    o.add(42);
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed563(core.List<core.int> o) {
 | 
| +checkUnnamed15(core.List<core.int> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals(42));
 | 
|    unittest.expect(o[1], unittest.equals(42));
 | 
| @@ -434,22 +438,22 @@ buildCreative() {
 | 
|    if (buildCounterCreative < 3) {
 | 
|      o.HTMLSnippet = "foo";
 | 
|      o.accountId = 42;
 | 
| -    o.advertiserId = buildUnnamed552();
 | 
| +    o.advertiserId = buildUnnamed4();
 | 
|      o.advertiserName = "foo";
 | 
|      o.agencyId = "foo";
 | 
| -    o.attribute = buildUnnamed553();
 | 
| +    o.attribute = buildUnnamed5();
 | 
|      o.buyerCreativeId = "foo";
 | 
| -    o.clickThroughUrl = buildUnnamed554();
 | 
| -    o.corrections = buildUnnamed556();
 | 
| -    o.disapprovalReasons = buildUnnamed558();
 | 
| +    o.clickThroughUrl = buildUnnamed6();
 | 
| +    o.corrections = buildUnnamed8();
 | 
| +    o.disapprovalReasons = buildUnnamed10();
 | 
|      o.filteringReasons = buildCreativeFilteringReasons();
 | 
|      o.height = 42;
 | 
|      o.kind = "foo";
 | 
| -    o.productCategories = buildUnnamed560();
 | 
| -    o.restrictedCategories = buildUnnamed561();
 | 
| -    o.sensitiveCategories = buildUnnamed562();
 | 
| +    o.productCategories = buildUnnamed12();
 | 
| +    o.restrictedCategories = buildUnnamed13();
 | 
| +    o.sensitiveCategories = buildUnnamed14();
 | 
|      o.status = "foo";
 | 
| -    o.vendorType = buildUnnamed563();
 | 
| +    o.vendorType = buildUnnamed15();
 | 
|      o.videoURL = "foo";
 | 
|      o.width = 42;
 | 
|    }
 | 
| @@ -462,36 +466,36 @@ checkCreative(api.Creative o) {
 | 
|    if (buildCounterCreative < 3) {
 | 
|      unittest.expect(o.HTMLSnippet, unittest.equals('foo'));
 | 
|      unittest.expect(o.accountId, unittest.equals(42));
 | 
| -    checkUnnamed552(o.advertiserId);
 | 
| +    checkUnnamed4(o.advertiserId);
 | 
|      unittest.expect(o.advertiserName, unittest.equals('foo'));
 | 
|      unittest.expect(o.agencyId, unittest.equals('foo'));
 | 
| -    checkUnnamed553(o.attribute);
 | 
| +    checkUnnamed5(o.attribute);
 | 
|      unittest.expect(o.buyerCreativeId, unittest.equals('foo'));
 | 
| -    checkUnnamed554(o.clickThroughUrl);
 | 
| -    checkUnnamed556(o.corrections);
 | 
| -    checkUnnamed558(o.disapprovalReasons);
 | 
| +    checkUnnamed6(o.clickThroughUrl);
 | 
| +    checkUnnamed8(o.corrections);
 | 
| +    checkUnnamed10(o.disapprovalReasons);
 | 
|      checkCreativeFilteringReasons(o.filteringReasons);
 | 
|      unittest.expect(o.height, unittest.equals(42));
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed560(o.productCategories);
 | 
| -    checkUnnamed561(o.restrictedCategories);
 | 
| -    checkUnnamed562(o.sensitiveCategories);
 | 
| +    checkUnnamed12(o.productCategories);
 | 
| +    checkUnnamed13(o.restrictedCategories);
 | 
| +    checkUnnamed14(o.sensitiveCategories);
 | 
|      unittest.expect(o.status, unittest.equals('foo'));
 | 
| -    checkUnnamed563(o.vendorType);
 | 
| +    checkUnnamed15(o.vendorType);
 | 
|      unittest.expect(o.videoURL, unittest.equals('foo'));
 | 
|      unittest.expect(o.width, unittest.equals(42));
 | 
|    }
 | 
|    buildCounterCreative--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed564() {
 | 
| +buildUnnamed16() {
 | 
|    var o = new core.List<api.Creative>();
 | 
|    o.add(buildCreative());
 | 
|    o.add(buildCreative());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed564(core.List<api.Creative> o) {
 | 
| +checkUnnamed16(core.List<api.Creative> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkCreative(o[0]);
 | 
|    checkCreative(o[1]);
 | 
| @@ -502,7 +506,7 @@ buildCreativesList() {
 | 
|    var o = new api.CreativesList();
 | 
|    buildCounterCreativesList++;
 | 
|    if (buildCounterCreativesList < 3) {
 | 
| -    o.items = buildUnnamed564();
 | 
| +    o.items = buildUnnamed16();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -513,7 +517,7 @@ buildCreativesList() {
 | 
|  checkCreativesList(api.CreativesList o) {
 | 
|    buildCounterCreativesList++;
 | 
|    if (buildCounterCreativesList < 3) {
 | 
| -    checkUnnamed564(o.items);
 | 
| +    checkUnnamed16(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -561,14 +565,14 @@ checkDirectDeal(api.DirectDeal o) {
 | 
|    buildCounterDirectDeal--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed565() {
 | 
| +buildUnnamed17() {
 | 
|    var o = new core.List<api.DirectDeal>();
 | 
|    o.add(buildDirectDeal());
 | 
|    o.add(buildDirectDeal());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed565(core.List<api.DirectDeal> o) {
 | 
| +checkUnnamed17(core.List<api.DirectDeal> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDirectDeal(o[0]);
 | 
|    checkDirectDeal(o[1]);
 | 
| @@ -579,7 +583,7 @@ buildDirectDealsList() {
 | 
|    var o = new api.DirectDealsList();
 | 
|    buildCounterDirectDealsList++;
 | 
|    if (buildCounterDirectDealsList < 3) {
 | 
| -    o.directDeals = buildUnnamed565();
 | 
| +    o.directDeals = buildUnnamed17();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterDirectDealsList--;
 | 
| @@ -589,59 +593,59 @@ buildDirectDealsList() {
 | 
|  checkDirectDealsList(api.DirectDealsList o) {
 | 
|    buildCounterDirectDealsList++;
 | 
|    if (buildCounterDirectDealsList < 3) {
 | 
| -    checkUnnamed565(o.directDeals);
 | 
| +    checkUnnamed17(o.directDeals);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterDirectDealsList--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed566() {
 | 
| +buildUnnamed18() {
 | 
|    var o = new core.List<core.Object>();
 | 
|    o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
 | 
|    o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed566(core.List<core.Object> o) {
 | 
| +checkUnnamed18(core.List<core.Object> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    var casted1 = (o[0]) as core.Map; unittest.expect(casted1, unittest.hasLength(3)); unittest.expect(casted1["list"], unittest.equals([1, 2, 3])); unittest.expect(casted1["bool"], unittest.equals(true)); unittest.expect(casted1["string"], unittest.equals('foo')); 
 | 
|    var casted2 = (o[1]) as core.Map; unittest.expect(casted2, unittest.hasLength(3)); unittest.expect(casted2["list"], unittest.equals([1, 2, 3])); unittest.expect(casted2["bool"], unittest.equals(true)); unittest.expect(casted2["string"], unittest.equals('foo')); 
 | 
|  }
 | 
|  
 | 
| -buildUnnamed567() {
 | 
| +buildUnnamed19() {
 | 
|    var o = new core.List<core.Object>();
 | 
|    o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
 | 
|    o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed567(core.List<core.Object> o) {
 | 
| +checkUnnamed19(core.List<core.Object> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    var casted3 = (o[0]) as core.Map; unittest.expect(casted3, unittest.hasLength(3)); unittest.expect(casted3["list"], unittest.equals([1, 2, 3])); unittest.expect(casted3["bool"], unittest.equals(true)); unittest.expect(casted3["string"], unittest.equals('foo')); 
 | 
|    var casted4 = (o[1]) as core.Map; unittest.expect(casted4, unittest.hasLength(3)); unittest.expect(casted4["list"], unittest.equals([1, 2, 3])); unittest.expect(casted4["bool"], unittest.equals(true)); unittest.expect(casted4["string"], unittest.equals('foo')); 
 | 
|  }
 | 
|  
 | 
| -buildUnnamed568() {
 | 
| +buildUnnamed20() {
 | 
|    var o = new core.List<core.Object>();
 | 
|    o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
 | 
|    o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed568(core.List<core.Object> o) {
 | 
| +checkUnnamed20(core.List<core.Object> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    var casted5 = (o[0]) as core.Map; unittest.expect(casted5, unittest.hasLength(3)); unittest.expect(casted5["list"], unittest.equals([1, 2, 3])); unittest.expect(casted5["bool"], unittest.equals(true)); unittest.expect(casted5["string"], unittest.equals('foo')); 
 | 
|    var casted6 = (o[1]) as core.Map; unittest.expect(casted6, unittest.hasLength(3)); unittest.expect(casted6["list"], unittest.equals([1, 2, 3])); unittest.expect(casted6["bool"], unittest.equals(true)); unittest.expect(casted6["string"], unittest.equals('foo')); 
 | 
|  }
 | 
|  
 | 
| -buildUnnamed569() {
 | 
| +buildUnnamed21() {
 | 
|    var o = new core.List<core.Object>();
 | 
|    o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
 | 
|    o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed569(core.List<core.Object> o) {
 | 
| +checkUnnamed21(core.List<core.Object> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    var casted7 = (o[0]) as core.Map; unittest.expect(casted7, unittest.hasLength(3)); unittest.expect(casted7["list"], unittest.equals([1, 2, 3])); unittest.expect(casted7["bool"], unittest.equals(true)); unittest.expect(casted7["string"], unittest.equals('foo')); 
 | 
|    var casted8 = (o[1]) as core.Map; unittest.expect(casted8, unittest.hasLength(3)); unittest.expect(casted8["list"], unittest.equals([1, 2, 3])); unittest.expect(casted8["bool"], unittest.equals(true)); unittest.expect(casted8["string"], unittest.equals('foo')); 
 | 
| @@ -652,10 +656,10 @@ buildPerformanceReport() {
 | 
|    var o = new api.PerformanceReport();
 | 
|    buildCounterPerformanceReport++;
 | 
|    if (buildCounterPerformanceReport < 3) {
 | 
| -    o.calloutStatusRate = buildUnnamed566();
 | 
| -    o.cookieMatcherStatusRate = buildUnnamed567();
 | 
| -    o.creativeStatusRate = buildUnnamed568();
 | 
| -    o.hostedMatchStatusRate = buildUnnamed569();
 | 
| +    o.calloutStatusRate = buildUnnamed18();
 | 
| +    o.cookieMatcherStatusRate = buildUnnamed19();
 | 
| +    o.creativeStatusRate = buildUnnamed20();
 | 
| +    o.hostedMatchStatusRate = buildUnnamed21();
 | 
|      o.kind = "foo";
 | 
|      o.latency50thPercentile = 42.0;
 | 
|      o.latency85thPercentile = 42.0;
 | 
| @@ -676,10 +680,10 @@ buildPerformanceReport() {
 | 
|  checkPerformanceReport(api.PerformanceReport o) {
 | 
|    buildCounterPerformanceReport++;
 | 
|    if (buildCounterPerformanceReport < 3) {
 | 
| -    checkUnnamed566(o.calloutStatusRate);
 | 
| -    checkUnnamed567(o.cookieMatcherStatusRate);
 | 
| -    checkUnnamed568(o.creativeStatusRate);
 | 
| -    checkUnnamed569(o.hostedMatchStatusRate);
 | 
| +    checkUnnamed18(o.calloutStatusRate);
 | 
| +    checkUnnamed19(o.cookieMatcherStatusRate);
 | 
| +    checkUnnamed20(o.creativeStatusRate);
 | 
| +    checkUnnamed21(o.hostedMatchStatusRate);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.latency50thPercentile, unittest.equals(42.0));
 | 
|      unittest.expect(o.latency85thPercentile, unittest.equals(42.0));
 | 
| @@ -696,14 +700,14 @@ checkPerformanceReport(api.PerformanceReport o) {
 | 
|    buildCounterPerformanceReport--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed570() {
 | 
| +buildUnnamed22() {
 | 
|    var o = new core.List<api.PerformanceReport>();
 | 
|    o.add(buildPerformanceReport());
 | 
|    o.add(buildPerformanceReport());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed570(core.List<api.PerformanceReport> o) {
 | 
| +checkUnnamed22(core.List<api.PerformanceReport> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkPerformanceReport(o[0]);
 | 
|    checkPerformanceReport(o[1]);
 | 
| @@ -715,7 +719,7 @@ buildPerformanceReportList() {
 | 
|    buildCounterPerformanceReportList++;
 | 
|    if (buildCounterPerformanceReportList < 3) {
 | 
|      o.kind = "foo";
 | 
| -    o.performanceReport = buildUnnamed570();
 | 
| +    o.performanceReport = buildUnnamed22();
 | 
|    }
 | 
|    buildCounterPerformanceReportList--;
 | 
|    return o;
 | 
| @@ -725,19 +729,19 @@ checkPerformanceReportList(api.PerformanceReportList o) {
 | 
|    buildCounterPerformanceReportList++;
 | 
|    if (buildCounterPerformanceReportList < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed570(o.performanceReport);
 | 
| +    checkUnnamed22(o.performanceReport);
 | 
|    }
 | 
|    buildCounterPerformanceReportList--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed571() {
 | 
| +buildUnnamed23() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed571(core.List<core.String> o) {
 | 
| +checkUnnamed23(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
| @@ -764,40 +768,40 @@ checkPretargetingConfigDimensions(api.PretargetingConfigDimensions o) {
 | 
|    buildCounterPretargetingConfigDimensions--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed572() {
 | 
| +buildUnnamed24() {
 | 
|    var o = new core.List<api.PretargetingConfigDimensions>();
 | 
|    o.add(buildPretargetingConfigDimensions());
 | 
|    o.add(buildPretargetingConfigDimensions());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed572(core.List<api.PretargetingConfigDimensions> o) {
 | 
| +checkUnnamed24(core.List<api.PretargetingConfigDimensions> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkPretargetingConfigDimensions(o[0]);
 | 
|    checkPretargetingConfigDimensions(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed573() {
 | 
| +buildUnnamed25() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed573(core.List<core.String> o) {
 | 
| +checkUnnamed25(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed574() {
 | 
| +buildUnnamed26() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed574(core.List<core.String> o) {
 | 
| +checkUnnamed26(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
| @@ -824,105 +828,105 @@ checkPretargetingConfigExcludedPlacements(api.PretargetingConfigExcludedPlacemen
 | 
|    buildCounterPretargetingConfigExcludedPlacements--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed575() {
 | 
| +buildUnnamed27() {
 | 
|    var o = new core.List<api.PretargetingConfigExcludedPlacements>();
 | 
|    o.add(buildPretargetingConfigExcludedPlacements());
 | 
|    o.add(buildPretargetingConfigExcludedPlacements());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed575(core.List<api.PretargetingConfigExcludedPlacements> o) {
 | 
| +checkUnnamed27(core.List<api.PretargetingConfigExcludedPlacements> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkPretargetingConfigExcludedPlacements(o[0]);
 | 
|    checkPretargetingConfigExcludedPlacements(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed576() {
 | 
| +buildUnnamed28() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed576(core.List<core.String> o) {
 | 
| +checkUnnamed28(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed577() {
 | 
| +buildUnnamed29() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed577(core.List<core.String> o) {
 | 
| +checkUnnamed29(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed578() {
 | 
| +buildUnnamed30() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed578(core.List<core.String> o) {
 | 
| +checkUnnamed30(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed579() {
 | 
| +buildUnnamed31() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed579(core.List<core.String> o) {
 | 
| +checkUnnamed31(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed580() {
 | 
| +buildUnnamed32() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed580(core.List<core.String> o) {
 | 
| +checkUnnamed32(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed581() {
 | 
| +buildUnnamed33() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed581(core.List<core.String> o) {
 | 
| +checkUnnamed33(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed582() {
 | 
| +buildUnnamed34() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed582(core.List<core.String> o) {
 | 
| +checkUnnamed34(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
| @@ -949,79 +953,79 @@ checkPretargetingConfigPlacements(api.PretargetingConfigPlacements o) {
 | 
|    buildCounterPretargetingConfigPlacements--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed583() {
 | 
| +buildUnnamed35() {
 | 
|    var o = new core.List<api.PretargetingConfigPlacements>();
 | 
|    o.add(buildPretargetingConfigPlacements());
 | 
|    o.add(buildPretargetingConfigPlacements());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed583(core.List<api.PretargetingConfigPlacements> o) {
 | 
| +checkUnnamed35(core.List<api.PretargetingConfigPlacements> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkPretargetingConfigPlacements(o[0]);
 | 
|    checkPretargetingConfigPlacements(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed584() {
 | 
| +buildUnnamed36() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed584(core.List<core.String> o) {
 | 
| +checkUnnamed36(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed585() {
 | 
| +buildUnnamed37() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed585(core.List<core.String> o) {
 | 
| +checkUnnamed37(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed586() {
 | 
| +buildUnnamed38() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed586(core.List<core.String> o) {
 | 
| +checkUnnamed38(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed587() {
 | 
| +buildUnnamed39() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed587(core.List<core.String> o) {
 | 
| +checkUnnamed39(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed588() {
 | 
| +buildUnnamed40() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed588(core.List<core.String> o) {
 | 
| +checkUnnamed40(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
| @@ -1035,26 +1039,26 @@ buildPretargetingConfig() {
 | 
|      o.billingId = "foo";
 | 
|      o.configId = "foo";
 | 
|      o.configName = "foo";
 | 
| -    o.creativeType = buildUnnamed571();
 | 
| -    o.dimensions = buildUnnamed572();
 | 
| -    o.excludedContentLabels = buildUnnamed573();
 | 
| -    o.excludedGeoCriteriaIds = buildUnnamed574();
 | 
| -    o.excludedPlacements = buildUnnamed575();
 | 
| -    o.excludedUserLists = buildUnnamed576();
 | 
| -    o.excludedVerticals = buildUnnamed577();
 | 
| -    o.geoCriteriaIds = buildUnnamed578();
 | 
| +    o.creativeType = buildUnnamed23();
 | 
| +    o.dimensions = buildUnnamed24();
 | 
| +    o.excludedContentLabels = buildUnnamed25();
 | 
| +    o.excludedGeoCriteriaIds = buildUnnamed26();
 | 
| +    o.excludedPlacements = buildUnnamed27();
 | 
| +    o.excludedUserLists = buildUnnamed28();
 | 
| +    o.excludedVerticals = buildUnnamed29();
 | 
| +    o.geoCriteriaIds = buildUnnamed30();
 | 
|      o.isActive = true;
 | 
|      o.kind = "foo";
 | 
| -    o.languages = buildUnnamed579();
 | 
| -    o.mobileCarriers = buildUnnamed580();
 | 
| -    o.mobileDevices = buildUnnamed581();
 | 
| -    o.mobileOperatingSystemVersions = buildUnnamed582();
 | 
| -    o.placements = buildUnnamed583();
 | 
| -    o.platforms = buildUnnamed584();
 | 
| -    o.supportedCreativeAttributes = buildUnnamed585();
 | 
| -    o.userLists = buildUnnamed586();
 | 
| -    o.vendorTypes = buildUnnamed587();
 | 
| -    o.verticals = buildUnnamed588();
 | 
| +    o.languages = buildUnnamed31();
 | 
| +    o.mobileCarriers = buildUnnamed32();
 | 
| +    o.mobileDevices = buildUnnamed33();
 | 
| +    o.mobileOperatingSystemVersions = buildUnnamed34();
 | 
| +    o.placements = buildUnnamed35();
 | 
| +    o.platforms = buildUnnamed36();
 | 
| +    o.supportedCreativeAttributes = buildUnnamed37();
 | 
| +    o.userLists = buildUnnamed38();
 | 
| +    o.vendorTypes = buildUnnamed39();
 | 
| +    o.verticals = buildUnnamed40();
 | 
|    }
 | 
|    buildCounterPretargetingConfig--;
 | 
|    return o;
 | 
| @@ -1066,38 +1070,38 @@ checkPretargetingConfig(api.PretargetingConfig o) {
 | 
|      unittest.expect(o.billingId, unittest.equals('foo'));
 | 
|      unittest.expect(o.configId, unittest.equals('foo'));
 | 
|      unittest.expect(o.configName, unittest.equals('foo'));
 | 
| -    checkUnnamed571(o.creativeType);
 | 
| -    checkUnnamed572(o.dimensions);
 | 
| -    checkUnnamed573(o.excludedContentLabels);
 | 
| -    checkUnnamed574(o.excludedGeoCriteriaIds);
 | 
| -    checkUnnamed575(o.excludedPlacements);
 | 
| -    checkUnnamed576(o.excludedUserLists);
 | 
| -    checkUnnamed577(o.excludedVerticals);
 | 
| -    checkUnnamed578(o.geoCriteriaIds);
 | 
| +    checkUnnamed23(o.creativeType);
 | 
| +    checkUnnamed24(o.dimensions);
 | 
| +    checkUnnamed25(o.excludedContentLabels);
 | 
| +    checkUnnamed26(o.excludedGeoCriteriaIds);
 | 
| +    checkUnnamed27(o.excludedPlacements);
 | 
| +    checkUnnamed28(o.excludedUserLists);
 | 
| +    checkUnnamed29(o.excludedVerticals);
 | 
| +    checkUnnamed30(o.geoCriteriaIds);
 | 
|      unittest.expect(o.isActive, unittest.isTrue);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed579(o.languages);
 | 
| -    checkUnnamed580(o.mobileCarriers);
 | 
| -    checkUnnamed581(o.mobileDevices);
 | 
| -    checkUnnamed582(o.mobileOperatingSystemVersions);
 | 
| -    checkUnnamed583(o.placements);
 | 
| -    checkUnnamed584(o.platforms);
 | 
| -    checkUnnamed585(o.supportedCreativeAttributes);
 | 
| -    checkUnnamed586(o.userLists);
 | 
| -    checkUnnamed587(o.vendorTypes);
 | 
| -    checkUnnamed588(o.verticals);
 | 
| +    checkUnnamed31(o.languages);
 | 
| +    checkUnnamed32(o.mobileCarriers);
 | 
| +    checkUnnamed33(o.mobileDevices);
 | 
| +    checkUnnamed34(o.mobileOperatingSystemVersions);
 | 
| +    checkUnnamed35(o.placements);
 | 
| +    checkUnnamed36(o.platforms);
 | 
| +    checkUnnamed37(o.supportedCreativeAttributes);
 | 
| +    checkUnnamed38(o.userLists);
 | 
| +    checkUnnamed39(o.vendorTypes);
 | 
| +    checkUnnamed40(o.verticals);
 | 
|    }
 | 
|    buildCounterPretargetingConfig--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed589() {
 | 
| +buildUnnamed41() {
 | 
|    var o = new core.List<api.PretargetingConfig>();
 | 
|    o.add(buildPretargetingConfig());
 | 
|    o.add(buildPretargetingConfig());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed589(core.List<api.PretargetingConfig> o) {
 | 
| +checkUnnamed41(core.List<api.PretargetingConfig> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkPretargetingConfig(o[0]);
 | 
|    checkPretargetingConfig(o[1]);
 | 
| @@ -1108,7 +1112,7 @@ buildPretargetingConfigList() {
 | 
|    var o = new api.PretargetingConfigList();
 | 
|    buildCounterPretargetingConfigList++;
 | 
|    if (buildCounterPretargetingConfigList < 3) {
 | 
| -    o.items = buildUnnamed589();
 | 
| +    o.items = buildUnnamed41();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterPretargetingConfigList--;
 | 
| @@ -1118,33 +1122,33 @@ buildPretargetingConfigList() {
 | 
|  checkPretargetingConfigList(api.PretargetingConfigList o) {
 | 
|    buildCounterPretargetingConfigList++;
 | 
|    if (buildCounterPretargetingConfigList < 3) {
 | 
| -    checkUnnamed589(o.items);
 | 
| +    checkUnnamed41(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterPretargetingConfigList--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed590() {
 | 
| +buildUnnamed42() {
 | 
|    var o = new core.List<core.int>();
 | 
|    o.add(42);
 | 
|    o.add(42);
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed590(core.List<core.int> o) {
 | 
| +checkUnnamed42(core.List<core.int> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals(42));
 | 
|    unittest.expect(o[1], unittest.equals(42));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed591() {
 | 
| +buildUnnamed43() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed591(core.List<core.String> o) {
 | 
| +checkUnnamed43(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
| @@ -1745,8 +1749,8 @@ main() {
 | 
|  
 | 
|        var mock = new common_test.HttpServerMock();
 | 
|        api.CreativesResourceApi res = new api.AdexchangebuyerApi(mock).creatives;
 | 
| -      var arg_accountId = buildUnnamed590();
 | 
| -      var arg_buyerCreativeId = buildUnnamed591();
 | 
| +      var arg_accountId = buildUnnamed42();
 | 
| +      var arg_buyerCreativeId = buildUnnamed43();
 | 
|        var arg_maxResults = 42;
 | 
|        var arg_pageToken = "foo";
 | 
|        var arg_statusFilter = "foo";
 | 
| 
 |