google-apis-slides_v1 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,28 @@
1
+ # Copyright 2020 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ module Google
16
+ module Apis
17
+ module SlidesV1
18
+ # Version of the google-apis-slides_v1 gem
19
+ GEM_VERSION = "0.1.0"
20
+
21
+ # Version of the code generator used to generate this client
22
+ GENERATOR_VERSION = "0.1.1"
23
+
24
+ # Revision of the discovery document this client was generated from
25
+ REVISION = "20201201"
26
+ end
27
+ end
28
+ end
@@ -0,0 +1,2275 @@
1
+ # Copyright 2020 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ require 'date'
16
+ require 'google/apis/core/base_service'
17
+ require 'google/apis/core/json_representation'
18
+ require 'google/apis/core/hashable'
19
+ require 'google/apis/errors'
20
+
21
+ module Google
22
+ module Apis
23
+ module SlidesV1
24
+
25
+ class AffineTransform
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class AutoText
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
37
+ class BatchUpdatePresentationRequest
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
43
+ class BatchUpdatePresentationResponse
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
49
+ class Bullet
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
55
+ class ColorScheme
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class ColorStop
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class CreateImageRequest
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class CreateImageResponse
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
79
+ class CreateLineRequest
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
85
+ class CreateLineResponse
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
91
+ class CreateParagraphBulletsRequest
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
97
+ class CreateShapeRequest
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
103
+ class CreateShapeResponse
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class CreateSheetsChartRequest
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
115
+ class CreateSheetsChartResponse
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
121
+ class CreateSlideRequest
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
127
+ class CreateSlideResponse
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
133
+ class CreateTableRequest
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
139
+ class CreateTableResponse
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class CreateVideoRequest
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
151
+ class CreateVideoResponse
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
157
+ class CropProperties
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
163
+ class DeleteObjectRequest
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
169
+ class DeleteParagraphBulletsRequest
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
175
+ class DeleteTableColumnRequest
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class DeleteTableRowRequest
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
187
+ class DeleteTextRequest
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
193
+ class Dimension
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
199
+ class DuplicateObjectRequest
200
+ class Representation < Google::Apis::Core::JsonRepresentation; end
201
+
202
+ include Google::Apis::Core::JsonObjectSupport
203
+ end
204
+
205
+ class DuplicateObjectResponse
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
211
+ class Group
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
217
+ class GroupObjectsRequest
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
223
+ class GroupObjectsResponse
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
229
+ class Image
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
235
+ class ImageProperties
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
241
+ class InsertTableColumnsRequest
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
247
+ class InsertTableRowsRequest
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
253
+ class InsertTextRequest
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
259
+ class LayoutPlaceholderIdMapping
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
265
+ class LayoutProperties
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ include Google::Apis::Core::JsonObjectSupport
269
+ end
270
+
271
+ class LayoutReference
272
+ class Representation < Google::Apis::Core::JsonRepresentation; end
273
+
274
+ include Google::Apis::Core::JsonObjectSupport
275
+ end
276
+
277
+ class Line
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
283
+ class LineConnection
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
289
+ class LineFill
290
+ class Representation < Google::Apis::Core::JsonRepresentation; end
291
+
292
+ include Google::Apis::Core::JsonObjectSupport
293
+ end
294
+
295
+ class LineProperties
296
+ class Representation < Google::Apis::Core::JsonRepresentation; end
297
+
298
+ include Google::Apis::Core::JsonObjectSupport
299
+ end
300
+
301
+ class Link
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
307
+ class List
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+
310
+ include Google::Apis::Core::JsonObjectSupport
311
+ end
312
+
313
+ class MasterProperties
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
319
+ class MergeTableCellsRequest
320
+ class Representation < Google::Apis::Core::JsonRepresentation; end
321
+
322
+ include Google::Apis::Core::JsonObjectSupport
323
+ end
324
+
325
+ class NestingLevel
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
331
+ class NotesProperties
332
+ class Representation < Google::Apis::Core::JsonRepresentation; end
333
+
334
+ include Google::Apis::Core::JsonObjectSupport
335
+ end
336
+
337
+ class OpaqueColor
338
+ class Representation < Google::Apis::Core::JsonRepresentation; end
339
+
340
+ include Google::Apis::Core::JsonObjectSupport
341
+ end
342
+
343
+ class OptionalColor
344
+ class Representation < Google::Apis::Core::JsonRepresentation; end
345
+
346
+ include Google::Apis::Core::JsonObjectSupport
347
+ end
348
+
349
+ class Outline
350
+ class Representation < Google::Apis::Core::JsonRepresentation; end
351
+
352
+ include Google::Apis::Core::JsonObjectSupport
353
+ end
354
+
355
+ class OutlineFill
356
+ class Representation < Google::Apis::Core::JsonRepresentation; end
357
+
358
+ include Google::Apis::Core::JsonObjectSupport
359
+ end
360
+
361
+ class Page
362
+ class Representation < Google::Apis::Core::JsonRepresentation; end
363
+
364
+ include Google::Apis::Core::JsonObjectSupport
365
+ end
366
+
367
+ class PageBackgroundFill
368
+ class Representation < Google::Apis::Core::JsonRepresentation; end
369
+
370
+ include Google::Apis::Core::JsonObjectSupport
371
+ end
372
+
373
+ class PageElement
374
+ class Representation < Google::Apis::Core::JsonRepresentation; end
375
+
376
+ include Google::Apis::Core::JsonObjectSupport
377
+ end
378
+
379
+ class PageElementProperties
380
+ class Representation < Google::Apis::Core::JsonRepresentation; end
381
+
382
+ include Google::Apis::Core::JsonObjectSupport
383
+ end
384
+
385
+ class PageProperties
386
+ class Representation < Google::Apis::Core::JsonRepresentation; end
387
+
388
+ include Google::Apis::Core::JsonObjectSupport
389
+ end
390
+
391
+ class ParagraphMarker
392
+ class Representation < Google::Apis::Core::JsonRepresentation; end
393
+
394
+ include Google::Apis::Core::JsonObjectSupport
395
+ end
396
+
397
+ class ParagraphStyle
398
+ class Representation < Google::Apis::Core::JsonRepresentation; end
399
+
400
+ include Google::Apis::Core::JsonObjectSupport
401
+ end
402
+
403
+ class Placeholder
404
+ class Representation < Google::Apis::Core::JsonRepresentation; end
405
+
406
+ include Google::Apis::Core::JsonObjectSupport
407
+ end
408
+
409
+ class Presentation
410
+ class Representation < Google::Apis::Core::JsonRepresentation; end
411
+
412
+ include Google::Apis::Core::JsonObjectSupport
413
+ end
414
+
415
+ class Range
416
+ class Representation < Google::Apis::Core::JsonRepresentation; end
417
+
418
+ include Google::Apis::Core::JsonObjectSupport
419
+ end
420
+
421
+ class Recolor
422
+ class Representation < Google::Apis::Core::JsonRepresentation; end
423
+
424
+ include Google::Apis::Core::JsonObjectSupport
425
+ end
426
+
427
+ class RefreshSheetsChartRequest
428
+ class Representation < Google::Apis::Core::JsonRepresentation; end
429
+
430
+ include Google::Apis::Core::JsonObjectSupport
431
+ end
432
+
433
+ class ReplaceAllShapesWithImageRequest
434
+ class Representation < Google::Apis::Core::JsonRepresentation; end
435
+
436
+ include Google::Apis::Core::JsonObjectSupport
437
+ end
438
+
439
+ class ReplaceAllShapesWithImageResponse
440
+ class Representation < Google::Apis::Core::JsonRepresentation; end
441
+
442
+ include Google::Apis::Core::JsonObjectSupport
443
+ end
444
+
445
+ class ReplaceAllShapesWithSheetsChartRequest
446
+ class Representation < Google::Apis::Core::JsonRepresentation; end
447
+
448
+ include Google::Apis::Core::JsonObjectSupport
449
+ end
450
+
451
+ class ReplaceAllShapesWithSheetsChartResponse
452
+ class Representation < Google::Apis::Core::JsonRepresentation; end
453
+
454
+ include Google::Apis::Core::JsonObjectSupport
455
+ end
456
+
457
+ class ReplaceAllTextRequest
458
+ class Representation < Google::Apis::Core::JsonRepresentation; end
459
+
460
+ include Google::Apis::Core::JsonObjectSupport
461
+ end
462
+
463
+ class ReplaceAllTextResponse
464
+ class Representation < Google::Apis::Core::JsonRepresentation; end
465
+
466
+ include Google::Apis::Core::JsonObjectSupport
467
+ end
468
+
469
+ class ReplaceImageRequest
470
+ class Representation < Google::Apis::Core::JsonRepresentation; end
471
+
472
+ include Google::Apis::Core::JsonObjectSupport
473
+ end
474
+
475
+ class Request
476
+ class Representation < Google::Apis::Core::JsonRepresentation; end
477
+
478
+ include Google::Apis::Core::JsonObjectSupport
479
+ end
480
+
481
+ class RerouteLineRequest
482
+ class Representation < Google::Apis::Core::JsonRepresentation; end
483
+
484
+ include Google::Apis::Core::JsonObjectSupport
485
+ end
486
+
487
+ class Response
488
+ class Representation < Google::Apis::Core::JsonRepresentation; end
489
+
490
+ include Google::Apis::Core::JsonObjectSupport
491
+ end
492
+
493
+ class RgbColor
494
+ class Representation < Google::Apis::Core::JsonRepresentation; end
495
+
496
+ include Google::Apis::Core::JsonObjectSupport
497
+ end
498
+
499
+ class Shadow
500
+ class Representation < Google::Apis::Core::JsonRepresentation; end
501
+
502
+ include Google::Apis::Core::JsonObjectSupport
503
+ end
504
+
505
+ class Shape
506
+ class Representation < Google::Apis::Core::JsonRepresentation; end
507
+
508
+ include Google::Apis::Core::JsonObjectSupport
509
+ end
510
+
511
+ class ShapeBackgroundFill
512
+ class Representation < Google::Apis::Core::JsonRepresentation; end
513
+
514
+ include Google::Apis::Core::JsonObjectSupport
515
+ end
516
+
517
+ class ShapeProperties
518
+ class Representation < Google::Apis::Core::JsonRepresentation; end
519
+
520
+ include Google::Apis::Core::JsonObjectSupport
521
+ end
522
+
523
+ class SheetsChart
524
+ class Representation < Google::Apis::Core::JsonRepresentation; end
525
+
526
+ include Google::Apis::Core::JsonObjectSupport
527
+ end
528
+
529
+ class SheetsChartProperties
530
+ class Representation < Google::Apis::Core::JsonRepresentation; end
531
+
532
+ include Google::Apis::Core::JsonObjectSupport
533
+ end
534
+
535
+ class Size
536
+ class Representation < Google::Apis::Core::JsonRepresentation; end
537
+
538
+ include Google::Apis::Core::JsonObjectSupport
539
+ end
540
+
541
+ class SlideProperties
542
+ class Representation < Google::Apis::Core::JsonRepresentation; end
543
+
544
+ include Google::Apis::Core::JsonObjectSupport
545
+ end
546
+
547
+ class SolidFill
548
+ class Representation < Google::Apis::Core::JsonRepresentation; end
549
+
550
+ include Google::Apis::Core::JsonObjectSupport
551
+ end
552
+
553
+ class StretchedPictureFill
554
+ class Representation < Google::Apis::Core::JsonRepresentation; end
555
+
556
+ include Google::Apis::Core::JsonObjectSupport
557
+ end
558
+
559
+ class SubstringMatchCriteria
560
+ class Representation < Google::Apis::Core::JsonRepresentation; end
561
+
562
+ include Google::Apis::Core::JsonObjectSupport
563
+ end
564
+
565
+ class Table
566
+ class Representation < Google::Apis::Core::JsonRepresentation; end
567
+
568
+ include Google::Apis::Core::JsonObjectSupport
569
+ end
570
+
571
+ class TableBorderCell
572
+ class Representation < Google::Apis::Core::JsonRepresentation; end
573
+
574
+ include Google::Apis::Core::JsonObjectSupport
575
+ end
576
+
577
+ class TableBorderFill
578
+ class Representation < Google::Apis::Core::JsonRepresentation; end
579
+
580
+ include Google::Apis::Core::JsonObjectSupport
581
+ end
582
+
583
+ class TableBorderProperties
584
+ class Representation < Google::Apis::Core::JsonRepresentation; end
585
+
586
+ include Google::Apis::Core::JsonObjectSupport
587
+ end
588
+
589
+ class TableBorderRow
590
+ class Representation < Google::Apis::Core::JsonRepresentation; end
591
+
592
+ include Google::Apis::Core::JsonObjectSupport
593
+ end
594
+
595
+ class TableCell
596
+ class Representation < Google::Apis::Core::JsonRepresentation; end
597
+
598
+ include Google::Apis::Core::JsonObjectSupport
599
+ end
600
+
601
+ class TableCellBackgroundFill
602
+ class Representation < Google::Apis::Core::JsonRepresentation; end
603
+
604
+ include Google::Apis::Core::JsonObjectSupport
605
+ end
606
+
607
+ class TableCellLocation
608
+ class Representation < Google::Apis::Core::JsonRepresentation; end
609
+
610
+ include Google::Apis::Core::JsonObjectSupport
611
+ end
612
+
613
+ class TableCellProperties
614
+ class Representation < Google::Apis::Core::JsonRepresentation; end
615
+
616
+ include Google::Apis::Core::JsonObjectSupport
617
+ end
618
+
619
+ class TableColumnProperties
620
+ class Representation < Google::Apis::Core::JsonRepresentation; end
621
+
622
+ include Google::Apis::Core::JsonObjectSupport
623
+ end
624
+
625
+ class TableRange
626
+ class Representation < Google::Apis::Core::JsonRepresentation; end
627
+
628
+ include Google::Apis::Core::JsonObjectSupport
629
+ end
630
+
631
+ class TableRow
632
+ class Representation < Google::Apis::Core::JsonRepresentation; end
633
+
634
+ include Google::Apis::Core::JsonObjectSupport
635
+ end
636
+
637
+ class TableRowProperties
638
+ class Representation < Google::Apis::Core::JsonRepresentation; end
639
+
640
+ include Google::Apis::Core::JsonObjectSupport
641
+ end
642
+
643
+ class TextContent
644
+ class Representation < Google::Apis::Core::JsonRepresentation; end
645
+
646
+ include Google::Apis::Core::JsonObjectSupport
647
+ end
648
+
649
+ class TextElement
650
+ class Representation < Google::Apis::Core::JsonRepresentation; end
651
+
652
+ include Google::Apis::Core::JsonObjectSupport
653
+ end
654
+
655
+ class TextRun
656
+ class Representation < Google::Apis::Core::JsonRepresentation; end
657
+
658
+ include Google::Apis::Core::JsonObjectSupport
659
+ end
660
+
661
+ class TextStyle
662
+ class Representation < Google::Apis::Core::JsonRepresentation; end
663
+
664
+ include Google::Apis::Core::JsonObjectSupport
665
+ end
666
+
667
+ class ThemeColorPair
668
+ class Representation < Google::Apis::Core::JsonRepresentation; end
669
+
670
+ include Google::Apis::Core::JsonObjectSupport
671
+ end
672
+
673
+ class Thumbnail
674
+ class Representation < Google::Apis::Core::JsonRepresentation; end
675
+
676
+ include Google::Apis::Core::JsonObjectSupport
677
+ end
678
+
679
+ class UngroupObjectsRequest
680
+ class Representation < Google::Apis::Core::JsonRepresentation; end
681
+
682
+ include Google::Apis::Core::JsonObjectSupport
683
+ end
684
+
685
+ class UnmergeTableCellsRequest
686
+ class Representation < Google::Apis::Core::JsonRepresentation; end
687
+
688
+ include Google::Apis::Core::JsonObjectSupport
689
+ end
690
+
691
+ class UpdateImagePropertiesRequest
692
+ class Representation < Google::Apis::Core::JsonRepresentation; end
693
+
694
+ include Google::Apis::Core::JsonObjectSupport
695
+ end
696
+
697
+ class UpdateLineCategoryRequest
698
+ class Representation < Google::Apis::Core::JsonRepresentation; end
699
+
700
+ include Google::Apis::Core::JsonObjectSupport
701
+ end
702
+
703
+ class UpdateLinePropertiesRequest
704
+ class Representation < Google::Apis::Core::JsonRepresentation; end
705
+
706
+ include Google::Apis::Core::JsonObjectSupport
707
+ end
708
+
709
+ class UpdatePageElementAltTextRequest
710
+ class Representation < Google::Apis::Core::JsonRepresentation; end
711
+
712
+ include Google::Apis::Core::JsonObjectSupport
713
+ end
714
+
715
+ class UpdatePageElementTransformRequest
716
+ class Representation < Google::Apis::Core::JsonRepresentation; end
717
+
718
+ include Google::Apis::Core::JsonObjectSupport
719
+ end
720
+
721
+ class UpdatePageElementsZOrderRequest
722
+ class Representation < Google::Apis::Core::JsonRepresentation; end
723
+
724
+ include Google::Apis::Core::JsonObjectSupport
725
+ end
726
+
727
+ class UpdatePagePropertiesRequest
728
+ class Representation < Google::Apis::Core::JsonRepresentation; end
729
+
730
+ include Google::Apis::Core::JsonObjectSupport
731
+ end
732
+
733
+ class UpdateParagraphStyleRequest
734
+ class Representation < Google::Apis::Core::JsonRepresentation; end
735
+
736
+ include Google::Apis::Core::JsonObjectSupport
737
+ end
738
+
739
+ class UpdateShapePropertiesRequest
740
+ class Representation < Google::Apis::Core::JsonRepresentation; end
741
+
742
+ include Google::Apis::Core::JsonObjectSupport
743
+ end
744
+
745
+ class UpdateSlidesPositionRequest
746
+ class Representation < Google::Apis::Core::JsonRepresentation; end
747
+
748
+ include Google::Apis::Core::JsonObjectSupport
749
+ end
750
+
751
+ class UpdateTableBorderPropertiesRequest
752
+ class Representation < Google::Apis::Core::JsonRepresentation; end
753
+
754
+ include Google::Apis::Core::JsonObjectSupport
755
+ end
756
+
757
+ class UpdateTableCellPropertiesRequest
758
+ class Representation < Google::Apis::Core::JsonRepresentation; end
759
+
760
+ include Google::Apis::Core::JsonObjectSupport
761
+ end
762
+
763
+ class UpdateTableColumnPropertiesRequest
764
+ class Representation < Google::Apis::Core::JsonRepresentation; end
765
+
766
+ include Google::Apis::Core::JsonObjectSupport
767
+ end
768
+
769
+ class UpdateTableRowPropertiesRequest
770
+ class Representation < Google::Apis::Core::JsonRepresentation; end
771
+
772
+ include Google::Apis::Core::JsonObjectSupport
773
+ end
774
+
775
+ class UpdateTextStyleRequest
776
+ class Representation < Google::Apis::Core::JsonRepresentation; end
777
+
778
+ include Google::Apis::Core::JsonObjectSupport
779
+ end
780
+
781
+ class UpdateVideoPropertiesRequest
782
+ class Representation < Google::Apis::Core::JsonRepresentation; end
783
+
784
+ include Google::Apis::Core::JsonObjectSupport
785
+ end
786
+
787
+ class Video
788
+ class Representation < Google::Apis::Core::JsonRepresentation; end
789
+
790
+ include Google::Apis::Core::JsonObjectSupport
791
+ end
792
+
793
+ class VideoProperties
794
+ class Representation < Google::Apis::Core::JsonRepresentation; end
795
+
796
+ include Google::Apis::Core::JsonObjectSupport
797
+ end
798
+
799
+ class WeightedFontFamily
800
+ class Representation < Google::Apis::Core::JsonRepresentation; end
801
+
802
+ include Google::Apis::Core::JsonObjectSupport
803
+ end
804
+
805
+ class WordArt
806
+ class Representation < Google::Apis::Core::JsonRepresentation; end
807
+
808
+ include Google::Apis::Core::JsonObjectSupport
809
+ end
810
+
811
+ class WriteControl
812
+ class Representation < Google::Apis::Core::JsonRepresentation; end
813
+
814
+ include Google::Apis::Core::JsonObjectSupport
815
+ end
816
+
817
+ class AffineTransform
818
+ # @private
819
+ class Representation < Google::Apis::Core::JsonRepresentation
820
+ property :scale_x, as: 'scaleX'
821
+ property :scale_y, as: 'scaleY'
822
+ property :shear_x, as: 'shearX'
823
+ property :shear_y, as: 'shearY'
824
+ property :translate_x, as: 'translateX'
825
+ property :translate_y, as: 'translateY'
826
+ property :unit, as: 'unit'
827
+ end
828
+ end
829
+
830
+ class AutoText
831
+ # @private
832
+ class Representation < Google::Apis::Core::JsonRepresentation
833
+ property :content, as: 'content'
834
+ property :style, as: 'style', class: Google::Apis::SlidesV1::TextStyle, decorator: Google::Apis::SlidesV1::TextStyle::Representation
835
+
836
+ property :type, as: 'type'
837
+ end
838
+ end
839
+
840
+ class BatchUpdatePresentationRequest
841
+ # @private
842
+ class Representation < Google::Apis::Core::JsonRepresentation
843
+ collection :requests, as: 'requests', class: Google::Apis::SlidesV1::Request, decorator: Google::Apis::SlidesV1::Request::Representation
844
+
845
+ property :write_control, as: 'writeControl', class: Google::Apis::SlidesV1::WriteControl, decorator: Google::Apis::SlidesV1::WriteControl::Representation
846
+
847
+ end
848
+ end
849
+
850
+ class BatchUpdatePresentationResponse
851
+ # @private
852
+ class Representation < Google::Apis::Core::JsonRepresentation
853
+ property :presentation_id, as: 'presentationId'
854
+ collection :replies, as: 'replies', class: Google::Apis::SlidesV1::Response, decorator: Google::Apis::SlidesV1::Response::Representation
855
+
856
+ property :write_control, as: 'writeControl', class: Google::Apis::SlidesV1::WriteControl, decorator: Google::Apis::SlidesV1::WriteControl::Representation
857
+
858
+ end
859
+ end
860
+
861
+ class Bullet
862
+ # @private
863
+ class Representation < Google::Apis::Core::JsonRepresentation
864
+ property :bullet_style, as: 'bulletStyle', class: Google::Apis::SlidesV1::TextStyle, decorator: Google::Apis::SlidesV1::TextStyle::Representation
865
+
866
+ property :glyph, as: 'glyph'
867
+ property :list_id, as: 'listId'
868
+ property :nesting_level, as: 'nestingLevel'
869
+ end
870
+ end
871
+
872
+ class ColorScheme
873
+ # @private
874
+ class Representation < Google::Apis::Core::JsonRepresentation
875
+ collection :colors, as: 'colors', class: Google::Apis::SlidesV1::ThemeColorPair, decorator: Google::Apis::SlidesV1::ThemeColorPair::Representation
876
+
877
+ end
878
+ end
879
+
880
+ class ColorStop
881
+ # @private
882
+ class Representation < Google::Apis::Core::JsonRepresentation
883
+ property :alpha, as: 'alpha'
884
+ property :color, as: 'color', class: Google::Apis::SlidesV1::OpaqueColor, decorator: Google::Apis::SlidesV1::OpaqueColor::Representation
885
+
886
+ property :position, as: 'position'
887
+ end
888
+ end
889
+
890
+ class CreateImageRequest
891
+ # @private
892
+ class Representation < Google::Apis::Core::JsonRepresentation
893
+ property :element_properties, as: 'elementProperties', class: Google::Apis::SlidesV1::PageElementProperties, decorator: Google::Apis::SlidesV1::PageElementProperties::Representation
894
+
895
+ property :object_id_prop, as: 'objectId'
896
+ property :url, as: 'url'
897
+ end
898
+ end
899
+
900
+ class CreateImageResponse
901
+ # @private
902
+ class Representation < Google::Apis::Core::JsonRepresentation
903
+ property :object_id_prop, as: 'objectId'
904
+ end
905
+ end
906
+
907
+ class CreateLineRequest
908
+ # @private
909
+ class Representation < Google::Apis::Core::JsonRepresentation
910
+ property :category, as: 'category'
911
+ property :element_properties, as: 'elementProperties', class: Google::Apis::SlidesV1::PageElementProperties, decorator: Google::Apis::SlidesV1::PageElementProperties::Representation
912
+
913
+ property :line_category, as: 'lineCategory'
914
+ property :object_id_prop, as: 'objectId'
915
+ end
916
+ end
917
+
918
+ class CreateLineResponse
919
+ # @private
920
+ class Representation < Google::Apis::Core::JsonRepresentation
921
+ property :object_id_prop, as: 'objectId'
922
+ end
923
+ end
924
+
925
+ class CreateParagraphBulletsRequest
926
+ # @private
927
+ class Representation < Google::Apis::Core::JsonRepresentation
928
+ property :bullet_preset, as: 'bulletPreset'
929
+ property :cell_location, as: 'cellLocation', class: Google::Apis::SlidesV1::TableCellLocation, decorator: Google::Apis::SlidesV1::TableCellLocation::Representation
930
+
931
+ property :object_id_prop, as: 'objectId'
932
+ property :text_range, as: 'textRange', class: Google::Apis::SlidesV1::Range, decorator: Google::Apis::SlidesV1::Range::Representation
933
+
934
+ end
935
+ end
936
+
937
+ class CreateShapeRequest
938
+ # @private
939
+ class Representation < Google::Apis::Core::JsonRepresentation
940
+ property :element_properties, as: 'elementProperties', class: Google::Apis::SlidesV1::PageElementProperties, decorator: Google::Apis::SlidesV1::PageElementProperties::Representation
941
+
942
+ property :object_id_prop, as: 'objectId'
943
+ property :shape_type, as: 'shapeType'
944
+ end
945
+ end
946
+
947
+ class CreateShapeResponse
948
+ # @private
949
+ class Representation < Google::Apis::Core::JsonRepresentation
950
+ property :object_id_prop, as: 'objectId'
951
+ end
952
+ end
953
+
954
+ class CreateSheetsChartRequest
955
+ # @private
956
+ class Representation < Google::Apis::Core::JsonRepresentation
957
+ property :chart_id, as: 'chartId'
958
+ property :element_properties, as: 'elementProperties', class: Google::Apis::SlidesV1::PageElementProperties, decorator: Google::Apis::SlidesV1::PageElementProperties::Representation
959
+
960
+ property :linking_mode, as: 'linkingMode'
961
+ property :object_id_prop, as: 'objectId'
962
+ property :spreadsheet_id, as: 'spreadsheetId'
963
+ end
964
+ end
965
+
966
+ class CreateSheetsChartResponse
967
+ # @private
968
+ class Representation < Google::Apis::Core::JsonRepresentation
969
+ property :object_id_prop, as: 'objectId'
970
+ end
971
+ end
972
+
973
+ class CreateSlideRequest
974
+ # @private
975
+ class Representation < Google::Apis::Core::JsonRepresentation
976
+ property :insertion_index, as: 'insertionIndex'
977
+ property :object_id_prop, as: 'objectId'
978
+ collection :placeholder_id_mappings, as: 'placeholderIdMappings', class: Google::Apis::SlidesV1::LayoutPlaceholderIdMapping, decorator: Google::Apis::SlidesV1::LayoutPlaceholderIdMapping::Representation
979
+
980
+ property :slide_layout_reference, as: 'slideLayoutReference', class: Google::Apis::SlidesV1::LayoutReference, decorator: Google::Apis::SlidesV1::LayoutReference::Representation
981
+
982
+ end
983
+ end
984
+
985
+ class CreateSlideResponse
986
+ # @private
987
+ class Representation < Google::Apis::Core::JsonRepresentation
988
+ property :object_id_prop, as: 'objectId'
989
+ end
990
+ end
991
+
992
+ class CreateTableRequest
993
+ # @private
994
+ class Representation < Google::Apis::Core::JsonRepresentation
995
+ property :columns, as: 'columns'
996
+ property :element_properties, as: 'elementProperties', class: Google::Apis::SlidesV1::PageElementProperties, decorator: Google::Apis::SlidesV1::PageElementProperties::Representation
997
+
998
+ property :object_id_prop, as: 'objectId'
999
+ property :rows, as: 'rows'
1000
+ end
1001
+ end
1002
+
1003
+ class CreateTableResponse
1004
+ # @private
1005
+ class Representation < Google::Apis::Core::JsonRepresentation
1006
+ property :object_id_prop, as: 'objectId'
1007
+ end
1008
+ end
1009
+
1010
+ class CreateVideoRequest
1011
+ # @private
1012
+ class Representation < Google::Apis::Core::JsonRepresentation
1013
+ property :element_properties, as: 'elementProperties', class: Google::Apis::SlidesV1::PageElementProperties, decorator: Google::Apis::SlidesV1::PageElementProperties::Representation
1014
+
1015
+ property :id, as: 'id'
1016
+ property :object_id_prop, as: 'objectId'
1017
+ property :source, as: 'source'
1018
+ end
1019
+ end
1020
+
1021
+ class CreateVideoResponse
1022
+ # @private
1023
+ class Representation < Google::Apis::Core::JsonRepresentation
1024
+ property :object_id_prop, as: 'objectId'
1025
+ end
1026
+ end
1027
+
1028
+ class CropProperties
1029
+ # @private
1030
+ class Representation < Google::Apis::Core::JsonRepresentation
1031
+ property :angle, as: 'angle'
1032
+ property :bottom_offset, as: 'bottomOffset'
1033
+ property :left_offset, as: 'leftOffset'
1034
+ property :right_offset, as: 'rightOffset'
1035
+ property :top_offset, as: 'topOffset'
1036
+ end
1037
+ end
1038
+
1039
+ class DeleteObjectRequest
1040
+ # @private
1041
+ class Representation < Google::Apis::Core::JsonRepresentation
1042
+ property :object_id_prop, as: 'objectId'
1043
+ end
1044
+ end
1045
+
1046
+ class DeleteParagraphBulletsRequest
1047
+ # @private
1048
+ class Representation < Google::Apis::Core::JsonRepresentation
1049
+ property :cell_location, as: 'cellLocation', class: Google::Apis::SlidesV1::TableCellLocation, decorator: Google::Apis::SlidesV1::TableCellLocation::Representation
1050
+
1051
+ property :object_id_prop, as: 'objectId'
1052
+ property :text_range, as: 'textRange', class: Google::Apis::SlidesV1::Range, decorator: Google::Apis::SlidesV1::Range::Representation
1053
+
1054
+ end
1055
+ end
1056
+
1057
+ class DeleteTableColumnRequest
1058
+ # @private
1059
+ class Representation < Google::Apis::Core::JsonRepresentation
1060
+ property :cell_location, as: 'cellLocation', class: Google::Apis::SlidesV1::TableCellLocation, decorator: Google::Apis::SlidesV1::TableCellLocation::Representation
1061
+
1062
+ property :table_object_id, as: 'tableObjectId'
1063
+ end
1064
+ end
1065
+
1066
+ class DeleteTableRowRequest
1067
+ # @private
1068
+ class Representation < Google::Apis::Core::JsonRepresentation
1069
+ property :cell_location, as: 'cellLocation', class: Google::Apis::SlidesV1::TableCellLocation, decorator: Google::Apis::SlidesV1::TableCellLocation::Representation
1070
+
1071
+ property :table_object_id, as: 'tableObjectId'
1072
+ end
1073
+ end
1074
+
1075
+ class DeleteTextRequest
1076
+ # @private
1077
+ class Representation < Google::Apis::Core::JsonRepresentation
1078
+ property :cell_location, as: 'cellLocation', class: Google::Apis::SlidesV1::TableCellLocation, decorator: Google::Apis::SlidesV1::TableCellLocation::Representation
1079
+
1080
+ property :object_id_prop, as: 'objectId'
1081
+ property :text_range, as: 'textRange', class: Google::Apis::SlidesV1::Range, decorator: Google::Apis::SlidesV1::Range::Representation
1082
+
1083
+ end
1084
+ end
1085
+
1086
+ class Dimension
1087
+ # @private
1088
+ class Representation < Google::Apis::Core::JsonRepresentation
1089
+ property :magnitude, as: 'magnitude'
1090
+ property :unit, as: 'unit'
1091
+ end
1092
+ end
1093
+
1094
+ class DuplicateObjectRequest
1095
+ # @private
1096
+ class Representation < Google::Apis::Core::JsonRepresentation
1097
+ property :object_id_prop, as: 'objectId'
1098
+ hash :object_ids, as: 'objectIds'
1099
+ end
1100
+ end
1101
+
1102
+ class DuplicateObjectResponse
1103
+ # @private
1104
+ class Representation < Google::Apis::Core::JsonRepresentation
1105
+ property :object_id_prop, as: 'objectId'
1106
+ end
1107
+ end
1108
+
1109
+ class Group
1110
+ # @private
1111
+ class Representation < Google::Apis::Core::JsonRepresentation
1112
+ collection :children, as: 'children', class: Google::Apis::SlidesV1::PageElement, decorator: Google::Apis::SlidesV1::PageElement::Representation
1113
+
1114
+ end
1115
+ end
1116
+
1117
+ class GroupObjectsRequest
1118
+ # @private
1119
+ class Representation < Google::Apis::Core::JsonRepresentation
1120
+ collection :children_object_ids, as: 'childrenObjectIds'
1121
+ property :group_object_id, as: 'groupObjectId'
1122
+ end
1123
+ end
1124
+
1125
+ class GroupObjectsResponse
1126
+ # @private
1127
+ class Representation < Google::Apis::Core::JsonRepresentation
1128
+ property :object_id_prop, as: 'objectId'
1129
+ end
1130
+ end
1131
+
1132
+ class Image
1133
+ # @private
1134
+ class Representation < Google::Apis::Core::JsonRepresentation
1135
+ property :content_url, as: 'contentUrl'
1136
+ property :image_properties, as: 'imageProperties', class: Google::Apis::SlidesV1::ImageProperties, decorator: Google::Apis::SlidesV1::ImageProperties::Representation
1137
+
1138
+ property :source_url, as: 'sourceUrl'
1139
+ end
1140
+ end
1141
+
1142
+ class ImageProperties
1143
+ # @private
1144
+ class Representation < Google::Apis::Core::JsonRepresentation
1145
+ property :brightness, as: 'brightness'
1146
+ property :contrast, as: 'contrast'
1147
+ property :crop_properties, as: 'cropProperties', class: Google::Apis::SlidesV1::CropProperties, decorator: Google::Apis::SlidesV1::CropProperties::Representation
1148
+
1149
+ property :link, as: 'link', class: Google::Apis::SlidesV1::Link, decorator: Google::Apis::SlidesV1::Link::Representation
1150
+
1151
+ property :outline, as: 'outline', class: Google::Apis::SlidesV1::Outline, decorator: Google::Apis::SlidesV1::Outline::Representation
1152
+
1153
+ property :recolor, as: 'recolor', class: Google::Apis::SlidesV1::Recolor, decorator: Google::Apis::SlidesV1::Recolor::Representation
1154
+
1155
+ property :shadow, as: 'shadow', class: Google::Apis::SlidesV1::Shadow, decorator: Google::Apis::SlidesV1::Shadow::Representation
1156
+
1157
+ property :transparency, as: 'transparency'
1158
+ end
1159
+ end
1160
+
1161
+ class InsertTableColumnsRequest
1162
+ # @private
1163
+ class Representation < Google::Apis::Core::JsonRepresentation
1164
+ property :cell_location, as: 'cellLocation', class: Google::Apis::SlidesV1::TableCellLocation, decorator: Google::Apis::SlidesV1::TableCellLocation::Representation
1165
+
1166
+ property :insert_right, as: 'insertRight'
1167
+ property :number, as: 'number'
1168
+ property :table_object_id, as: 'tableObjectId'
1169
+ end
1170
+ end
1171
+
1172
+ class InsertTableRowsRequest
1173
+ # @private
1174
+ class Representation < Google::Apis::Core::JsonRepresentation
1175
+ property :cell_location, as: 'cellLocation', class: Google::Apis::SlidesV1::TableCellLocation, decorator: Google::Apis::SlidesV1::TableCellLocation::Representation
1176
+
1177
+ property :insert_below, as: 'insertBelow'
1178
+ property :number, as: 'number'
1179
+ property :table_object_id, as: 'tableObjectId'
1180
+ end
1181
+ end
1182
+
1183
+ class InsertTextRequest
1184
+ # @private
1185
+ class Representation < Google::Apis::Core::JsonRepresentation
1186
+ property :cell_location, as: 'cellLocation', class: Google::Apis::SlidesV1::TableCellLocation, decorator: Google::Apis::SlidesV1::TableCellLocation::Representation
1187
+
1188
+ property :insertion_index, as: 'insertionIndex'
1189
+ property :object_id_prop, as: 'objectId'
1190
+ property :text, as: 'text'
1191
+ end
1192
+ end
1193
+
1194
+ class LayoutPlaceholderIdMapping
1195
+ # @private
1196
+ class Representation < Google::Apis::Core::JsonRepresentation
1197
+ property :layout_placeholder, as: 'layoutPlaceholder', class: Google::Apis::SlidesV1::Placeholder, decorator: Google::Apis::SlidesV1::Placeholder::Representation
1198
+
1199
+ property :layout_placeholder_object_id, as: 'layoutPlaceholderObjectId'
1200
+ property :object_id_prop, as: 'objectId'
1201
+ end
1202
+ end
1203
+
1204
+ class LayoutProperties
1205
+ # @private
1206
+ class Representation < Google::Apis::Core::JsonRepresentation
1207
+ property :display_name, as: 'displayName'
1208
+ property :master_object_id, as: 'masterObjectId'
1209
+ property :name, as: 'name'
1210
+ end
1211
+ end
1212
+
1213
+ class LayoutReference
1214
+ # @private
1215
+ class Representation < Google::Apis::Core::JsonRepresentation
1216
+ property :layout_id, as: 'layoutId'
1217
+ property :predefined_layout, as: 'predefinedLayout'
1218
+ end
1219
+ end
1220
+
1221
+ class Line
1222
+ # @private
1223
+ class Representation < Google::Apis::Core::JsonRepresentation
1224
+ property :line_category, as: 'lineCategory'
1225
+ property :line_properties, as: 'lineProperties', class: Google::Apis::SlidesV1::LineProperties, decorator: Google::Apis::SlidesV1::LineProperties::Representation
1226
+
1227
+ property :line_type, as: 'lineType'
1228
+ end
1229
+ end
1230
+
1231
+ class LineConnection
1232
+ # @private
1233
+ class Representation < Google::Apis::Core::JsonRepresentation
1234
+ property :connected_object_id, as: 'connectedObjectId'
1235
+ property :connection_site_index, as: 'connectionSiteIndex'
1236
+ end
1237
+ end
1238
+
1239
+ class LineFill
1240
+ # @private
1241
+ class Representation < Google::Apis::Core::JsonRepresentation
1242
+ property :solid_fill, as: 'solidFill', class: Google::Apis::SlidesV1::SolidFill, decorator: Google::Apis::SlidesV1::SolidFill::Representation
1243
+
1244
+ end
1245
+ end
1246
+
1247
+ class LineProperties
1248
+ # @private
1249
+ class Representation < Google::Apis::Core::JsonRepresentation
1250
+ property :dash_style, as: 'dashStyle'
1251
+ property :end_arrow, as: 'endArrow'
1252
+ property :end_connection, as: 'endConnection', class: Google::Apis::SlidesV1::LineConnection, decorator: Google::Apis::SlidesV1::LineConnection::Representation
1253
+
1254
+ property :line_fill, as: 'lineFill', class: Google::Apis::SlidesV1::LineFill, decorator: Google::Apis::SlidesV1::LineFill::Representation
1255
+
1256
+ property :link, as: 'link', class: Google::Apis::SlidesV1::Link, decorator: Google::Apis::SlidesV1::Link::Representation
1257
+
1258
+ property :start_arrow, as: 'startArrow'
1259
+ property :start_connection, as: 'startConnection', class: Google::Apis::SlidesV1::LineConnection, decorator: Google::Apis::SlidesV1::LineConnection::Representation
1260
+
1261
+ property :weight, as: 'weight', class: Google::Apis::SlidesV1::Dimension, decorator: Google::Apis::SlidesV1::Dimension::Representation
1262
+
1263
+ end
1264
+ end
1265
+
1266
+ class Link
1267
+ # @private
1268
+ class Representation < Google::Apis::Core::JsonRepresentation
1269
+ property :page_object_id, as: 'pageObjectId'
1270
+ property :relative_link, as: 'relativeLink'
1271
+ property :slide_index, as: 'slideIndex'
1272
+ property :url, as: 'url'
1273
+ end
1274
+ end
1275
+
1276
+ class List
1277
+ # @private
1278
+ class Representation < Google::Apis::Core::JsonRepresentation
1279
+ property :list_id, as: 'listId'
1280
+ hash :nesting_level, as: 'nestingLevel', class: Google::Apis::SlidesV1::NestingLevel, decorator: Google::Apis::SlidesV1::NestingLevel::Representation
1281
+
1282
+ end
1283
+ end
1284
+
1285
+ class MasterProperties
1286
+ # @private
1287
+ class Representation < Google::Apis::Core::JsonRepresentation
1288
+ property :display_name, as: 'displayName'
1289
+ end
1290
+ end
1291
+
1292
+ class MergeTableCellsRequest
1293
+ # @private
1294
+ class Representation < Google::Apis::Core::JsonRepresentation
1295
+ property :object_id_prop, as: 'objectId'
1296
+ property :table_range, as: 'tableRange', class: Google::Apis::SlidesV1::TableRange, decorator: Google::Apis::SlidesV1::TableRange::Representation
1297
+
1298
+ end
1299
+ end
1300
+
1301
+ class NestingLevel
1302
+ # @private
1303
+ class Representation < Google::Apis::Core::JsonRepresentation
1304
+ property :bullet_style, as: 'bulletStyle', class: Google::Apis::SlidesV1::TextStyle, decorator: Google::Apis::SlidesV1::TextStyle::Representation
1305
+
1306
+ end
1307
+ end
1308
+
1309
+ class NotesProperties
1310
+ # @private
1311
+ class Representation < Google::Apis::Core::JsonRepresentation
1312
+ property :speaker_notes_object_id, as: 'speakerNotesObjectId'
1313
+ end
1314
+ end
1315
+
1316
+ class OpaqueColor
1317
+ # @private
1318
+ class Representation < Google::Apis::Core::JsonRepresentation
1319
+ property :rgb_color, as: 'rgbColor', class: Google::Apis::SlidesV1::RgbColor, decorator: Google::Apis::SlidesV1::RgbColor::Representation
1320
+
1321
+ property :theme_color, as: 'themeColor'
1322
+ end
1323
+ end
1324
+
1325
+ class OptionalColor
1326
+ # @private
1327
+ class Representation < Google::Apis::Core::JsonRepresentation
1328
+ property :opaque_color, as: 'opaqueColor', class: Google::Apis::SlidesV1::OpaqueColor, decorator: Google::Apis::SlidesV1::OpaqueColor::Representation
1329
+
1330
+ end
1331
+ end
1332
+
1333
+ class Outline
1334
+ # @private
1335
+ class Representation < Google::Apis::Core::JsonRepresentation
1336
+ property :dash_style, as: 'dashStyle'
1337
+ property :outline_fill, as: 'outlineFill', class: Google::Apis::SlidesV1::OutlineFill, decorator: Google::Apis::SlidesV1::OutlineFill::Representation
1338
+
1339
+ property :property_state, as: 'propertyState'
1340
+ property :weight, as: 'weight', class: Google::Apis::SlidesV1::Dimension, decorator: Google::Apis::SlidesV1::Dimension::Representation
1341
+
1342
+ end
1343
+ end
1344
+
1345
+ class OutlineFill
1346
+ # @private
1347
+ class Representation < Google::Apis::Core::JsonRepresentation
1348
+ property :solid_fill, as: 'solidFill', class: Google::Apis::SlidesV1::SolidFill, decorator: Google::Apis::SlidesV1::SolidFill::Representation
1349
+
1350
+ end
1351
+ end
1352
+
1353
+ class Page
1354
+ # @private
1355
+ class Representation < Google::Apis::Core::JsonRepresentation
1356
+ property :layout_properties, as: 'layoutProperties', class: Google::Apis::SlidesV1::LayoutProperties, decorator: Google::Apis::SlidesV1::LayoutProperties::Representation
1357
+
1358
+ property :master_properties, as: 'masterProperties', class: Google::Apis::SlidesV1::MasterProperties, decorator: Google::Apis::SlidesV1::MasterProperties::Representation
1359
+
1360
+ property :notes_properties, as: 'notesProperties', class: Google::Apis::SlidesV1::NotesProperties, decorator: Google::Apis::SlidesV1::NotesProperties::Representation
1361
+
1362
+ property :object_id_prop, as: 'objectId'
1363
+ collection :page_elements, as: 'pageElements', class: Google::Apis::SlidesV1::PageElement, decorator: Google::Apis::SlidesV1::PageElement::Representation
1364
+
1365
+ property :page_properties, as: 'pageProperties', class: Google::Apis::SlidesV1::PageProperties, decorator: Google::Apis::SlidesV1::PageProperties::Representation
1366
+
1367
+ property :page_type, as: 'pageType'
1368
+ property :revision_id, as: 'revisionId'
1369
+ property :slide_properties, as: 'slideProperties', class: Google::Apis::SlidesV1::SlideProperties, decorator: Google::Apis::SlidesV1::SlideProperties::Representation
1370
+
1371
+ end
1372
+ end
1373
+
1374
+ class PageBackgroundFill
1375
+ # @private
1376
+ class Representation < Google::Apis::Core::JsonRepresentation
1377
+ property :property_state, as: 'propertyState'
1378
+ property :solid_fill, as: 'solidFill', class: Google::Apis::SlidesV1::SolidFill, decorator: Google::Apis::SlidesV1::SolidFill::Representation
1379
+
1380
+ property :stretched_picture_fill, as: 'stretchedPictureFill', class: Google::Apis::SlidesV1::StretchedPictureFill, decorator: Google::Apis::SlidesV1::StretchedPictureFill::Representation
1381
+
1382
+ end
1383
+ end
1384
+
1385
+ class PageElement
1386
+ # @private
1387
+ class Representation < Google::Apis::Core::JsonRepresentation
1388
+ property :description, as: 'description'
1389
+ property :element_group, as: 'elementGroup', class: Google::Apis::SlidesV1::Group, decorator: Google::Apis::SlidesV1::Group::Representation
1390
+
1391
+ property :image, as: 'image', class: Google::Apis::SlidesV1::Image, decorator: Google::Apis::SlidesV1::Image::Representation
1392
+
1393
+ property :line, as: 'line', class: Google::Apis::SlidesV1::Line, decorator: Google::Apis::SlidesV1::Line::Representation
1394
+
1395
+ property :object_id_prop, as: 'objectId'
1396
+ property :shape, as: 'shape', class: Google::Apis::SlidesV1::Shape, decorator: Google::Apis::SlidesV1::Shape::Representation
1397
+
1398
+ property :sheets_chart, as: 'sheetsChart', class: Google::Apis::SlidesV1::SheetsChart, decorator: Google::Apis::SlidesV1::SheetsChart::Representation
1399
+
1400
+ property :size, as: 'size', class: Google::Apis::SlidesV1::Size, decorator: Google::Apis::SlidesV1::Size::Representation
1401
+
1402
+ property :table, as: 'table', class: Google::Apis::SlidesV1::Table, decorator: Google::Apis::SlidesV1::Table::Representation
1403
+
1404
+ property :title, as: 'title'
1405
+ property :transform, as: 'transform', class: Google::Apis::SlidesV1::AffineTransform, decorator: Google::Apis::SlidesV1::AffineTransform::Representation
1406
+
1407
+ property :video, as: 'video', class: Google::Apis::SlidesV1::Video, decorator: Google::Apis::SlidesV1::Video::Representation
1408
+
1409
+ property :word_art, as: 'wordArt', class: Google::Apis::SlidesV1::WordArt, decorator: Google::Apis::SlidesV1::WordArt::Representation
1410
+
1411
+ end
1412
+ end
1413
+
1414
+ class PageElementProperties
1415
+ # @private
1416
+ class Representation < Google::Apis::Core::JsonRepresentation
1417
+ property :page_object_id, as: 'pageObjectId'
1418
+ property :size, as: 'size', class: Google::Apis::SlidesV1::Size, decorator: Google::Apis::SlidesV1::Size::Representation
1419
+
1420
+ property :transform, as: 'transform', class: Google::Apis::SlidesV1::AffineTransform, decorator: Google::Apis::SlidesV1::AffineTransform::Representation
1421
+
1422
+ end
1423
+ end
1424
+
1425
+ class PageProperties
1426
+ # @private
1427
+ class Representation < Google::Apis::Core::JsonRepresentation
1428
+ property :color_scheme, as: 'colorScheme', class: Google::Apis::SlidesV1::ColorScheme, decorator: Google::Apis::SlidesV1::ColorScheme::Representation
1429
+
1430
+ property :page_background_fill, as: 'pageBackgroundFill', class: Google::Apis::SlidesV1::PageBackgroundFill, decorator: Google::Apis::SlidesV1::PageBackgroundFill::Representation
1431
+
1432
+ end
1433
+ end
1434
+
1435
+ class ParagraphMarker
1436
+ # @private
1437
+ class Representation < Google::Apis::Core::JsonRepresentation
1438
+ property :bullet, as: 'bullet', class: Google::Apis::SlidesV1::Bullet, decorator: Google::Apis::SlidesV1::Bullet::Representation
1439
+
1440
+ property :style, as: 'style', class: Google::Apis::SlidesV1::ParagraphStyle, decorator: Google::Apis::SlidesV1::ParagraphStyle::Representation
1441
+
1442
+ end
1443
+ end
1444
+
1445
+ class ParagraphStyle
1446
+ # @private
1447
+ class Representation < Google::Apis::Core::JsonRepresentation
1448
+ property :alignment, as: 'alignment'
1449
+ property :direction, as: 'direction'
1450
+ property :indent_end, as: 'indentEnd', class: Google::Apis::SlidesV1::Dimension, decorator: Google::Apis::SlidesV1::Dimension::Representation
1451
+
1452
+ property :indent_first_line, as: 'indentFirstLine', class: Google::Apis::SlidesV1::Dimension, decorator: Google::Apis::SlidesV1::Dimension::Representation
1453
+
1454
+ property :indent_start, as: 'indentStart', class: Google::Apis::SlidesV1::Dimension, decorator: Google::Apis::SlidesV1::Dimension::Representation
1455
+
1456
+ property :line_spacing, as: 'lineSpacing'
1457
+ property :space_above, as: 'spaceAbove', class: Google::Apis::SlidesV1::Dimension, decorator: Google::Apis::SlidesV1::Dimension::Representation
1458
+
1459
+ property :space_below, as: 'spaceBelow', class: Google::Apis::SlidesV1::Dimension, decorator: Google::Apis::SlidesV1::Dimension::Representation
1460
+
1461
+ property :spacing_mode, as: 'spacingMode'
1462
+ end
1463
+ end
1464
+
1465
+ class Placeholder
1466
+ # @private
1467
+ class Representation < Google::Apis::Core::JsonRepresentation
1468
+ property :index, as: 'index'
1469
+ property :parent_object_id, as: 'parentObjectId'
1470
+ property :type, as: 'type'
1471
+ end
1472
+ end
1473
+
1474
+ class Presentation
1475
+ # @private
1476
+ class Representation < Google::Apis::Core::JsonRepresentation
1477
+ collection :layouts, as: 'layouts', class: Google::Apis::SlidesV1::Page, decorator: Google::Apis::SlidesV1::Page::Representation
1478
+
1479
+ property :locale, as: 'locale'
1480
+ collection :masters, as: 'masters', class: Google::Apis::SlidesV1::Page, decorator: Google::Apis::SlidesV1::Page::Representation
1481
+
1482
+ property :notes_master, as: 'notesMaster', class: Google::Apis::SlidesV1::Page, decorator: Google::Apis::SlidesV1::Page::Representation
1483
+
1484
+ property :page_size, as: 'pageSize', class: Google::Apis::SlidesV1::Size, decorator: Google::Apis::SlidesV1::Size::Representation
1485
+
1486
+ property :presentation_id, as: 'presentationId'
1487
+ property :revision_id, as: 'revisionId'
1488
+ collection :slides, as: 'slides', class: Google::Apis::SlidesV1::Page, decorator: Google::Apis::SlidesV1::Page::Representation
1489
+
1490
+ property :title, as: 'title'
1491
+ end
1492
+ end
1493
+
1494
+ class Range
1495
+ # @private
1496
+ class Representation < Google::Apis::Core::JsonRepresentation
1497
+ property :end_index, as: 'endIndex'
1498
+ property :start_index, as: 'startIndex'
1499
+ property :type, as: 'type'
1500
+ end
1501
+ end
1502
+
1503
+ class Recolor
1504
+ # @private
1505
+ class Representation < Google::Apis::Core::JsonRepresentation
1506
+ property :name, as: 'name'
1507
+ collection :recolor_stops, as: 'recolorStops', class: Google::Apis::SlidesV1::ColorStop, decorator: Google::Apis::SlidesV1::ColorStop::Representation
1508
+
1509
+ end
1510
+ end
1511
+
1512
+ class RefreshSheetsChartRequest
1513
+ # @private
1514
+ class Representation < Google::Apis::Core::JsonRepresentation
1515
+ property :object_id_prop, as: 'objectId'
1516
+ end
1517
+ end
1518
+
1519
+ class ReplaceAllShapesWithImageRequest
1520
+ # @private
1521
+ class Representation < Google::Apis::Core::JsonRepresentation
1522
+ property :contains_text, as: 'containsText', class: Google::Apis::SlidesV1::SubstringMatchCriteria, decorator: Google::Apis::SlidesV1::SubstringMatchCriteria::Representation
1523
+
1524
+ property :image_replace_method, as: 'imageReplaceMethod'
1525
+ property :image_url, as: 'imageUrl'
1526
+ collection :page_object_ids, as: 'pageObjectIds'
1527
+ property :replace_method, as: 'replaceMethod'
1528
+ end
1529
+ end
1530
+
1531
+ class ReplaceAllShapesWithImageResponse
1532
+ # @private
1533
+ class Representation < Google::Apis::Core::JsonRepresentation
1534
+ property :occurrences_changed, as: 'occurrencesChanged'
1535
+ end
1536
+ end
1537
+
1538
+ class ReplaceAllShapesWithSheetsChartRequest
1539
+ # @private
1540
+ class Representation < Google::Apis::Core::JsonRepresentation
1541
+ property :chart_id, as: 'chartId'
1542
+ property :contains_text, as: 'containsText', class: Google::Apis::SlidesV1::SubstringMatchCriteria, decorator: Google::Apis::SlidesV1::SubstringMatchCriteria::Representation
1543
+
1544
+ property :linking_mode, as: 'linkingMode'
1545
+ collection :page_object_ids, as: 'pageObjectIds'
1546
+ property :spreadsheet_id, as: 'spreadsheetId'
1547
+ end
1548
+ end
1549
+
1550
+ class ReplaceAllShapesWithSheetsChartResponse
1551
+ # @private
1552
+ class Representation < Google::Apis::Core::JsonRepresentation
1553
+ property :occurrences_changed, as: 'occurrencesChanged'
1554
+ end
1555
+ end
1556
+
1557
+ class ReplaceAllTextRequest
1558
+ # @private
1559
+ class Representation < Google::Apis::Core::JsonRepresentation
1560
+ property :contains_text, as: 'containsText', class: Google::Apis::SlidesV1::SubstringMatchCriteria, decorator: Google::Apis::SlidesV1::SubstringMatchCriteria::Representation
1561
+
1562
+ collection :page_object_ids, as: 'pageObjectIds'
1563
+ property :replace_text, as: 'replaceText'
1564
+ end
1565
+ end
1566
+
1567
+ class ReplaceAllTextResponse
1568
+ # @private
1569
+ class Representation < Google::Apis::Core::JsonRepresentation
1570
+ property :occurrences_changed, as: 'occurrencesChanged'
1571
+ end
1572
+ end
1573
+
1574
+ class ReplaceImageRequest
1575
+ # @private
1576
+ class Representation < Google::Apis::Core::JsonRepresentation
1577
+ property :image_object_id, as: 'imageObjectId'
1578
+ property :image_replace_method, as: 'imageReplaceMethod'
1579
+ property :url, as: 'url'
1580
+ end
1581
+ end
1582
+
1583
+ class Request
1584
+ # @private
1585
+ class Representation < Google::Apis::Core::JsonRepresentation
1586
+ property :create_image, as: 'createImage', class: Google::Apis::SlidesV1::CreateImageRequest, decorator: Google::Apis::SlidesV1::CreateImageRequest::Representation
1587
+
1588
+ property :create_line, as: 'createLine', class: Google::Apis::SlidesV1::CreateLineRequest, decorator: Google::Apis::SlidesV1::CreateLineRequest::Representation
1589
+
1590
+ property :create_paragraph_bullets, as: 'createParagraphBullets', class: Google::Apis::SlidesV1::CreateParagraphBulletsRequest, decorator: Google::Apis::SlidesV1::CreateParagraphBulletsRequest::Representation
1591
+
1592
+ property :create_shape, as: 'createShape', class: Google::Apis::SlidesV1::CreateShapeRequest, decorator: Google::Apis::SlidesV1::CreateShapeRequest::Representation
1593
+
1594
+ property :create_sheets_chart, as: 'createSheetsChart', class: Google::Apis::SlidesV1::CreateSheetsChartRequest, decorator: Google::Apis::SlidesV1::CreateSheetsChartRequest::Representation
1595
+
1596
+ property :create_slide, as: 'createSlide', class: Google::Apis::SlidesV1::CreateSlideRequest, decorator: Google::Apis::SlidesV1::CreateSlideRequest::Representation
1597
+
1598
+ property :create_table, as: 'createTable', class: Google::Apis::SlidesV1::CreateTableRequest, decorator: Google::Apis::SlidesV1::CreateTableRequest::Representation
1599
+
1600
+ property :create_video, as: 'createVideo', class: Google::Apis::SlidesV1::CreateVideoRequest, decorator: Google::Apis::SlidesV1::CreateVideoRequest::Representation
1601
+
1602
+ property :delete_object, as: 'deleteObject', class: Google::Apis::SlidesV1::DeleteObjectRequest, decorator: Google::Apis::SlidesV1::DeleteObjectRequest::Representation
1603
+
1604
+ property :delete_paragraph_bullets, as: 'deleteParagraphBullets', class: Google::Apis::SlidesV1::DeleteParagraphBulletsRequest, decorator: Google::Apis::SlidesV1::DeleteParagraphBulletsRequest::Representation
1605
+
1606
+ property :delete_table_column, as: 'deleteTableColumn', class: Google::Apis::SlidesV1::DeleteTableColumnRequest, decorator: Google::Apis::SlidesV1::DeleteTableColumnRequest::Representation
1607
+
1608
+ property :delete_table_row, as: 'deleteTableRow', class: Google::Apis::SlidesV1::DeleteTableRowRequest, decorator: Google::Apis::SlidesV1::DeleteTableRowRequest::Representation
1609
+
1610
+ property :delete_text, as: 'deleteText', class: Google::Apis::SlidesV1::DeleteTextRequest, decorator: Google::Apis::SlidesV1::DeleteTextRequest::Representation
1611
+
1612
+ property :duplicate_object, as: 'duplicateObject', class: Google::Apis::SlidesV1::DuplicateObjectRequest, decorator: Google::Apis::SlidesV1::DuplicateObjectRequest::Representation
1613
+
1614
+ property :group_objects, as: 'groupObjects', class: Google::Apis::SlidesV1::GroupObjectsRequest, decorator: Google::Apis::SlidesV1::GroupObjectsRequest::Representation
1615
+
1616
+ property :insert_table_columns, as: 'insertTableColumns', class: Google::Apis::SlidesV1::InsertTableColumnsRequest, decorator: Google::Apis::SlidesV1::InsertTableColumnsRequest::Representation
1617
+
1618
+ property :insert_table_rows, as: 'insertTableRows', class: Google::Apis::SlidesV1::InsertTableRowsRequest, decorator: Google::Apis::SlidesV1::InsertTableRowsRequest::Representation
1619
+
1620
+ property :insert_text, as: 'insertText', class: Google::Apis::SlidesV1::InsertTextRequest, decorator: Google::Apis::SlidesV1::InsertTextRequest::Representation
1621
+
1622
+ property :merge_table_cells, as: 'mergeTableCells', class: Google::Apis::SlidesV1::MergeTableCellsRequest, decorator: Google::Apis::SlidesV1::MergeTableCellsRequest::Representation
1623
+
1624
+ property :refresh_sheets_chart, as: 'refreshSheetsChart', class: Google::Apis::SlidesV1::RefreshSheetsChartRequest, decorator: Google::Apis::SlidesV1::RefreshSheetsChartRequest::Representation
1625
+
1626
+ property :replace_all_shapes_with_image, as: 'replaceAllShapesWithImage', class: Google::Apis::SlidesV1::ReplaceAllShapesWithImageRequest, decorator: Google::Apis::SlidesV1::ReplaceAllShapesWithImageRequest::Representation
1627
+
1628
+ property :replace_all_shapes_with_sheets_chart, as: 'replaceAllShapesWithSheetsChart', class: Google::Apis::SlidesV1::ReplaceAllShapesWithSheetsChartRequest, decorator: Google::Apis::SlidesV1::ReplaceAllShapesWithSheetsChartRequest::Representation
1629
+
1630
+ property :replace_all_text, as: 'replaceAllText', class: Google::Apis::SlidesV1::ReplaceAllTextRequest, decorator: Google::Apis::SlidesV1::ReplaceAllTextRequest::Representation
1631
+
1632
+ property :replace_image, as: 'replaceImage', class: Google::Apis::SlidesV1::ReplaceImageRequest, decorator: Google::Apis::SlidesV1::ReplaceImageRequest::Representation
1633
+
1634
+ property :reroute_line, as: 'rerouteLine', class: Google::Apis::SlidesV1::RerouteLineRequest, decorator: Google::Apis::SlidesV1::RerouteLineRequest::Representation
1635
+
1636
+ property :ungroup_objects, as: 'ungroupObjects', class: Google::Apis::SlidesV1::UngroupObjectsRequest, decorator: Google::Apis::SlidesV1::UngroupObjectsRequest::Representation
1637
+
1638
+ property :unmerge_table_cells, as: 'unmergeTableCells', class: Google::Apis::SlidesV1::UnmergeTableCellsRequest, decorator: Google::Apis::SlidesV1::UnmergeTableCellsRequest::Representation
1639
+
1640
+ property :update_image_properties, as: 'updateImageProperties', class: Google::Apis::SlidesV1::UpdateImagePropertiesRequest, decorator: Google::Apis::SlidesV1::UpdateImagePropertiesRequest::Representation
1641
+
1642
+ property :update_line_category, as: 'updateLineCategory', class: Google::Apis::SlidesV1::UpdateLineCategoryRequest, decorator: Google::Apis::SlidesV1::UpdateLineCategoryRequest::Representation
1643
+
1644
+ property :update_line_properties, as: 'updateLineProperties', class: Google::Apis::SlidesV1::UpdateLinePropertiesRequest, decorator: Google::Apis::SlidesV1::UpdateLinePropertiesRequest::Representation
1645
+
1646
+ property :update_page_element_alt_text, as: 'updatePageElementAltText', class: Google::Apis::SlidesV1::UpdatePageElementAltTextRequest, decorator: Google::Apis::SlidesV1::UpdatePageElementAltTextRequest::Representation
1647
+
1648
+ property :update_page_element_transform, as: 'updatePageElementTransform', class: Google::Apis::SlidesV1::UpdatePageElementTransformRequest, decorator: Google::Apis::SlidesV1::UpdatePageElementTransformRequest::Representation
1649
+
1650
+ property :update_page_elements_z_order, as: 'updatePageElementsZOrder', class: Google::Apis::SlidesV1::UpdatePageElementsZOrderRequest, decorator: Google::Apis::SlidesV1::UpdatePageElementsZOrderRequest::Representation
1651
+
1652
+ property :update_page_properties, as: 'updatePageProperties', class: Google::Apis::SlidesV1::UpdatePagePropertiesRequest, decorator: Google::Apis::SlidesV1::UpdatePagePropertiesRequest::Representation
1653
+
1654
+ property :update_paragraph_style, as: 'updateParagraphStyle', class: Google::Apis::SlidesV1::UpdateParagraphStyleRequest, decorator: Google::Apis::SlidesV1::UpdateParagraphStyleRequest::Representation
1655
+
1656
+ property :update_shape_properties, as: 'updateShapeProperties', class: Google::Apis::SlidesV1::UpdateShapePropertiesRequest, decorator: Google::Apis::SlidesV1::UpdateShapePropertiesRequest::Representation
1657
+
1658
+ property :update_slides_position, as: 'updateSlidesPosition', class: Google::Apis::SlidesV1::UpdateSlidesPositionRequest, decorator: Google::Apis::SlidesV1::UpdateSlidesPositionRequest::Representation
1659
+
1660
+ property :update_table_border_properties, as: 'updateTableBorderProperties', class: Google::Apis::SlidesV1::UpdateTableBorderPropertiesRequest, decorator: Google::Apis::SlidesV1::UpdateTableBorderPropertiesRequest::Representation
1661
+
1662
+ property :update_table_cell_properties, as: 'updateTableCellProperties', class: Google::Apis::SlidesV1::UpdateTableCellPropertiesRequest, decorator: Google::Apis::SlidesV1::UpdateTableCellPropertiesRequest::Representation
1663
+
1664
+ property :update_table_column_properties, as: 'updateTableColumnProperties', class: Google::Apis::SlidesV1::UpdateTableColumnPropertiesRequest, decorator: Google::Apis::SlidesV1::UpdateTableColumnPropertiesRequest::Representation
1665
+
1666
+ property :update_table_row_properties, as: 'updateTableRowProperties', class: Google::Apis::SlidesV1::UpdateTableRowPropertiesRequest, decorator: Google::Apis::SlidesV1::UpdateTableRowPropertiesRequest::Representation
1667
+
1668
+ property :update_text_style, as: 'updateTextStyle', class: Google::Apis::SlidesV1::UpdateTextStyleRequest, decorator: Google::Apis::SlidesV1::UpdateTextStyleRequest::Representation
1669
+
1670
+ property :update_video_properties, as: 'updateVideoProperties', class: Google::Apis::SlidesV1::UpdateVideoPropertiesRequest, decorator: Google::Apis::SlidesV1::UpdateVideoPropertiesRequest::Representation
1671
+
1672
+ end
1673
+ end
1674
+
1675
+ class RerouteLineRequest
1676
+ # @private
1677
+ class Representation < Google::Apis::Core::JsonRepresentation
1678
+ property :object_id_prop, as: 'objectId'
1679
+ end
1680
+ end
1681
+
1682
+ class Response
1683
+ # @private
1684
+ class Representation < Google::Apis::Core::JsonRepresentation
1685
+ property :create_image, as: 'createImage', class: Google::Apis::SlidesV1::CreateImageResponse, decorator: Google::Apis::SlidesV1::CreateImageResponse::Representation
1686
+
1687
+ property :create_line, as: 'createLine', class: Google::Apis::SlidesV1::CreateLineResponse, decorator: Google::Apis::SlidesV1::CreateLineResponse::Representation
1688
+
1689
+ property :create_shape, as: 'createShape', class: Google::Apis::SlidesV1::CreateShapeResponse, decorator: Google::Apis::SlidesV1::CreateShapeResponse::Representation
1690
+
1691
+ property :create_sheets_chart, as: 'createSheetsChart', class: Google::Apis::SlidesV1::CreateSheetsChartResponse, decorator: Google::Apis::SlidesV1::CreateSheetsChartResponse::Representation
1692
+
1693
+ property :create_slide, as: 'createSlide', class: Google::Apis::SlidesV1::CreateSlideResponse, decorator: Google::Apis::SlidesV1::CreateSlideResponse::Representation
1694
+
1695
+ property :create_table, as: 'createTable', class: Google::Apis::SlidesV1::CreateTableResponse, decorator: Google::Apis::SlidesV1::CreateTableResponse::Representation
1696
+
1697
+ property :create_video, as: 'createVideo', class: Google::Apis::SlidesV1::CreateVideoResponse, decorator: Google::Apis::SlidesV1::CreateVideoResponse::Representation
1698
+
1699
+ property :duplicate_object, as: 'duplicateObject', class: Google::Apis::SlidesV1::DuplicateObjectResponse, decorator: Google::Apis::SlidesV1::DuplicateObjectResponse::Representation
1700
+
1701
+ property :group_objects, as: 'groupObjects', class: Google::Apis::SlidesV1::GroupObjectsResponse, decorator: Google::Apis::SlidesV1::GroupObjectsResponse::Representation
1702
+
1703
+ property :replace_all_shapes_with_image, as: 'replaceAllShapesWithImage', class: Google::Apis::SlidesV1::ReplaceAllShapesWithImageResponse, decorator: Google::Apis::SlidesV1::ReplaceAllShapesWithImageResponse::Representation
1704
+
1705
+ property :replace_all_shapes_with_sheets_chart, as: 'replaceAllShapesWithSheetsChart', class: Google::Apis::SlidesV1::ReplaceAllShapesWithSheetsChartResponse, decorator: Google::Apis::SlidesV1::ReplaceAllShapesWithSheetsChartResponse::Representation
1706
+
1707
+ property :replace_all_text, as: 'replaceAllText', class: Google::Apis::SlidesV1::ReplaceAllTextResponse, decorator: Google::Apis::SlidesV1::ReplaceAllTextResponse::Representation
1708
+
1709
+ end
1710
+ end
1711
+
1712
+ class RgbColor
1713
+ # @private
1714
+ class Representation < Google::Apis::Core::JsonRepresentation
1715
+ property :blue, as: 'blue'
1716
+ property :green, as: 'green'
1717
+ property :red, as: 'red'
1718
+ end
1719
+ end
1720
+
1721
+ class Shadow
1722
+ # @private
1723
+ class Representation < Google::Apis::Core::JsonRepresentation
1724
+ property :alignment, as: 'alignment'
1725
+ property :alpha, as: 'alpha'
1726
+ property :blur_radius, as: 'blurRadius', class: Google::Apis::SlidesV1::Dimension, decorator: Google::Apis::SlidesV1::Dimension::Representation
1727
+
1728
+ property :color, as: 'color', class: Google::Apis::SlidesV1::OpaqueColor, decorator: Google::Apis::SlidesV1::OpaqueColor::Representation
1729
+
1730
+ property :property_state, as: 'propertyState'
1731
+ property :rotate_with_shape, as: 'rotateWithShape'
1732
+ property :transform, as: 'transform', class: Google::Apis::SlidesV1::AffineTransform, decorator: Google::Apis::SlidesV1::AffineTransform::Representation
1733
+
1734
+ property :type, as: 'type'
1735
+ end
1736
+ end
1737
+
1738
+ class Shape
1739
+ # @private
1740
+ class Representation < Google::Apis::Core::JsonRepresentation
1741
+ property :placeholder, as: 'placeholder', class: Google::Apis::SlidesV1::Placeholder, decorator: Google::Apis::SlidesV1::Placeholder::Representation
1742
+
1743
+ property :shape_properties, as: 'shapeProperties', class: Google::Apis::SlidesV1::ShapeProperties, decorator: Google::Apis::SlidesV1::ShapeProperties::Representation
1744
+
1745
+ property :shape_type, as: 'shapeType'
1746
+ property :text, as: 'text', class: Google::Apis::SlidesV1::TextContent, decorator: Google::Apis::SlidesV1::TextContent::Representation
1747
+
1748
+ end
1749
+ end
1750
+
1751
+ class ShapeBackgroundFill
1752
+ # @private
1753
+ class Representation < Google::Apis::Core::JsonRepresentation
1754
+ property :property_state, as: 'propertyState'
1755
+ property :solid_fill, as: 'solidFill', class: Google::Apis::SlidesV1::SolidFill, decorator: Google::Apis::SlidesV1::SolidFill::Representation
1756
+
1757
+ end
1758
+ end
1759
+
1760
+ class ShapeProperties
1761
+ # @private
1762
+ class Representation < Google::Apis::Core::JsonRepresentation
1763
+ property :content_alignment, as: 'contentAlignment'
1764
+ property :link, as: 'link', class: Google::Apis::SlidesV1::Link, decorator: Google::Apis::SlidesV1::Link::Representation
1765
+
1766
+ property :outline, as: 'outline', class: Google::Apis::SlidesV1::Outline, decorator: Google::Apis::SlidesV1::Outline::Representation
1767
+
1768
+ property :shadow, as: 'shadow', class: Google::Apis::SlidesV1::Shadow, decorator: Google::Apis::SlidesV1::Shadow::Representation
1769
+
1770
+ property :shape_background_fill, as: 'shapeBackgroundFill', class: Google::Apis::SlidesV1::ShapeBackgroundFill, decorator: Google::Apis::SlidesV1::ShapeBackgroundFill::Representation
1771
+
1772
+ end
1773
+ end
1774
+
1775
+ class SheetsChart
1776
+ # @private
1777
+ class Representation < Google::Apis::Core::JsonRepresentation
1778
+ property :chart_id, as: 'chartId'
1779
+ property :content_url, as: 'contentUrl'
1780
+ property :sheets_chart_properties, as: 'sheetsChartProperties', class: Google::Apis::SlidesV1::SheetsChartProperties, decorator: Google::Apis::SlidesV1::SheetsChartProperties::Representation
1781
+
1782
+ property :spreadsheet_id, as: 'spreadsheetId'
1783
+ end
1784
+ end
1785
+
1786
+ class SheetsChartProperties
1787
+ # @private
1788
+ class Representation < Google::Apis::Core::JsonRepresentation
1789
+ property :chart_image_properties, as: 'chartImageProperties', class: Google::Apis::SlidesV1::ImageProperties, decorator: Google::Apis::SlidesV1::ImageProperties::Representation
1790
+
1791
+ end
1792
+ end
1793
+
1794
+ class Size
1795
+ # @private
1796
+ class Representation < Google::Apis::Core::JsonRepresentation
1797
+ property :height, as: 'height', class: Google::Apis::SlidesV1::Dimension, decorator: Google::Apis::SlidesV1::Dimension::Representation
1798
+
1799
+ property :width, as: 'width', class: Google::Apis::SlidesV1::Dimension, decorator: Google::Apis::SlidesV1::Dimension::Representation
1800
+
1801
+ end
1802
+ end
1803
+
1804
+ class SlideProperties
1805
+ # @private
1806
+ class Representation < Google::Apis::Core::JsonRepresentation
1807
+ property :layout_object_id, as: 'layoutObjectId'
1808
+ property :master_object_id, as: 'masterObjectId'
1809
+ property :notes_page, as: 'notesPage', class: Google::Apis::SlidesV1::Page, decorator: Google::Apis::SlidesV1::Page::Representation
1810
+
1811
+ end
1812
+ end
1813
+
1814
+ class SolidFill
1815
+ # @private
1816
+ class Representation < Google::Apis::Core::JsonRepresentation
1817
+ property :alpha, as: 'alpha'
1818
+ property :color, as: 'color', class: Google::Apis::SlidesV1::OpaqueColor, decorator: Google::Apis::SlidesV1::OpaqueColor::Representation
1819
+
1820
+ end
1821
+ end
1822
+
1823
+ class StretchedPictureFill
1824
+ # @private
1825
+ class Representation < Google::Apis::Core::JsonRepresentation
1826
+ property :content_url, as: 'contentUrl'
1827
+ property :size, as: 'size', class: Google::Apis::SlidesV1::Size, decorator: Google::Apis::SlidesV1::Size::Representation
1828
+
1829
+ end
1830
+ end
1831
+
1832
+ class SubstringMatchCriteria
1833
+ # @private
1834
+ class Representation < Google::Apis::Core::JsonRepresentation
1835
+ property :match_case, as: 'matchCase'
1836
+ property :text, as: 'text'
1837
+ end
1838
+ end
1839
+
1840
+ class Table
1841
+ # @private
1842
+ class Representation < Google::Apis::Core::JsonRepresentation
1843
+ property :columns, as: 'columns'
1844
+ collection :horizontal_border_rows, as: 'horizontalBorderRows', class: Google::Apis::SlidesV1::TableBorderRow, decorator: Google::Apis::SlidesV1::TableBorderRow::Representation
1845
+
1846
+ property :rows, as: 'rows'
1847
+ collection :table_columns, as: 'tableColumns', class: Google::Apis::SlidesV1::TableColumnProperties, decorator: Google::Apis::SlidesV1::TableColumnProperties::Representation
1848
+
1849
+ collection :table_rows, as: 'tableRows', class: Google::Apis::SlidesV1::TableRow, decorator: Google::Apis::SlidesV1::TableRow::Representation
1850
+
1851
+ collection :vertical_border_rows, as: 'verticalBorderRows', class: Google::Apis::SlidesV1::TableBorderRow, decorator: Google::Apis::SlidesV1::TableBorderRow::Representation
1852
+
1853
+ end
1854
+ end
1855
+
1856
+ class TableBorderCell
1857
+ # @private
1858
+ class Representation < Google::Apis::Core::JsonRepresentation
1859
+ property :location, as: 'location', class: Google::Apis::SlidesV1::TableCellLocation, decorator: Google::Apis::SlidesV1::TableCellLocation::Representation
1860
+
1861
+ property :table_border_properties, as: 'tableBorderProperties', class: Google::Apis::SlidesV1::TableBorderProperties, decorator: Google::Apis::SlidesV1::TableBorderProperties::Representation
1862
+
1863
+ end
1864
+ end
1865
+
1866
+ class TableBorderFill
1867
+ # @private
1868
+ class Representation < Google::Apis::Core::JsonRepresentation
1869
+ property :solid_fill, as: 'solidFill', class: Google::Apis::SlidesV1::SolidFill, decorator: Google::Apis::SlidesV1::SolidFill::Representation
1870
+
1871
+ end
1872
+ end
1873
+
1874
+ class TableBorderProperties
1875
+ # @private
1876
+ class Representation < Google::Apis::Core::JsonRepresentation
1877
+ property :dash_style, as: 'dashStyle'
1878
+ property :table_border_fill, as: 'tableBorderFill', class: Google::Apis::SlidesV1::TableBorderFill, decorator: Google::Apis::SlidesV1::TableBorderFill::Representation
1879
+
1880
+ property :weight, as: 'weight', class: Google::Apis::SlidesV1::Dimension, decorator: Google::Apis::SlidesV1::Dimension::Representation
1881
+
1882
+ end
1883
+ end
1884
+
1885
+ class TableBorderRow
1886
+ # @private
1887
+ class Representation < Google::Apis::Core::JsonRepresentation
1888
+ collection :table_border_cells, as: 'tableBorderCells', class: Google::Apis::SlidesV1::TableBorderCell, decorator: Google::Apis::SlidesV1::TableBorderCell::Representation
1889
+
1890
+ end
1891
+ end
1892
+
1893
+ class TableCell
1894
+ # @private
1895
+ class Representation < Google::Apis::Core::JsonRepresentation
1896
+ property :column_span, as: 'columnSpan'
1897
+ property :location, as: 'location', class: Google::Apis::SlidesV1::TableCellLocation, decorator: Google::Apis::SlidesV1::TableCellLocation::Representation
1898
+
1899
+ property :row_span, as: 'rowSpan'
1900
+ property :table_cell_properties, as: 'tableCellProperties', class: Google::Apis::SlidesV1::TableCellProperties, decorator: Google::Apis::SlidesV1::TableCellProperties::Representation
1901
+
1902
+ property :text, as: 'text', class: Google::Apis::SlidesV1::TextContent, decorator: Google::Apis::SlidesV1::TextContent::Representation
1903
+
1904
+ end
1905
+ end
1906
+
1907
+ class TableCellBackgroundFill
1908
+ # @private
1909
+ class Representation < Google::Apis::Core::JsonRepresentation
1910
+ property :property_state, as: 'propertyState'
1911
+ property :solid_fill, as: 'solidFill', class: Google::Apis::SlidesV1::SolidFill, decorator: Google::Apis::SlidesV1::SolidFill::Representation
1912
+
1913
+ end
1914
+ end
1915
+
1916
+ class TableCellLocation
1917
+ # @private
1918
+ class Representation < Google::Apis::Core::JsonRepresentation
1919
+ property :column_index, as: 'columnIndex'
1920
+ property :row_index, as: 'rowIndex'
1921
+ end
1922
+ end
1923
+
1924
+ class TableCellProperties
1925
+ # @private
1926
+ class Representation < Google::Apis::Core::JsonRepresentation
1927
+ property :content_alignment, as: 'contentAlignment'
1928
+ property :table_cell_background_fill, as: 'tableCellBackgroundFill', class: Google::Apis::SlidesV1::TableCellBackgroundFill, decorator: Google::Apis::SlidesV1::TableCellBackgroundFill::Representation
1929
+
1930
+ end
1931
+ end
1932
+
1933
+ class TableColumnProperties
1934
+ # @private
1935
+ class Representation < Google::Apis::Core::JsonRepresentation
1936
+ property :column_width, as: 'columnWidth', class: Google::Apis::SlidesV1::Dimension, decorator: Google::Apis::SlidesV1::Dimension::Representation
1937
+
1938
+ end
1939
+ end
1940
+
1941
+ class TableRange
1942
+ # @private
1943
+ class Representation < Google::Apis::Core::JsonRepresentation
1944
+ property :column_span, as: 'columnSpan'
1945
+ property :location, as: 'location', class: Google::Apis::SlidesV1::TableCellLocation, decorator: Google::Apis::SlidesV1::TableCellLocation::Representation
1946
+
1947
+ property :row_span, as: 'rowSpan'
1948
+ end
1949
+ end
1950
+
1951
+ class TableRow
1952
+ # @private
1953
+ class Representation < Google::Apis::Core::JsonRepresentation
1954
+ property :row_height, as: 'rowHeight', class: Google::Apis::SlidesV1::Dimension, decorator: Google::Apis::SlidesV1::Dimension::Representation
1955
+
1956
+ collection :table_cells, as: 'tableCells', class: Google::Apis::SlidesV1::TableCell, decorator: Google::Apis::SlidesV1::TableCell::Representation
1957
+
1958
+ property :table_row_properties, as: 'tableRowProperties', class: Google::Apis::SlidesV1::TableRowProperties, decorator: Google::Apis::SlidesV1::TableRowProperties::Representation
1959
+
1960
+ end
1961
+ end
1962
+
1963
+ class TableRowProperties
1964
+ # @private
1965
+ class Representation < Google::Apis::Core::JsonRepresentation
1966
+ property :min_row_height, as: 'minRowHeight', class: Google::Apis::SlidesV1::Dimension, decorator: Google::Apis::SlidesV1::Dimension::Representation
1967
+
1968
+ end
1969
+ end
1970
+
1971
+ class TextContent
1972
+ # @private
1973
+ class Representation < Google::Apis::Core::JsonRepresentation
1974
+ hash :lists, as: 'lists', class: Google::Apis::SlidesV1::List, decorator: Google::Apis::SlidesV1::List::Representation
1975
+
1976
+ collection :text_elements, as: 'textElements', class: Google::Apis::SlidesV1::TextElement, decorator: Google::Apis::SlidesV1::TextElement::Representation
1977
+
1978
+ end
1979
+ end
1980
+
1981
+ class TextElement
1982
+ # @private
1983
+ class Representation < Google::Apis::Core::JsonRepresentation
1984
+ property :auto_text, as: 'autoText', class: Google::Apis::SlidesV1::AutoText, decorator: Google::Apis::SlidesV1::AutoText::Representation
1985
+
1986
+ property :end_index, as: 'endIndex'
1987
+ property :paragraph_marker, as: 'paragraphMarker', class: Google::Apis::SlidesV1::ParagraphMarker, decorator: Google::Apis::SlidesV1::ParagraphMarker::Representation
1988
+
1989
+ property :start_index, as: 'startIndex'
1990
+ property :text_run, as: 'textRun', class: Google::Apis::SlidesV1::TextRun, decorator: Google::Apis::SlidesV1::TextRun::Representation
1991
+
1992
+ end
1993
+ end
1994
+
1995
+ class TextRun
1996
+ # @private
1997
+ class Representation < Google::Apis::Core::JsonRepresentation
1998
+ property :content, as: 'content'
1999
+ property :style, as: 'style', class: Google::Apis::SlidesV1::TextStyle, decorator: Google::Apis::SlidesV1::TextStyle::Representation
2000
+
2001
+ end
2002
+ end
2003
+
2004
+ class TextStyle
2005
+ # @private
2006
+ class Representation < Google::Apis::Core::JsonRepresentation
2007
+ property :background_color, as: 'backgroundColor', class: Google::Apis::SlidesV1::OptionalColor, decorator: Google::Apis::SlidesV1::OptionalColor::Representation
2008
+
2009
+ property :baseline_offset, as: 'baselineOffset'
2010
+ property :bold, as: 'bold'
2011
+ property :font_family, as: 'fontFamily'
2012
+ property :font_size, as: 'fontSize', class: Google::Apis::SlidesV1::Dimension, decorator: Google::Apis::SlidesV1::Dimension::Representation
2013
+
2014
+ property :foreground_color, as: 'foregroundColor', class: Google::Apis::SlidesV1::OptionalColor, decorator: Google::Apis::SlidesV1::OptionalColor::Representation
2015
+
2016
+ property :italic, as: 'italic'
2017
+ property :link, as: 'link', class: Google::Apis::SlidesV1::Link, decorator: Google::Apis::SlidesV1::Link::Representation
2018
+
2019
+ property :small_caps, as: 'smallCaps'
2020
+ property :strikethrough, as: 'strikethrough'
2021
+ property :underline, as: 'underline'
2022
+ property :weighted_font_family, as: 'weightedFontFamily', class: Google::Apis::SlidesV1::WeightedFontFamily, decorator: Google::Apis::SlidesV1::WeightedFontFamily::Representation
2023
+
2024
+ end
2025
+ end
2026
+
2027
+ class ThemeColorPair
2028
+ # @private
2029
+ class Representation < Google::Apis::Core::JsonRepresentation
2030
+ property :color, as: 'color', class: Google::Apis::SlidesV1::RgbColor, decorator: Google::Apis::SlidesV1::RgbColor::Representation
2031
+
2032
+ property :type, as: 'type'
2033
+ end
2034
+ end
2035
+
2036
+ class Thumbnail
2037
+ # @private
2038
+ class Representation < Google::Apis::Core::JsonRepresentation
2039
+ property :content_url, as: 'contentUrl'
2040
+ property :height, as: 'height'
2041
+ property :width, as: 'width'
2042
+ end
2043
+ end
2044
+
2045
+ class UngroupObjectsRequest
2046
+ # @private
2047
+ class Representation < Google::Apis::Core::JsonRepresentation
2048
+ collection :object_ids, as: 'objectIds'
2049
+ end
2050
+ end
2051
+
2052
+ class UnmergeTableCellsRequest
2053
+ # @private
2054
+ class Representation < Google::Apis::Core::JsonRepresentation
2055
+ property :object_id_prop, as: 'objectId'
2056
+ property :table_range, as: 'tableRange', class: Google::Apis::SlidesV1::TableRange, decorator: Google::Apis::SlidesV1::TableRange::Representation
2057
+
2058
+ end
2059
+ end
2060
+
2061
+ class UpdateImagePropertiesRequest
2062
+ # @private
2063
+ class Representation < Google::Apis::Core::JsonRepresentation
2064
+ property :fields, as: 'fields'
2065
+ property :image_properties, as: 'imageProperties', class: Google::Apis::SlidesV1::ImageProperties, decorator: Google::Apis::SlidesV1::ImageProperties::Representation
2066
+
2067
+ property :object_id_prop, as: 'objectId'
2068
+ end
2069
+ end
2070
+
2071
+ class UpdateLineCategoryRequest
2072
+ # @private
2073
+ class Representation < Google::Apis::Core::JsonRepresentation
2074
+ property :line_category, as: 'lineCategory'
2075
+ property :object_id_prop, as: 'objectId'
2076
+ end
2077
+ end
2078
+
2079
+ class UpdateLinePropertiesRequest
2080
+ # @private
2081
+ class Representation < Google::Apis::Core::JsonRepresentation
2082
+ property :fields, as: 'fields'
2083
+ property :line_properties, as: 'lineProperties', class: Google::Apis::SlidesV1::LineProperties, decorator: Google::Apis::SlidesV1::LineProperties::Representation
2084
+
2085
+ property :object_id_prop, as: 'objectId'
2086
+ end
2087
+ end
2088
+
2089
+ class UpdatePageElementAltTextRequest
2090
+ # @private
2091
+ class Representation < Google::Apis::Core::JsonRepresentation
2092
+ property :description, as: 'description'
2093
+ property :object_id_prop, as: 'objectId'
2094
+ property :title, as: 'title'
2095
+ end
2096
+ end
2097
+
2098
+ class UpdatePageElementTransformRequest
2099
+ # @private
2100
+ class Representation < Google::Apis::Core::JsonRepresentation
2101
+ property :apply_mode, as: 'applyMode'
2102
+ property :object_id_prop, as: 'objectId'
2103
+ property :transform, as: 'transform', class: Google::Apis::SlidesV1::AffineTransform, decorator: Google::Apis::SlidesV1::AffineTransform::Representation
2104
+
2105
+ end
2106
+ end
2107
+
2108
+ class UpdatePageElementsZOrderRequest
2109
+ # @private
2110
+ class Representation < Google::Apis::Core::JsonRepresentation
2111
+ property :operation, as: 'operation'
2112
+ collection :page_element_object_ids, as: 'pageElementObjectIds'
2113
+ end
2114
+ end
2115
+
2116
+ class UpdatePagePropertiesRequest
2117
+ # @private
2118
+ class Representation < Google::Apis::Core::JsonRepresentation
2119
+ property :fields, as: 'fields'
2120
+ property :object_id_prop, as: 'objectId'
2121
+ property :page_properties, as: 'pageProperties', class: Google::Apis::SlidesV1::PageProperties, decorator: Google::Apis::SlidesV1::PageProperties::Representation
2122
+
2123
+ end
2124
+ end
2125
+
2126
+ class UpdateParagraphStyleRequest
2127
+ # @private
2128
+ class Representation < Google::Apis::Core::JsonRepresentation
2129
+ property :cell_location, as: 'cellLocation', class: Google::Apis::SlidesV1::TableCellLocation, decorator: Google::Apis::SlidesV1::TableCellLocation::Representation
2130
+
2131
+ property :fields, as: 'fields'
2132
+ property :object_id_prop, as: 'objectId'
2133
+ property :style, as: 'style', class: Google::Apis::SlidesV1::ParagraphStyle, decorator: Google::Apis::SlidesV1::ParagraphStyle::Representation
2134
+
2135
+ property :text_range, as: 'textRange', class: Google::Apis::SlidesV1::Range, decorator: Google::Apis::SlidesV1::Range::Representation
2136
+
2137
+ end
2138
+ end
2139
+
2140
+ class UpdateShapePropertiesRequest
2141
+ # @private
2142
+ class Representation < Google::Apis::Core::JsonRepresentation
2143
+ property :fields, as: 'fields'
2144
+ property :object_id_prop, as: 'objectId'
2145
+ property :shape_properties, as: 'shapeProperties', class: Google::Apis::SlidesV1::ShapeProperties, decorator: Google::Apis::SlidesV1::ShapeProperties::Representation
2146
+
2147
+ end
2148
+ end
2149
+
2150
+ class UpdateSlidesPositionRequest
2151
+ # @private
2152
+ class Representation < Google::Apis::Core::JsonRepresentation
2153
+ property :insertion_index, as: 'insertionIndex'
2154
+ collection :slide_object_ids, as: 'slideObjectIds'
2155
+ end
2156
+ end
2157
+
2158
+ class UpdateTableBorderPropertiesRequest
2159
+ # @private
2160
+ class Representation < Google::Apis::Core::JsonRepresentation
2161
+ property :border_position, as: 'borderPosition'
2162
+ property :fields, as: 'fields'
2163
+ property :object_id_prop, as: 'objectId'
2164
+ property :table_border_properties, as: 'tableBorderProperties', class: Google::Apis::SlidesV1::TableBorderProperties, decorator: Google::Apis::SlidesV1::TableBorderProperties::Representation
2165
+
2166
+ property :table_range, as: 'tableRange', class: Google::Apis::SlidesV1::TableRange, decorator: Google::Apis::SlidesV1::TableRange::Representation
2167
+
2168
+ end
2169
+ end
2170
+
2171
+ class UpdateTableCellPropertiesRequest
2172
+ # @private
2173
+ class Representation < Google::Apis::Core::JsonRepresentation
2174
+ property :fields, as: 'fields'
2175
+ property :object_id_prop, as: 'objectId'
2176
+ property :table_cell_properties, as: 'tableCellProperties', class: Google::Apis::SlidesV1::TableCellProperties, decorator: Google::Apis::SlidesV1::TableCellProperties::Representation
2177
+
2178
+ property :table_range, as: 'tableRange', class: Google::Apis::SlidesV1::TableRange, decorator: Google::Apis::SlidesV1::TableRange::Representation
2179
+
2180
+ end
2181
+ end
2182
+
2183
+ class UpdateTableColumnPropertiesRequest
2184
+ # @private
2185
+ class Representation < Google::Apis::Core::JsonRepresentation
2186
+ collection :column_indices, as: 'columnIndices'
2187
+ property :fields, as: 'fields'
2188
+ property :object_id_prop, as: 'objectId'
2189
+ property :table_column_properties, as: 'tableColumnProperties', class: Google::Apis::SlidesV1::TableColumnProperties, decorator: Google::Apis::SlidesV1::TableColumnProperties::Representation
2190
+
2191
+ end
2192
+ end
2193
+
2194
+ class UpdateTableRowPropertiesRequest
2195
+ # @private
2196
+ class Representation < Google::Apis::Core::JsonRepresentation
2197
+ property :fields, as: 'fields'
2198
+ property :object_id_prop, as: 'objectId'
2199
+ collection :row_indices, as: 'rowIndices'
2200
+ property :table_row_properties, as: 'tableRowProperties', class: Google::Apis::SlidesV1::TableRowProperties, decorator: Google::Apis::SlidesV1::TableRowProperties::Representation
2201
+
2202
+ end
2203
+ end
2204
+
2205
+ class UpdateTextStyleRequest
2206
+ # @private
2207
+ class Representation < Google::Apis::Core::JsonRepresentation
2208
+ property :cell_location, as: 'cellLocation', class: Google::Apis::SlidesV1::TableCellLocation, decorator: Google::Apis::SlidesV1::TableCellLocation::Representation
2209
+
2210
+ property :fields, as: 'fields'
2211
+ property :object_id_prop, as: 'objectId'
2212
+ property :style, as: 'style', class: Google::Apis::SlidesV1::TextStyle, decorator: Google::Apis::SlidesV1::TextStyle::Representation
2213
+
2214
+ property :text_range, as: 'textRange', class: Google::Apis::SlidesV1::Range, decorator: Google::Apis::SlidesV1::Range::Representation
2215
+
2216
+ end
2217
+ end
2218
+
2219
+ class UpdateVideoPropertiesRequest
2220
+ # @private
2221
+ class Representation < Google::Apis::Core::JsonRepresentation
2222
+ property :fields, as: 'fields'
2223
+ property :object_id_prop, as: 'objectId'
2224
+ property :video_properties, as: 'videoProperties', class: Google::Apis::SlidesV1::VideoProperties, decorator: Google::Apis::SlidesV1::VideoProperties::Representation
2225
+
2226
+ end
2227
+ end
2228
+
2229
+ class Video
2230
+ # @private
2231
+ class Representation < Google::Apis::Core::JsonRepresentation
2232
+ property :id, as: 'id'
2233
+ property :source, as: 'source'
2234
+ property :url, as: 'url'
2235
+ property :video_properties, as: 'videoProperties', class: Google::Apis::SlidesV1::VideoProperties, decorator: Google::Apis::SlidesV1::VideoProperties::Representation
2236
+
2237
+ end
2238
+ end
2239
+
2240
+ class VideoProperties
2241
+ # @private
2242
+ class Representation < Google::Apis::Core::JsonRepresentation
2243
+ property :auto_play, as: 'autoPlay'
2244
+ property :end, as: 'end'
2245
+ property :mute, as: 'mute'
2246
+ property :outline, as: 'outline', class: Google::Apis::SlidesV1::Outline, decorator: Google::Apis::SlidesV1::Outline::Representation
2247
+
2248
+ property :start, as: 'start'
2249
+ end
2250
+ end
2251
+
2252
+ class WeightedFontFamily
2253
+ # @private
2254
+ class Representation < Google::Apis::Core::JsonRepresentation
2255
+ property :font_family, as: 'fontFamily'
2256
+ property :weight, as: 'weight'
2257
+ end
2258
+ end
2259
+
2260
+ class WordArt
2261
+ # @private
2262
+ class Representation < Google::Apis::Core::JsonRepresentation
2263
+ property :rendered_text, as: 'renderedText'
2264
+ end
2265
+ end
2266
+
2267
+ class WriteControl
2268
+ # @private
2269
+ class Representation < Google::Apis::Core::JsonRepresentation
2270
+ property :required_revision_id, as: 'requiredRevisionId'
2271
+ end
2272
+ end
2273
+ end
2274
+ end
2275
+ end