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

Side by Side Diff: generated/googleapis/lib/adsensehost/v4_1.dart

Issue 2485703002: Api-roll 42: 2016-11-08 (Closed)
Patch Set: Created 4 years, 1 month 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/lib/adsense/v1_4.dart ('k') | generated/googleapis/lib/analytics/v3.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.adsensehost.v4_1; 3 library googleapis.adsensehost.v4_1;
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 1776 matching lines...) Expand 10 before | Expand all | Expand 10 after
1787 } 1787 }
1788 } 1788 }
1789 1789
1790 class AdStyle { 1790 class AdStyle {
1791 /** 1791 /**
1792 * The colors included in the style. These are represented as six hexadecimal 1792 * The colors included in the style. These are represented as six hexadecimal
1793 * characters, similar to HTML color codes, but without the leading hash. 1793 * characters, similar to HTML color codes, but without the leading hash.
1794 */ 1794 */
1795 AdStyleColors colors; 1795 AdStyleColors colors;
1796 /** 1796 /**
1797 * The style of the corners in the ad. Possible values are SQUARE, 1797 * The style of the corners in the ad (deprecated: never populated, ignored).
1798 * SLIGHTLY_ROUNDED and VERY_ROUNDED.
1799 */ 1798 */
1800 core.String corners; 1799 core.String corners;
1801 /** The font which is included in the style. */ 1800 /** The font which is included in the style. */
1802 AdStyleFont font; 1801 AdStyleFont font;
1803 /** Kind this is, in this case adsensehost#adStyle. */ 1802 /** Kind this is, in this case adsensehost#adStyle. */
1804 core.String kind; 1803 core.String kind;
1805 1804
1806 AdStyle(); 1805 AdStyle();
1807 1806
1808 AdStyle.fromJson(core.Map _json) { 1807 AdStyle.fromJson(core.Map _json) {
(...skipping 715 matching lines...) Expand 10 before | Expand all | Expand 10 after
2524 } 2523 }
2525 if (kind != null) { 2524 if (kind != null) {
2526 _json["kind"] = kind; 2525 _json["kind"] = kind;
2527 } 2526 }
2528 if (nextPageToken != null) { 2527 if (nextPageToken != null) {
2529 _json["nextPageToken"] = nextPageToken; 2528 _json["nextPageToken"] = nextPageToken;
2530 } 2529 }
2531 return _json; 2530 return _json;
2532 } 2531 }
2533 } 2532 }
OLDNEW
« no previous file with comments | « generated/googleapis/lib/adsense/v1_4.dart ('k') | generated/googleapis/lib/analytics/v3.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698