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.slides.v1; | 3 library googleapis.slides.v1; |
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 807 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
818 * first 3 list nesting levels. | 818 * first 3 list nesting levels. |
819 * - "BULLET_DIAMONDX_ARROW3D_SQUARE" : A bulleted list with a `DIAMONDX`, | 819 * - "BULLET_DIAMONDX_ARROW3D_SQUARE" : A bulleted list with a `DIAMONDX`, |
820 * `ARROW3D` and `SQUARE` bullet glyph for | 820 * `ARROW3D` and `SQUARE` bullet glyph for |
821 * the first 3 list nesting levels. | 821 * the first 3 list nesting levels. |
822 * - "BULLET_CHECKBOX" : A bulleted list with `CHECKBOX` bullet glyphs for all | 822 * - "BULLET_CHECKBOX" : A bulleted list with `CHECKBOX` bullet glyphs for all |
823 * list nesting levels. | 823 * list nesting levels. |
824 * - "BULLET_ARROW_DIAMOND_DISC" : A bulleted list with a `ARROW`, `DIAMOND` | 824 * - "BULLET_ARROW_DIAMOND_DISC" : A bulleted list with a `ARROW`, `DIAMOND` |
825 * and `DISC` bullet glyph for | 825 * and `DISC` bullet glyph for |
826 * the first 3 list nesting levels. | 826 * the first 3 list nesting levels. |
827 * - "BULLET_STAR_CIRCLE_SQUARE" : A bulleted list with a `STAR`, `CIRCLE` and | 827 * - "BULLET_STAR_CIRCLE_SQUARE" : A bulleted list with a `STAR`, `CIRCLE` and |
828 * `DISC` bullet glyph for | 828 * `SQUARE` bullet glyph for |
829 * the first 3 list nesting levels. | 829 * the first 3 list nesting levels. |
830 * - "BULLET_ARROW3D_CIRCLE_SQUARE" : A bulleted list with a `ARROW3D`, | 830 * - "BULLET_ARROW3D_CIRCLE_SQUARE" : A bulleted list with a `ARROW3D`, |
831 * `CIRCLE` and `SQUARE` bullet glyph for | 831 * `CIRCLE` and `SQUARE` bullet glyph for |
832 * the first 3 list nesting levels. | 832 * the first 3 list nesting levels. |
833 * - "BULLET_LEFTTRIANGLE_DIAMOND_DISC" : A bulleted list with a | 833 * - "BULLET_LEFTTRIANGLE_DIAMOND_DISC" : A bulleted list with a |
834 * `LEFTTRIANGLE`, `DIAMOND` and `DISC` bullet glyph | 834 * `LEFTTRIANGLE`, `DIAMOND` and `DISC` bullet glyph |
835 * for the first 3 list nesting levels. | 835 * for the first 3 list nesting levels. |
836 * - "BULLET_DIAMONDX_HOLLOWDIAMOND_SQUARE" : A bulleted list with a | 836 * - "BULLET_DIAMONDX_HOLLOWDIAMOND_SQUARE" : A bulleted list with a |
837 * `DIAMONDX`, `HOLLOWDIAMOND` and `SQUARE` bullet | 837 * `DIAMONDX`, `HOLLOWDIAMOND` and `SQUARE` bullet |
838 * glyph for the first 3 list nesting levels. | 838 * glyph for the first 3 list nesting levels. |
(...skipping 6459 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7298 } | 7298 } |
7299 | 7299 |
7300 core.Map<core.String, core.Object> toJson() { | 7300 core.Map<core.String, core.Object> toJson() { |
7301 final core.Map<core.String, core.Object> _json = new core.Map<core.String, c
ore.Object>(); | 7301 final core.Map<core.String, core.Object> _json = new core.Map<core.String, c
ore.Object>(); |
7302 if (requiredRevisionId != null) { | 7302 if (requiredRevisionId != null) { |
7303 _json["requiredRevisionId"] = requiredRevisionId; | 7303 _json["requiredRevisionId"] = requiredRevisionId; |
7304 } | 7304 } |
7305 return _json; | 7305 return _json; |
7306 } | 7306 } |
7307 } | 7307 } |
OLD | NEW |