google-apis-docs_v1 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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 DocsV1
18
+ # Version of the google-apis-docs_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 = "20200803"
26
+ end
27
+ end
28
+ end
@@ -0,0 +1,2619 @@
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 DocsV1
24
+
25
+ class AutoText
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class Background
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
37
+ class BackgroundSuggestionState
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
43
+ class BatchUpdateDocumentRequest
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
49
+ class BatchUpdateDocumentResponse
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
55
+ class Body
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class Bullet
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class BulletSuggestionState
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class Color
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
79
+ class ColumnBreak
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
85
+ class CreateFooterRequest
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
91
+ class CreateFooterResponse
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
97
+ class CreateFootnoteRequest
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
103
+ class CreateFootnoteResponse
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class CreateHeaderRequest
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
115
+ class CreateHeaderResponse
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
121
+ class CreateNamedRangeRequest
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
127
+ class CreateNamedRangeResponse
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
133
+ class CreateParagraphBulletsRequest
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
139
+ class CropProperties
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class CropPropertiesSuggestionState
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
151
+ class DeleteContentRangeRequest
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
157
+ class DeleteFooterRequest
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
163
+ class DeleteHeaderRequest
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
169
+ class DeleteNamedRangeRequest
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
175
+ class DeleteParagraphBulletsRequest
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class DeletePositionedObjectRequest
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
187
+ class DeleteTableColumnRequest
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
193
+ class DeleteTableRowRequest
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
199
+ class Dimension
200
+ class Representation < Google::Apis::Core::JsonRepresentation; end
201
+
202
+ include Google::Apis::Core::JsonObjectSupport
203
+ end
204
+
205
+ class Document
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
211
+ class DocumentStyle
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
217
+ class DocumentStyleSuggestionState
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
223
+ class EmbeddedDrawingProperties
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
229
+ class EmbeddedDrawingPropertiesSuggestionState
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
235
+ class EmbeddedObject
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
241
+ class EmbeddedObjectBorder
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
247
+ class EmbeddedObjectBorderSuggestionState
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
253
+ class EmbeddedObjectSuggestionState
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
259
+ class EndOfSegmentLocation
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
265
+ class Equation
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ include Google::Apis::Core::JsonObjectSupport
269
+ end
270
+
271
+ class Footer
272
+ class Representation < Google::Apis::Core::JsonRepresentation; end
273
+
274
+ include Google::Apis::Core::JsonObjectSupport
275
+ end
276
+
277
+ class Footnote
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
283
+ class FootnoteReference
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
289
+ class Header
290
+ class Representation < Google::Apis::Core::JsonRepresentation; end
291
+
292
+ include Google::Apis::Core::JsonObjectSupport
293
+ end
294
+
295
+ class HorizontalRule
296
+ class Representation < Google::Apis::Core::JsonRepresentation; end
297
+
298
+ include Google::Apis::Core::JsonObjectSupport
299
+ end
300
+
301
+ class ImageProperties
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
307
+ class ImagePropertiesSuggestionState
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+
310
+ include Google::Apis::Core::JsonObjectSupport
311
+ end
312
+
313
+ class InlineObject
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
319
+ class InlineObjectElement
320
+ class Representation < Google::Apis::Core::JsonRepresentation; end
321
+
322
+ include Google::Apis::Core::JsonObjectSupport
323
+ end
324
+
325
+ class InlineObjectProperties
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
331
+ class InlineObjectPropertiesSuggestionState
332
+ class Representation < Google::Apis::Core::JsonRepresentation; end
333
+
334
+ include Google::Apis::Core::JsonObjectSupport
335
+ end
336
+
337
+ class InsertInlineImageRequest
338
+ class Representation < Google::Apis::Core::JsonRepresentation; end
339
+
340
+ include Google::Apis::Core::JsonObjectSupport
341
+ end
342
+
343
+ class InsertInlineImageResponse
344
+ class Representation < Google::Apis::Core::JsonRepresentation; end
345
+
346
+ include Google::Apis::Core::JsonObjectSupport
347
+ end
348
+
349
+ class InsertInlineSheetsChartResponse
350
+ class Representation < Google::Apis::Core::JsonRepresentation; end
351
+
352
+ include Google::Apis::Core::JsonObjectSupport
353
+ end
354
+
355
+ class InsertPageBreakRequest
356
+ class Representation < Google::Apis::Core::JsonRepresentation; end
357
+
358
+ include Google::Apis::Core::JsonObjectSupport
359
+ end
360
+
361
+ class InsertSectionBreakRequest
362
+ class Representation < Google::Apis::Core::JsonRepresentation; end
363
+
364
+ include Google::Apis::Core::JsonObjectSupport
365
+ end
366
+
367
+ class InsertTableColumnRequest
368
+ class Representation < Google::Apis::Core::JsonRepresentation; end
369
+
370
+ include Google::Apis::Core::JsonObjectSupport
371
+ end
372
+
373
+ class InsertTableRequest
374
+ class Representation < Google::Apis::Core::JsonRepresentation; end
375
+
376
+ include Google::Apis::Core::JsonObjectSupport
377
+ end
378
+
379
+ class InsertTableRowRequest
380
+ class Representation < Google::Apis::Core::JsonRepresentation; end
381
+
382
+ include Google::Apis::Core::JsonObjectSupport
383
+ end
384
+
385
+ class InsertTextRequest
386
+ class Representation < Google::Apis::Core::JsonRepresentation; end
387
+
388
+ include Google::Apis::Core::JsonObjectSupport
389
+ end
390
+
391
+ class Link
392
+ class Representation < Google::Apis::Core::JsonRepresentation; end
393
+
394
+ include Google::Apis::Core::JsonObjectSupport
395
+ end
396
+
397
+ class LinkedContentReference
398
+ class Representation < Google::Apis::Core::JsonRepresentation; end
399
+
400
+ include Google::Apis::Core::JsonObjectSupport
401
+ end
402
+
403
+ class LinkedContentReferenceSuggestionState
404
+ class Representation < Google::Apis::Core::JsonRepresentation; end
405
+
406
+ include Google::Apis::Core::JsonObjectSupport
407
+ end
408
+
409
+ class List
410
+ class Representation < Google::Apis::Core::JsonRepresentation; end
411
+
412
+ include Google::Apis::Core::JsonObjectSupport
413
+ end
414
+
415
+ class ListProperties
416
+ class Representation < Google::Apis::Core::JsonRepresentation; end
417
+
418
+ include Google::Apis::Core::JsonObjectSupport
419
+ end
420
+
421
+ class ListPropertiesSuggestionState
422
+ class Representation < Google::Apis::Core::JsonRepresentation; end
423
+
424
+ include Google::Apis::Core::JsonObjectSupport
425
+ end
426
+
427
+ class Location
428
+ class Representation < Google::Apis::Core::JsonRepresentation; end
429
+
430
+ include Google::Apis::Core::JsonObjectSupport
431
+ end
432
+
433
+ class MergeTableCellsRequest
434
+ class Representation < Google::Apis::Core::JsonRepresentation; end
435
+
436
+ include Google::Apis::Core::JsonObjectSupport
437
+ end
438
+
439
+ class NamedRange
440
+ class Representation < Google::Apis::Core::JsonRepresentation; end
441
+
442
+ include Google::Apis::Core::JsonObjectSupport
443
+ end
444
+
445
+ class NamedRanges
446
+ class Representation < Google::Apis::Core::JsonRepresentation; end
447
+
448
+ include Google::Apis::Core::JsonObjectSupport
449
+ end
450
+
451
+ class NamedStyle
452
+ class Representation < Google::Apis::Core::JsonRepresentation; end
453
+
454
+ include Google::Apis::Core::JsonObjectSupport
455
+ end
456
+
457
+ class NamedStyleSuggestionState
458
+ class Representation < Google::Apis::Core::JsonRepresentation; end
459
+
460
+ include Google::Apis::Core::JsonObjectSupport
461
+ end
462
+
463
+ class NamedStyles
464
+ class Representation < Google::Apis::Core::JsonRepresentation; end
465
+
466
+ include Google::Apis::Core::JsonObjectSupport
467
+ end
468
+
469
+ class NamedStylesSuggestionState
470
+ class Representation < Google::Apis::Core::JsonRepresentation; end
471
+
472
+ include Google::Apis::Core::JsonObjectSupport
473
+ end
474
+
475
+ class NestingLevel
476
+ class Representation < Google::Apis::Core::JsonRepresentation; end
477
+
478
+ include Google::Apis::Core::JsonObjectSupport
479
+ end
480
+
481
+ class NestingLevelSuggestionState
482
+ class Representation < Google::Apis::Core::JsonRepresentation; end
483
+
484
+ include Google::Apis::Core::JsonObjectSupport
485
+ end
486
+
487
+ class ObjectReferences
488
+ class Representation < Google::Apis::Core::JsonRepresentation; end
489
+
490
+ include Google::Apis::Core::JsonObjectSupport
491
+ end
492
+
493
+ class OptionalColor
494
+ class Representation < Google::Apis::Core::JsonRepresentation; end
495
+
496
+ include Google::Apis::Core::JsonObjectSupport
497
+ end
498
+
499
+ class PageBreak
500
+ class Representation < Google::Apis::Core::JsonRepresentation; end
501
+
502
+ include Google::Apis::Core::JsonObjectSupport
503
+ end
504
+
505
+ class Paragraph
506
+ class Representation < Google::Apis::Core::JsonRepresentation; end
507
+
508
+ include Google::Apis::Core::JsonObjectSupport
509
+ end
510
+
511
+ class ParagraphBorder
512
+ class Representation < Google::Apis::Core::JsonRepresentation; end
513
+
514
+ include Google::Apis::Core::JsonObjectSupport
515
+ end
516
+
517
+ class ParagraphElement
518
+ class Representation < Google::Apis::Core::JsonRepresentation; end
519
+
520
+ include Google::Apis::Core::JsonObjectSupport
521
+ end
522
+
523
+ class ParagraphStyle
524
+ class Representation < Google::Apis::Core::JsonRepresentation; end
525
+
526
+ include Google::Apis::Core::JsonObjectSupport
527
+ end
528
+
529
+ class ParagraphStyleSuggestionState
530
+ class Representation < Google::Apis::Core::JsonRepresentation; end
531
+
532
+ include Google::Apis::Core::JsonObjectSupport
533
+ end
534
+
535
+ class PositionedObject
536
+ class Representation < Google::Apis::Core::JsonRepresentation; end
537
+
538
+ include Google::Apis::Core::JsonObjectSupport
539
+ end
540
+
541
+ class PositionedObjectPositioning
542
+ class Representation < Google::Apis::Core::JsonRepresentation; end
543
+
544
+ include Google::Apis::Core::JsonObjectSupport
545
+ end
546
+
547
+ class PositionedObjectPositioningSuggestionState
548
+ class Representation < Google::Apis::Core::JsonRepresentation; end
549
+
550
+ include Google::Apis::Core::JsonObjectSupport
551
+ end
552
+
553
+ class PositionedObjectProperties
554
+ class Representation < Google::Apis::Core::JsonRepresentation; end
555
+
556
+ include Google::Apis::Core::JsonObjectSupport
557
+ end
558
+
559
+ class PositionedObjectPropertiesSuggestionState
560
+ class Representation < Google::Apis::Core::JsonRepresentation; end
561
+
562
+ include Google::Apis::Core::JsonObjectSupport
563
+ end
564
+
565
+ class Range
566
+ class Representation < Google::Apis::Core::JsonRepresentation; end
567
+
568
+ include Google::Apis::Core::JsonObjectSupport
569
+ end
570
+
571
+ class ReplaceAllTextRequest
572
+ class Representation < Google::Apis::Core::JsonRepresentation; end
573
+
574
+ include Google::Apis::Core::JsonObjectSupport
575
+ end
576
+
577
+ class ReplaceAllTextResponse
578
+ class Representation < Google::Apis::Core::JsonRepresentation; end
579
+
580
+ include Google::Apis::Core::JsonObjectSupport
581
+ end
582
+
583
+ class ReplaceImageRequest
584
+ class Representation < Google::Apis::Core::JsonRepresentation; end
585
+
586
+ include Google::Apis::Core::JsonObjectSupport
587
+ end
588
+
589
+ class ReplaceNamedRangeContentRequest
590
+ class Representation < Google::Apis::Core::JsonRepresentation; end
591
+
592
+ include Google::Apis::Core::JsonObjectSupport
593
+ end
594
+
595
+ class Request
596
+ class Representation < Google::Apis::Core::JsonRepresentation; end
597
+
598
+ include Google::Apis::Core::JsonObjectSupport
599
+ end
600
+
601
+ class Response
602
+ class Representation < Google::Apis::Core::JsonRepresentation; end
603
+
604
+ include Google::Apis::Core::JsonObjectSupport
605
+ end
606
+
607
+ class RgbColor
608
+ class Representation < Google::Apis::Core::JsonRepresentation; end
609
+
610
+ include Google::Apis::Core::JsonObjectSupport
611
+ end
612
+
613
+ class SectionBreak
614
+ class Representation < Google::Apis::Core::JsonRepresentation; end
615
+
616
+ include Google::Apis::Core::JsonObjectSupport
617
+ end
618
+
619
+ class SectionColumnProperties
620
+ class Representation < Google::Apis::Core::JsonRepresentation; end
621
+
622
+ include Google::Apis::Core::JsonObjectSupport
623
+ end
624
+
625
+ class SectionStyle
626
+ class Representation < Google::Apis::Core::JsonRepresentation; end
627
+
628
+ include Google::Apis::Core::JsonObjectSupport
629
+ end
630
+
631
+ class Shading
632
+ class Representation < Google::Apis::Core::JsonRepresentation; end
633
+
634
+ include Google::Apis::Core::JsonObjectSupport
635
+ end
636
+
637
+ class ShadingSuggestionState
638
+ class Representation < Google::Apis::Core::JsonRepresentation; end
639
+
640
+ include Google::Apis::Core::JsonObjectSupport
641
+ end
642
+
643
+ class SheetsChartReference
644
+ class Representation < Google::Apis::Core::JsonRepresentation; end
645
+
646
+ include Google::Apis::Core::JsonObjectSupport
647
+ end
648
+
649
+ class SheetsChartReferenceSuggestionState
650
+ class Representation < Google::Apis::Core::JsonRepresentation; end
651
+
652
+ include Google::Apis::Core::JsonObjectSupport
653
+ end
654
+
655
+ class Size
656
+ class Representation < Google::Apis::Core::JsonRepresentation; end
657
+
658
+ include Google::Apis::Core::JsonObjectSupport
659
+ end
660
+
661
+ class SizeSuggestionState
662
+ class Representation < Google::Apis::Core::JsonRepresentation; end
663
+
664
+ include Google::Apis::Core::JsonObjectSupport
665
+ end
666
+
667
+ class StructuralElement
668
+ class Representation < Google::Apis::Core::JsonRepresentation; end
669
+
670
+ include Google::Apis::Core::JsonObjectSupport
671
+ end
672
+
673
+ class SubstringMatchCriteria
674
+ class Representation < Google::Apis::Core::JsonRepresentation; end
675
+
676
+ include Google::Apis::Core::JsonObjectSupport
677
+ end
678
+
679
+ class SuggestedBullet
680
+ class Representation < Google::Apis::Core::JsonRepresentation; end
681
+
682
+ include Google::Apis::Core::JsonObjectSupport
683
+ end
684
+
685
+ class SuggestedDocumentStyle
686
+ class Representation < Google::Apis::Core::JsonRepresentation; end
687
+
688
+ include Google::Apis::Core::JsonObjectSupport
689
+ end
690
+
691
+ class SuggestedInlineObjectProperties
692
+ class Representation < Google::Apis::Core::JsonRepresentation; end
693
+
694
+ include Google::Apis::Core::JsonObjectSupport
695
+ end
696
+
697
+ class SuggestedListProperties
698
+ class Representation < Google::Apis::Core::JsonRepresentation; end
699
+
700
+ include Google::Apis::Core::JsonObjectSupport
701
+ end
702
+
703
+ class SuggestedNamedStyles
704
+ class Representation < Google::Apis::Core::JsonRepresentation; end
705
+
706
+ include Google::Apis::Core::JsonObjectSupport
707
+ end
708
+
709
+ class SuggestedParagraphStyle
710
+ class Representation < Google::Apis::Core::JsonRepresentation; end
711
+
712
+ include Google::Apis::Core::JsonObjectSupport
713
+ end
714
+
715
+ class SuggestedPositionedObjectProperties
716
+ class Representation < Google::Apis::Core::JsonRepresentation; end
717
+
718
+ include Google::Apis::Core::JsonObjectSupport
719
+ end
720
+
721
+ class SuggestedTableCellStyle
722
+ class Representation < Google::Apis::Core::JsonRepresentation; end
723
+
724
+ include Google::Apis::Core::JsonObjectSupport
725
+ end
726
+
727
+ class SuggestedTableRowStyle
728
+ class Representation < Google::Apis::Core::JsonRepresentation; end
729
+
730
+ include Google::Apis::Core::JsonObjectSupport
731
+ end
732
+
733
+ class SuggestedTextStyle
734
+ class Representation < Google::Apis::Core::JsonRepresentation; end
735
+
736
+ include Google::Apis::Core::JsonObjectSupport
737
+ end
738
+
739
+ class TabStop
740
+ class Representation < Google::Apis::Core::JsonRepresentation; end
741
+
742
+ include Google::Apis::Core::JsonObjectSupport
743
+ end
744
+
745
+ class Table
746
+ class Representation < Google::Apis::Core::JsonRepresentation; end
747
+
748
+ include Google::Apis::Core::JsonObjectSupport
749
+ end
750
+
751
+ class TableCell
752
+ class Representation < Google::Apis::Core::JsonRepresentation; end
753
+
754
+ include Google::Apis::Core::JsonObjectSupport
755
+ end
756
+
757
+ class TableCellBorder
758
+ class Representation < Google::Apis::Core::JsonRepresentation; end
759
+
760
+ include Google::Apis::Core::JsonObjectSupport
761
+ end
762
+
763
+ class TableCellLocation
764
+ class Representation < Google::Apis::Core::JsonRepresentation; end
765
+
766
+ include Google::Apis::Core::JsonObjectSupport
767
+ end
768
+
769
+ class TableCellStyle
770
+ class Representation < Google::Apis::Core::JsonRepresentation; end
771
+
772
+ include Google::Apis::Core::JsonObjectSupport
773
+ end
774
+
775
+ class TableCellStyleSuggestionState
776
+ class Representation < Google::Apis::Core::JsonRepresentation; end
777
+
778
+ include Google::Apis::Core::JsonObjectSupport
779
+ end
780
+
781
+ class TableColumnProperties
782
+ class Representation < Google::Apis::Core::JsonRepresentation; end
783
+
784
+ include Google::Apis::Core::JsonObjectSupport
785
+ end
786
+
787
+ class TableOfContents
788
+ class Representation < Google::Apis::Core::JsonRepresentation; end
789
+
790
+ include Google::Apis::Core::JsonObjectSupport
791
+ end
792
+
793
+ class TableRange
794
+ class Representation < Google::Apis::Core::JsonRepresentation; end
795
+
796
+ include Google::Apis::Core::JsonObjectSupport
797
+ end
798
+
799
+ class TableRow
800
+ class Representation < Google::Apis::Core::JsonRepresentation; end
801
+
802
+ include Google::Apis::Core::JsonObjectSupport
803
+ end
804
+
805
+ class TableRowStyle
806
+ class Representation < Google::Apis::Core::JsonRepresentation; end
807
+
808
+ include Google::Apis::Core::JsonObjectSupport
809
+ end
810
+
811
+ class TableRowStyleSuggestionState
812
+ class Representation < Google::Apis::Core::JsonRepresentation; end
813
+
814
+ include Google::Apis::Core::JsonObjectSupport
815
+ end
816
+
817
+ class TableStyle
818
+ class Representation < Google::Apis::Core::JsonRepresentation; end
819
+
820
+ include Google::Apis::Core::JsonObjectSupport
821
+ end
822
+
823
+ class TextRun
824
+ class Representation < Google::Apis::Core::JsonRepresentation; end
825
+
826
+ include Google::Apis::Core::JsonObjectSupport
827
+ end
828
+
829
+ class TextStyle
830
+ class Representation < Google::Apis::Core::JsonRepresentation; end
831
+
832
+ include Google::Apis::Core::JsonObjectSupport
833
+ end
834
+
835
+ class TextStyleSuggestionState
836
+ class Representation < Google::Apis::Core::JsonRepresentation; end
837
+
838
+ include Google::Apis::Core::JsonObjectSupport
839
+ end
840
+
841
+ class UnmergeTableCellsRequest
842
+ class Representation < Google::Apis::Core::JsonRepresentation; end
843
+
844
+ include Google::Apis::Core::JsonObjectSupport
845
+ end
846
+
847
+ class UpdateDocumentStyleRequest
848
+ class Representation < Google::Apis::Core::JsonRepresentation; end
849
+
850
+ include Google::Apis::Core::JsonObjectSupport
851
+ end
852
+
853
+ class UpdateParagraphStyleRequest
854
+ class Representation < Google::Apis::Core::JsonRepresentation; end
855
+
856
+ include Google::Apis::Core::JsonObjectSupport
857
+ end
858
+
859
+ class UpdateSectionStyleRequest
860
+ class Representation < Google::Apis::Core::JsonRepresentation; end
861
+
862
+ include Google::Apis::Core::JsonObjectSupport
863
+ end
864
+
865
+ class UpdateTableCellStyleRequest
866
+ class Representation < Google::Apis::Core::JsonRepresentation; end
867
+
868
+ include Google::Apis::Core::JsonObjectSupport
869
+ end
870
+
871
+ class UpdateTableColumnPropertiesRequest
872
+ class Representation < Google::Apis::Core::JsonRepresentation; end
873
+
874
+ include Google::Apis::Core::JsonObjectSupport
875
+ end
876
+
877
+ class UpdateTableRowStyleRequest
878
+ class Representation < Google::Apis::Core::JsonRepresentation; end
879
+
880
+ include Google::Apis::Core::JsonObjectSupport
881
+ end
882
+
883
+ class UpdateTextStyleRequest
884
+ class Representation < Google::Apis::Core::JsonRepresentation; end
885
+
886
+ include Google::Apis::Core::JsonObjectSupport
887
+ end
888
+
889
+ class WeightedFontFamily
890
+ class Representation < Google::Apis::Core::JsonRepresentation; end
891
+
892
+ include Google::Apis::Core::JsonObjectSupport
893
+ end
894
+
895
+ class WriteControl
896
+ class Representation < Google::Apis::Core::JsonRepresentation; end
897
+
898
+ include Google::Apis::Core::JsonObjectSupport
899
+ end
900
+
901
+ class AutoText
902
+ # @private
903
+ class Representation < Google::Apis::Core::JsonRepresentation
904
+ collection :suggested_deletion_ids, as: 'suggestedDeletionIds'
905
+ collection :suggested_insertion_ids, as: 'suggestedInsertionIds'
906
+ hash :suggested_text_style_changes, as: 'suggestedTextStyleChanges', class: Google::Apis::DocsV1::SuggestedTextStyle, decorator: Google::Apis::DocsV1::SuggestedTextStyle::Representation
907
+
908
+ property :text_style, as: 'textStyle', class: Google::Apis::DocsV1::TextStyle, decorator: Google::Apis::DocsV1::TextStyle::Representation
909
+
910
+ property :type, as: 'type'
911
+ end
912
+ end
913
+
914
+ class Background
915
+ # @private
916
+ class Representation < Google::Apis::Core::JsonRepresentation
917
+ property :color, as: 'color', class: Google::Apis::DocsV1::OptionalColor, decorator: Google::Apis::DocsV1::OptionalColor::Representation
918
+
919
+ end
920
+ end
921
+
922
+ class BackgroundSuggestionState
923
+ # @private
924
+ class Representation < Google::Apis::Core::JsonRepresentation
925
+ property :background_color_suggested, as: 'backgroundColorSuggested'
926
+ end
927
+ end
928
+
929
+ class BatchUpdateDocumentRequest
930
+ # @private
931
+ class Representation < Google::Apis::Core::JsonRepresentation
932
+ collection :requests, as: 'requests', class: Google::Apis::DocsV1::Request, decorator: Google::Apis::DocsV1::Request::Representation
933
+
934
+ property :write_control, as: 'writeControl', class: Google::Apis::DocsV1::WriteControl, decorator: Google::Apis::DocsV1::WriteControl::Representation
935
+
936
+ end
937
+ end
938
+
939
+ class BatchUpdateDocumentResponse
940
+ # @private
941
+ class Representation < Google::Apis::Core::JsonRepresentation
942
+ property :document_id, as: 'documentId'
943
+ collection :replies, as: 'replies', class: Google::Apis::DocsV1::Response, decorator: Google::Apis::DocsV1::Response::Representation
944
+
945
+ property :write_control, as: 'writeControl', class: Google::Apis::DocsV1::WriteControl, decorator: Google::Apis::DocsV1::WriteControl::Representation
946
+
947
+ end
948
+ end
949
+
950
+ class Body
951
+ # @private
952
+ class Representation < Google::Apis::Core::JsonRepresentation
953
+ collection :content, as: 'content', class: Google::Apis::DocsV1::StructuralElement, decorator: Google::Apis::DocsV1::StructuralElement::Representation
954
+
955
+ end
956
+ end
957
+
958
+ class Bullet
959
+ # @private
960
+ class Representation < Google::Apis::Core::JsonRepresentation
961
+ property :list_id, as: 'listId'
962
+ property :nesting_level, as: 'nestingLevel'
963
+ property :text_style, as: 'textStyle', class: Google::Apis::DocsV1::TextStyle, decorator: Google::Apis::DocsV1::TextStyle::Representation
964
+
965
+ end
966
+ end
967
+
968
+ class BulletSuggestionState
969
+ # @private
970
+ class Representation < Google::Apis::Core::JsonRepresentation
971
+ property :list_id_suggested, as: 'listIdSuggested'
972
+ property :nesting_level_suggested, as: 'nestingLevelSuggested'
973
+ property :text_style_suggestion_state, as: 'textStyleSuggestionState', class: Google::Apis::DocsV1::TextStyleSuggestionState, decorator: Google::Apis::DocsV1::TextStyleSuggestionState::Representation
974
+
975
+ end
976
+ end
977
+
978
+ class Color
979
+ # @private
980
+ class Representation < Google::Apis::Core::JsonRepresentation
981
+ property :rgb_color, as: 'rgbColor', class: Google::Apis::DocsV1::RgbColor, decorator: Google::Apis::DocsV1::RgbColor::Representation
982
+
983
+ end
984
+ end
985
+
986
+ class ColumnBreak
987
+ # @private
988
+ class Representation < Google::Apis::Core::JsonRepresentation
989
+ collection :suggested_deletion_ids, as: 'suggestedDeletionIds'
990
+ collection :suggested_insertion_ids, as: 'suggestedInsertionIds'
991
+ hash :suggested_text_style_changes, as: 'suggestedTextStyleChanges', class: Google::Apis::DocsV1::SuggestedTextStyle, decorator: Google::Apis::DocsV1::SuggestedTextStyle::Representation
992
+
993
+ property :text_style, as: 'textStyle', class: Google::Apis::DocsV1::TextStyle, decorator: Google::Apis::DocsV1::TextStyle::Representation
994
+
995
+ end
996
+ end
997
+
998
+ class CreateFooterRequest
999
+ # @private
1000
+ class Representation < Google::Apis::Core::JsonRepresentation
1001
+ property :section_break_location, as: 'sectionBreakLocation', class: Google::Apis::DocsV1::Location, decorator: Google::Apis::DocsV1::Location::Representation
1002
+
1003
+ property :type, as: 'type'
1004
+ end
1005
+ end
1006
+
1007
+ class CreateFooterResponse
1008
+ # @private
1009
+ class Representation < Google::Apis::Core::JsonRepresentation
1010
+ property :footer_id, as: 'footerId'
1011
+ end
1012
+ end
1013
+
1014
+ class CreateFootnoteRequest
1015
+ # @private
1016
+ class Representation < Google::Apis::Core::JsonRepresentation
1017
+ property :end_of_segment_location, as: 'endOfSegmentLocation', class: Google::Apis::DocsV1::EndOfSegmentLocation, decorator: Google::Apis::DocsV1::EndOfSegmentLocation::Representation
1018
+
1019
+ property :location, as: 'location', class: Google::Apis::DocsV1::Location, decorator: Google::Apis::DocsV1::Location::Representation
1020
+
1021
+ end
1022
+ end
1023
+
1024
+ class CreateFootnoteResponse
1025
+ # @private
1026
+ class Representation < Google::Apis::Core::JsonRepresentation
1027
+ property :footnote_id, as: 'footnoteId'
1028
+ end
1029
+ end
1030
+
1031
+ class CreateHeaderRequest
1032
+ # @private
1033
+ class Representation < Google::Apis::Core::JsonRepresentation
1034
+ property :section_break_location, as: 'sectionBreakLocation', class: Google::Apis::DocsV1::Location, decorator: Google::Apis::DocsV1::Location::Representation
1035
+
1036
+ property :type, as: 'type'
1037
+ end
1038
+ end
1039
+
1040
+ class CreateHeaderResponse
1041
+ # @private
1042
+ class Representation < Google::Apis::Core::JsonRepresentation
1043
+ property :header_id, as: 'headerId'
1044
+ end
1045
+ end
1046
+
1047
+ class CreateNamedRangeRequest
1048
+ # @private
1049
+ class Representation < Google::Apis::Core::JsonRepresentation
1050
+ property :name, as: 'name'
1051
+ property :range, as: 'range', class: Google::Apis::DocsV1::Range, decorator: Google::Apis::DocsV1::Range::Representation
1052
+
1053
+ end
1054
+ end
1055
+
1056
+ class CreateNamedRangeResponse
1057
+ # @private
1058
+ class Representation < Google::Apis::Core::JsonRepresentation
1059
+ property :named_range_id, as: 'namedRangeId'
1060
+ end
1061
+ end
1062
+
1063
+ class CreateParagraphBulletsRequest
1064
+ # @private
1065
+ class Representation < Google::Apis::Core::JsonRepresentation
1066
+ property :bullet_preset, as: 'bulletPreset'
1067
+ property :range, as: 'range', class: Google::Apis::DocsV1::Range, decorator: Google::Apis::DocsV1::Range::Representation
1068
+
1069
+ end
1070
+ end
1071
+
1072
+ class CropProperties
1073
+ # @private
1074
+ class Representation < Google::Apis::Core::JsonRepresentation
1075
+ property :angle, as: 'angle'
1076
+ property :offset_bottom, as: 'offsetBottom'
1077
+ property :offset_left, as: 'offsetLeft'
1078
+ property :offset_right, as: 'offsetRight'
1079
+ property :offset_top, as: 'offsetTop'
1080
+ end
1081
+ end
1082
+
1083
+ class CropPropertiesSuggestionState
1084
+ # @private
1085
+ class Representation < Google::Apis::Core::JsonRepresentation
1086
+ property :angle_suggested, as: 'angleSuggested'
1087
+ property :offset_bottom_suggested, as: 'offsetBottomSuggested'
1088
+ property :offset_left_suggested, as: 'offsetLeftSuggested'
1089
+ property :offset_right_suggested, as: 'offsetRightSuggested'
1090
+ property :offset_top_suggested, as: 'offsetTopSuggested'
1091
+ end
1092
+ end
1093
+
1094
+ class DeleteContentRangeRequest
1095
+ # @private
1096
+ class Representation < Google::Apis::Core::JsonRepresentation
1097
+ property :range, as: 'range', class: Google::Apis::DocsV1::Range, decorator: Google::Apis::DocsV1::Range::Representation
1098
+
1099
+ end
1100
+ end
1101
+
1102
+ class DeleteFooterRequest
1103
+ # @private
1104
+ class Representation < Google::Apis::Core::JsonRepresentation
1105
+ property :footer_id, as: 'footerId'
1106
+ end
1107
+ end
1108
+
1109
+ class DeleteHeaderRequest
1110
+ # @private
1111
+ class Representation < Google::Apis::Core::JsonRepresentation
1112
+ property :header_id, as: 'headerId'
1113
+ end
1114
+ end
1115
+
1116
+ class DeleteNamedRangeRequest
1117
+ # @private
1118
+ class Representation < Google::Apis::Core::JsonRepresentation
1119
+ property :name, as: 'name'
1120
+ property :named_range_id, as: 'namedRangeId'
1121
+ end
1122
+ end
1123
+
1124
+ class DeleteParagraphBulletsRequest
1125
+ # @private
1126
+ class Representation < Google::Apis::Core::JsonRepresentation
1127
+ property :range, as: 'range', class: Google::Apis::DocsV1::Range, decorator: Google::Apis::DocsV1::Range::Representation
1128
+
1129
+ end
1130
+ end
1131
+
1132
+ class DeletePositionedObjectRequest
1133
+ # @private
1134
+ class Representation < Google::Apis::Core::JsonRepresentation
1135
+ property :object_id_prop, as: 'objectId'
1136
+ end
1137
+ end
1138
+
1139
+ class DeleteTableColumnRequest
1140
+ # @private
1141
+ class Representation < Google::Apis::Core::JsonRepresentation
1142
+ property :table_cell_location, as: 'tableCellLocation', class: Google::Apis::DocsV1::TableCellLocation, decorator: Google::Apis::DocsV1::TableCellLocation::Representation
1143
+
1144
+ end
1145
+ end
1146
+
1147
+ class DeleteTableRowRequest
1148
+ # @private
1149
+ class Representation < Google::Apis::Core::JsonRepresentation
1150
+ property :table_cell_location, as: 'tableCellLocation', class: Google::Apis::DocsV1::TableCellLocation, decorator: Google::Apis::DocsV1::TableCellLocation::Representation
1151
+
1152
+ end
1153
+ end
1154
+
1155
+ class Dimension
1156
+ # @private
1157
+ class Representation < Google::Apis::Core::JsonRepresentation
1158
+ property :magnitude, as: 'magnitude'
1159
+ property :unit, as: 'unit'
1160
+ end
1161
+ end
1162
+
1163
+ class Document
1164
+ # @private
1165
+ class Representation < Google::Apis::Core::JsonRepresentation
1166
+ property :body, as: 'body', class: Google::Apis::DocsV1::Body, decorator: Google::Apis::DocsV1::Body::Representation
1167
+
1168
+ property :document_id, as: 'documentId'
1169
+ property :document_style, as: 'documentStyle', class: Google::Apis::DocsV1::DocumentStyle, decorator: Google::Apis::DocsV1::DocumentStyle::Representation
1170
+
1171
+ hash :footers, as: 'footers', class: Google::Apis::DocsV1::Footer, decorator: Google::Apis::DocsV1::Footer::Representation
1172
+
1173
+ hash :footnotes, as: 'footnotes', class: Google::Apis::DocsV1::Footnote, decorator: Google::Apis::DocsV1::Footnote::Representation
1174
+
1175
+ hash :headers, as: 'headers', class: Google::Apis::DocsV1::Header, decorator: Google::Apis::DocsV1::Header::Representation
1176
+
1177
+ hash :inline_objects, as: 'inlineObjects', class: Google::Apis::DocsV1::InlineObject, decorator: Google::Apis::DocsV1::InlineObject::Representation
1178
+
1179
+ hash :lists, as: 'lists', class: Google::Apis::DocsV1::List, decorator: Google::Apis::DocsV1::List::Representation
1180
+
1181
+ hash :named_ranges, as: 'namedRanges', class: Google::Apis::DocsV1::NamedRanges, decorator: Google::Apis::DocsV1::NamedRanges::Representation
1182
+
1183
+ property :named_styles, as: 'namedStyles', class: Google::Apis::DocsV1::NamedStyles, decorator: Google::Apis::DocsV1::NamedStyles::Representation
1184
+
1185
+ hash :positioned_objects, as: 'positionedObjects', class: Google::Apis::DocsV1::PositionedObject, decorator: Google::Apis::DocsV1::PositionedObject::Representation
1186
+
1187
+ property :revision_id, as: 'revisionId'
1188
+ hash :suggested_document_style_changes, as: 'suggestedDocumentStyleChanges', class: Google::Apis::DocsV1::SuggestedDocumentStyle, decorator: Google::Apis::DocsV1::SuggestedDocumentStyle::Representation
1189
+
1190
+ hash :suggested_named_styles_changes, as: 'suggestedNamedStylesChanges', class: Google::Apis::DocsV1::SuggestedNamedStyles, decorator: Google::Apis::DocsV1::SuggestedNamedStyles::Representation
1191
+
1192
+ property :suggestions_view_mode, as: 'suggestionsViewMode'
1193
+ property :title, as: 'title'
1194
+ end
1195
+ end
1196
+
1197
+ class DocumentStyle
1198
+ # @private
1199
+ class Representation < Google::Apis::Core::JsonRepresentation
1200
+ property :background, as: 'background', class: Google::Apis::DocsV1::Background, decorator: Google::Apis::DocsV1::Background::Representation
1201
+
1202
+ property :default_footer_id, as: 'defaultFooterId'
1203
+ property :default_header_id, as: 'defaultHeaderId'
1204
+ property :even_page_footer_id, as: 'evenPageFooterId'
1205
+ property :even_page_header_id, as: 'evenPageHeaderId'
1206
+ property :first_page_footer_id, as: 'firstPageFooterId'
1207
+ property :first_page_header_id, as: 'firstPageHeaderId'
1208
+ property :margin_bottom, as: 'marginBottom', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
1209
+
1210
+ property :margin_footer, as: 'marginFooter', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
1211
+
1212
+ property :margin_header, as: 'marginHeader', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
1213
+
1214
+ property :margin_left, as: 'marginLeft', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
1215
+
1216
+ property :margin_right, as: 'marginRight', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
1217
+
1218
+ property :margin_top, as: 'marginTop', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
1219
+
1220
+ property :page_number_start, as: 'pageNumberStart'
1221
+ property :page_size, as: 'pageSize', class: Google::Apis::DocsV1::Size, decorator: Google::Apis::DocsV1::Size::Representation
1222
+
1223
+ property :use_custom_header_footer_margins, as: 'useCustomHeaderFooterMargins'
1224
+ property :use_even_page_header_footer, as: 'useEvenPageHeaderFooter'
1225
+ property :use_first_page_header_footer, as: 'useFirstPageHeaderFooter'
1226
+ end
1227
+ end
1228
+
1229
+ class DocumentStyleSuggestionState
1230
+ # @private
1231
+ class Representation < Google::Apis::Core::JsonRepresentation
1232
+ property :background_suggestion_state, as: 'backgroundSuggestionState', class: Google::Apis::DocsV1::BackgroundSuggestionState, decorator: Google::Apis::DocsV1::BackgroundSuggestionState::Representation
1233
+
1234
+ property :default_footer_id_suggested, as: 'defaultFooterIdSuggested'
1235
+ property :default_header_id_suggested, as: 'defaultHeaderIdSuggested'
1236
+ property :even_page_footer_id_suggested, as: 'evenPageFooterIdSuggested'
1237
+ property :even_page_header_id_suggested, as: 'evenPageHeaderIdSuggested'
1238
+ property :first_page_footer_id_suggested, as: 'firstPageFooterIdSuggested'
1239
+ property :first_page_header_id_suggested, as: 'firstPageHeaderIdSuggested'
1240
+ property :margin_bottom_suggested, as: 'marginBottomSuggested'
1241
+ property :margin_footer_suggested, as: 'marginFooterSuggested'
1242
+ property :margin_header_suggested, as: 'marginHeaderSuggested'
1243
+ property :margin_left_suggested, as: 'marginLeftSuggested'
1244
+ property :margin_right_suggested, as: 'marginRightSuggested'
1245
+ property :margin_top_suggested, as: 'marginTopSuggested'
1246
+ property :page_number_start_suggested, as: 'pageNumberStartSuggested'
1247
+ property :page_size_suggestion_state, as: 'pageSizeSuggestionState', class: Google::Apis::DocsV1::SizeSuggestionState, decorator: Google::Apis::DocsV1::SizeSuggestionState::Representation
1248
+
1249
+ property :use_custom_header_footer_margins_suggested, as: 'useCustomHeaderFooterMarginsSuggested'
1250
+ property :use_even_page_header_footer_suggested, as: 'useEvenPageHeaderFooterSuggested'
1251
+ property :use_first_page_header_footer_suggested, as: 'useFirstPageHeaderFooterSuggested'
1252
+ end
1253
+ end
1254
+
1255
+ class EmbeddedDrawingProperties
1256
+ # @private
1257
+ class Representation < Google::Apis::Core::JsonRepresentation
1258
+ end
1259
+ end
1260
+
1261
+ class EmbeddedDrawingPropertiesSuggestionState
1262
+ # @private
1263
+ class Representation < Google::Apis::Core::JsonRepresentation
1264
+ end
1265
+ end
1266
+
1267
+ class EmbeddedObject
1268
+ # @private
1269
+ class Representation < Google::Apis::Core::JsonRepresentation
1270
+ property :description, as: 'description'
1271
+ property :embedded_drawing_properties, as: 'embeddedDrawingProperties', class: Google::Apis::DocsV1::EmbeddedDrawingProperties, decorator: Google::Apis::DocsV1::EmbeddedDrawingProperties::Representation
1272
+
1273
+ property :embedded_object_border, as: 'embeddedObjectBorder', class: Google::Apis::DocsV1::EmbeddedObjectBorder, decorator: Google::Apis::DocsV1::EmbeddedObjectBorder::Representation
1274
+
1275
+ property :image_properties, as: 'imageProperties', class: Google::Apis::DocsV1::ImageProperties, decorator: Google::Apis::DocsV1::ImageProperties::Representation
1276
+
1277
+ property :linked_content_reference, as: 'linkedContentReference', class: Google::Apis::DocsV1::LinkedContentReference, decorator: Google::Apis::DocsV1::LinkedContentReference::Representation
1278
+
1279
+ property :margin_bottom, as: 'marginBottom', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
1280
+
1281
+ property :margin_left, as: 'marginLeft', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
1282
+
1283
+ property :margin_right, as: 'marginRight', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
1284
+
1285
+ property :margin_top, as: 'marginTop', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
1286
+
1287
+ property :size, as: 'size', class: Google::Apis::DocsV1::Size, decorator: Google::Apis::DocsV1::Size::Representation
1288
+
1289
+ property :title, as: 'title'
1290
+ end
1291
+ end
1292
+
1293
+ class EmbeddedObjectBorder
1294
+ # @private
1295
+ class Representation < Google::Apis::Core::JsonRepresentation
1296
+ property :color, as: 'color', class: Google::Apis::DocsV1::OptionalColor, decorator: Google::Apis::DocsV1::OptionalColor::Representation
1297
+
1298
+ property :dash_style, as: 'dashStyle'
1299
+ property :property_state, as: 'propertyState'
1300
+ property :width, as: 'width', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
1301
+
1302
+ end
1303
+ end
1304
+
1305
+ class EmbeddedObjectBorderSuggestionState
1306
+ # @private
1307
+ class Representation < Google::Apis::Core::JsonRepresentation
1308
+ property :color_suggested, as: 'colorSuggested'
1309
+ property :dash_style_suggested, as: 'dashStyleSuggested'
1310
+ property :property_state_suggested, as: 'propertyStateSuggested'
1311
+ property :width_suggested, as: 'widthSuggested'
1312
+ end
1313
+ end
1314
+
1315
+ class EmbeddedObjectSuggestionState
1316
+ # @private
1317
+ class Representation < Google::Apis::Core::JsonRepresentation
1318
+ property :description_suggested, as: 'descriptionSuggested'
1319
+ property :embedded_drawing_properties_suggestion_state, as: 'embeddedDrawingPropertiesSuggestionState', class: Google::Apis::DocsV1::EmbeddedDrawingPropertiesSuggestionState, decorator: Google::Apis::DocsV1::EmbeddedDrawingPropertiesSuggestionState::Representation
1320
+
1321
+ property :embedded_object_border_suggestion_state, as: 'embeddedObjectBorderSuggestionState', class: Google::Apis::DocsV1::EmbeddedObjectBorderSuggestionState, decorator: Google::Apis::DocsV1::EmbeddedObjectBorderSuggestionState::Representation
1322
+
1323
+ property :image_properties_suggestion_state, as: 'imagePropertiesSuggestionState', class: Google::Apis::DocsV1::ImagePropertiesSuggestionState, decorator: Google::Apis::DocsV1::ImagePropertiesSuggestionState::Representation
1324
+
1325
+ property :linked_content_reference_suggestion_state, as: 'linkedContentReferenceSuggestionState', class: Google::Apis::DocsV1::LinkedContentReferenceSuggestionState, decorator: Google::Apis::DocsV1::LinkedContentReferenceSuggestionState::Representation
1326
+
1327
+ property :margin_bottom_suggested, as: 'marginBottomSuggested'
1328
+ property :margin_left_suggested, as: 'marginLeftSuggested'
1329
+ property :margin_right_suggested, as: 'marginRightSuggested'
1330
+ property :margin_top_suggested, as: 'marginTopSuggested'
1331
+ property :size_suggestion_state, as: 'sizeSuggestionState', class: Google::Apis::DocsV1::SizeSuggestionState, decorator: Google::Apis::DocsV1::SizeSuggestionState::Representation
1332
+
1333
+ property :title_suggested, as: 'titleSuggested'
1334
+ end
1335
+ end
1336
+
1337
+ class EndOfSegmentLocation
1338
+ # @private
1339
+ class Representation < Google::Apis::Core::JsonRepresentation
1340
+ property :segment_id, as: 'segmentId'
1341
+ end
1342
+ end
1343
+
1344
+ class Equation
1345
+ # @private
1346
+ class Representation < Google::Apis::Core::JsonRepresentation
1347
+ collection :suggested_deletion_ids, as: 'suggestedDeletionIds'
1348
+ collection :suggested_insertion_ids, as: 'suggestedInsertionIds'
1349
+ end
1350
+ end
1351
+
1352
+ class Footer
1353
+ # @private
1354
+ class Representation < Google::Apis::Core::JsonRepresentation
1355
+ collection :content, as: 'content', class: Google::Apis::DocsV1::StructuralElement, decorator: Google::Apis::DocsV1::StructuralElement::Representation
1356
+
1357
+ property :footer_id, as: 'footerId'
1358
+ end
1359
+ end
1360
+
1361
+ class Footnote
1362
+ # @private
1363
+ class Representation < Google::Apis::Core::JsonRepresentation
1364
+ collection :content, as: 'content', class: Google::Apis::DocsV1::StructuralElement, decorator: Google::Apis::DocsV1::StructuralElement::Representation
1365
+
1366
+ property :footnote_id, as: 'footnoteId'
1367
+ end
1368
+ end
1369
+
1370
+ class FootnoteReference
1371
+ # @private
1372
+ class Representation < Google::Apis::Core::JsonRepresentation
1373
+ property :footnote_id, as: 'footnoteId'
1374
+ property :footnote_number, as: 'footnoteNumber'
1375
+ collection :suggested_deletion_ids, as: 'suggestedDeletionIds'
1376
+ collection :suggested_insertion_ids, as: 'suggestedInsertionIds'
1377
+ hash :suggested_text_style_changes, as: 'suggestedTextStyleChanges', class: Google::Apis::DocsV1::SuggestedTextStyle, decorator: Google::Apis::DocsV1::SuggestedTextStyle::Representation
1378
+
1379
+ property :text_style, as: 'textStyle', class: Google::Apis::DocsV1::TextStyle, decorator: Google::Apis::DocsV1::TextStyle::Representation
1380
+
1381
+ end
1382
+ end
1383
+
1384
+ class Header
1385
+ # @private
1386
+ class Representation < Google::Apis::Core::JsonRepresentation
1387
+ collection :content, as: 'content', class: Google::Apis::DocsV1::StructuralElement, decorator: Google::Apis::DocsV1::StructuralElement::Representation
1388
+
1389
+ property :header_id, as: 'headerId'
1390
+ end
1391
+ end
1392
+
1393
+ class HorizontalRule
1394
+ # @private
1395
+ class Representation < Google::Apis::Core::JsonRepresentation
1396
+ collection :suggested_deletion_ids, as: 'suggestedDeletionIds'
1397
+ collection :suggested_insertion_ids, as: 'suggestedInsertionIds'
1398
+ hash :suggested_text_style_changes, as: 'suggestedTextStyleChanges', class: Google::Apis::DocsV1::SuggestedTextStyle, decorator: Google::Apis::DocsV1::SuggestedTextStyle::Representation
1399
+
1400
+ property :text_style, as: 'textStyle', class: Google::Apis::DocsV1::TextStyle, decorator: Google::Apis::DocsV1::TextStyle::Representation
1401
+
1402
+ end
1403
+ end
1404
+
1405
+ class ImageProperties
1406
+ # @private
1407
+ class Representation < Google::Apis::Core::JsonRepresentation
1408
+ property :angle, as: 'angle'
1409
+ property :brightness, as: 'brightness'
1410
+ property :content_uri, as: 'contentUri'
1411
+ property :contrast, as: 'contrast'
1412
+ property :crop_properties, as: 'cropProperties', class: Google::Apis::DocsV1::CropProperties, decorator: Google::Apis::DocsV1::CropProperties::Representation
1413
+
1414
+ property :source_uri, as: 'sourceUri'
1415
+ property :transparency, as: 'transparency'
1416
+ end
1417
+ end
1418
+
1419
+ class ImagePropertiesSuggestionState
1420
+ # @private
1421
+ class Representation < Google::Apis::Core::JsonRepresentation
1422
+ property :angle_suggested, as: 'angleSuggested'
1423
+ property :brightness_suggested, as: 'brightnessSuggested'
1424
+ property :content_uri_suggested, as: 'contentUriSuggested'
1425
+ property :contrast_suggested, as: 'contrastSuggested'
1426
+ property :crop_properties_suggestion_state, as: 'cropPropertiesSuggestionState', class: Google::Apis::DocsV1::CropPropertiesSuggestionState, decorator: Google::Apis::DocsV1::CropPropertiesSuggestionState::Representation
1427
+
1428
+ property :source_uri_suggested, as: 'sourceUriSuggested'
1429
+ property :transparency_suggested, as: 'transparencySuggested'
1430
+ end
1431
+ end
1432
+
1433
+ class InlineObject
1434
+ # @private
1435
+ class Representation < Google::Apis::Core::JsonRepresentation
1436
+ property :inline_object_properties, as: 'inlineObjectProperties', class: Google::Apis::DocsV1::InlineObjectProperties, decorator: Google::Apis::DocsV1::InlineObjectProperties::Representation
1437
+
1438
+ property :object_id_prop, as: 'objectId'
1439
+ collection :suggested_deletion_ids, as: 'suggestedDeletionIds'
1440
+ hash :suggested_inline_object_properties_changes, as: 'suggestedInlineObjectPropertiesChanges', class: Google::Apis::DocsV1::SuggestedInlineObjectProperties, decorator: Google::Apis::DocsV1::SuggestedInlineObjectProperties::Representation
1441
+
1442
+ property :suggested_insertion_id, as: 'suggestedInsertionId'
1443
+ end
1444
+ end
1445
+
1446
+ class InlineObjectElement
1447
+ # @private
1448
+ class Representation < Google::Apis::Core::JsonRepresentation
1449
+ property :inline_object_id, as: 'inlineObjectId'
1450
+ collection :suggested_deletion_ids, as: 'suggestedDeletionIds'
1451
+ collection :suggested_insertion_ids, as: 'suggestedInsertionIds'
1452
+ hash :suggested_text_style_changes, as: 'suggestedTextStyleChanges', class: Google::Apis::DocsV1::SuggestedTextStyle, decorator: Google::Apis::DocsV1::SuggestedTextStyle::Representation
1453
+
1454
+ property :text_style, as: 'textStyle', class: Google::Apis::DocsV1::TextStyle, decorator: Google::Apis::DocsV1::TextStyle::Representation
1455
+
1456
+ end
1457
+ end
1458
+
1459
+ class InlineObjectProperties
1460
+ # @private
1461
+ class Representation < Google::Apis::Core::JsonRepresentation
1462
+ property :embedded_object, as: 'embeddedObject', class: Google::Apis::DocsV1::EmbeddedObject, decorator: Google::Apis::DocsV1::EmbeddedObject::Representation
1463
+
1464
+ end
1465
+ end
1466
+
1467
+ class InlineObjectPropertiesSuggestionState
1468
+ # @private
1469
+ class Representation < Google::Apis::Core::JsonRepresentation
1470
+ property :embedded_object_suggestion_state, as: 'embeddedObjectSuggestionState', class: Google::Apis::DocsV1::EmbeddedObjectSuggestionState, decorator: Google::Apis::DocsV1::EmbeddedObjectSuggestionState::Representation
1471
+
1472
+ end
1473
+ end
1474
+
1475
+ class InsertInlineImageRequest
1476
+ # @private
1477
+ class Representation < Google::Apis::Core::JsonRepresentation
1478
+ property :end_of_segment_location, as: 'endOfSegmentLocation', class: Google::Apis::DocsV1::EndOfSegmentLocation, decorator: Google::Apis::DocsV1::EndOfSegmentLocation::Representation
1479
+
1480
+ property :location, as: 'location', class: Google::Apis::DocsV1::Location, decorator: Google::Apis::DocsV1::Location::Representation
1481
+
1482
+ property :object_size, as: 'objectSize', class: Google::Apis::DocsV1::Size, decorator: Google::Apis::DocsV1::Size::Representation
1483
+
1484
+ property :uri, as: 'uri'
1485
+ end
1486
+ end
1487
+
1488
+ class InsertInlineImageResponse
1489
+ # @private
1490
+ class Representation < Google::Apis::Core::JsonRepresentation
1491
+ property :object_id_prop, as: 'objectId'
1492
+ end
1493
+ end
1494
+
1495
+ class InsertInlineSheetsChartResponse
1496
+ # @private
1497
+ class Representation < Google::Apis::Core::JsonRepresentation
1498
+ property :object_id_prop, as: 'objectId'
1499
+ end
1500
+ end
1501
+
1502
+ class InsertPageBreakRequest
1503
+ # @private
1504
+ class Representation < Google::Apis::Core::JsonRepresentation
1505
+ property :end_of_segment_location, as: 'endOfSegmentLocation', class: Google::Apis::DocsV1::EndOfSegmentLocation, decorator: Google::Apis::DocsV1::EndOfSegmentLocation::Representation
1506
+
1507
+ property :location, as: 'location', class: Google::Apis::DocsV1::Location, decorator: Google::Apis::DocsV1::Location::Representation
1508
+
1509
+ end
1510
+ end
1511
+
1512
+ class InsertSectionBreakRequest
1513
+ # @private
1514
+ class Representation < Google::Apis::Core::JsonRepresentation
1515
+ property :end_of_segment_location, as: 'endOfSegmentLocation', class: Google::Apis::DocsV1::EndOfSegmentLocation, decorator: Google::Apis::DocsV1::EndOfSegmentLocation::Representation
1516
+
1517
+ property :location, as: 'location', class: Google::Apis::DocsV1::Location, decorator: Google::Apis::DocsV1::Location::Representation
1518
+
1519
+ property :section_type, as: 'sectionType'
1520
+ end
1521
+ end
1522
+
1523
+ class InsertTableColumnRequest
1524
+ # @private
1525
+ class Representation < Google::Apis::Core::JsonRepresentation
1526
+ property :insert_right, as: 'insertRight'
1527
+ property :table_cell_location, as: 'tableCellLocation', class: Google::Apis::DocsV1::TableCellLocation, decorator: Google::Apis::DocsV1::TableCellLocation::Representation
1528
+
1529
+ end
1530
+ end
1531
+
1532
+ class InsertTableRequest
1533
+ # @private
1534
+ class Representation < Google::Apis::Core::JsonRepresentation
1535
+ property :columns, as: 'columns'
1536
+ property :end_of_segment_location, as: 'endOfSegmentLocation', class: Google::Apis::DocsV1::EndOfSegmentLocation, decorator: Google::Apis::DocsV1::EndOfSegmentLocation::Representation
1537
+
1538
+ property :location, as: 'location', class: Google::Apis::DocsV1::Location, decorator: Google::Apis::DocsV1::Location::Representation
1539
+
1540
+ property :rows, as: 'rows'
1541
+ end
1542
+ end
1543
+
1544
+ class InsertTableRowRequest
1545
+ # @private
1546
+ class Representation < Google::Apis::Core::JsonRepresentation
1547
+ property :insert_below, as: 'insertBelow'
1548
+ property :table_cell_location, as: 'tableCellLocation', class: Google::Apis::DocsV1::TableCellLocation, decorator: Google::Apis::DocsV1::TableCellLocation::Representation
1549
+
1550
+ end
1551
+ end
1552
+
1553
+ class InsertTextRequest
1554
+ # @private
1555
+ class Representation < Google::Apis::Core::JsonRepresentation
1556
+ property :end_of_segment_location, as: 'endOfSegmentLocation', class: Google::Apis::DocsV1::EndOfSegmentLocation, decorator: Google::Apis::DocsV1::EndOfSegmentLocation::Representation
1557
+
1558
+ property :location, as: 'location', class: Google::Apis::DocsV1::Location, decorator: Google::Apis::DocsV1::Location::Representation
1559
+
1560
+ property :text, as: 'text'
1561
+ end
1562
+ end
1563
+
1564
+ class Link
1565
+ # @private
1566
+ class Representation < Google::Apis::Core::JsonRepresentation
1567
+ property :bookmark_id, as: 'bookmarkId'
1568
+ property :heading_id, as: 'headingId'
1569
+ property :url, as: 'url'
1570
+ end
1571
+ end
1572
+
1573
+ class LinkedContentReference
1574
+ # @private
1575
+ class Representation < Google::Apis::Core::JsonRepresentation
1576
+ property :sheets_chart_reference, as: 'sheetsChartReference', class: Google::Apis::DocsV1::SheetsChartReference, decorator: Google::Apis::DocsV1::SheetsChartReference::Representation
1577
+
1578
+ end
1579
+ end
1580
+
1581
+ class LinkedContentReferenceSuggestionState
1582
+ # @private
1583
+ class Representation < Google::Apis::Core::JsonRepresentation
1584
+ property :sheets_chart_reference_suggestion_state, as: 'sheetsChartReferenceSuggestionState', class: Google::Apis::DocsV1::SheetsChartReferenceSuggestionState, decorator: Google::Apis::DocsV1::SheetsChartReferenceSuggestionState::Representation
1585
+
1586
+ end
1587
+ end
1588
+
1589
+ class List
1590
+ # @private
1591
+ class Representation < Google::Apis::Core::JsonRepresentation
1592
+ property :list_properties, as: 'listProperties', class: Google::Apis::DocsV1::ListProperties, decorator: Google::Apis::DocsV1::ListProperties::Representation
1593
+
1594
+ collection :suggested_deletion_ids, as: 'suggestedDeletionIds'
1595
+ property :suggested_insertion_id, as: 'suggestedInsertionId'
1596
+ hash :suggested_list_properties_changes, as: 'suggestedListPropertiesChanges', class: Google::Apis::DocsV1::SuggestedListProperties, decorator: Google::Apis::DocsV1::SuggestedListProperties::Representation
1597
+
1598
+ end
1599
+ end
1600
+
1601
+ class ListProperties
1602
+ # @private
1603
+ class Representation < Google::Apis::Core::JsonRepresentation
1604
+ collection :nesting_levels, as: 'nestingLevels', class: Google::Apis::DocsV1::NestingLevel, decorator: Google::Apis::DocsV1::NestingLevel::Representation
1605
+
1606
+ end
1607
+ end
1608
+
1609
+ class ListPropertiesSuggestionState
1610
+ # @private
1611
+ class Representation < Google::Apis::Core::JsonRepresentation
1612
+ collection :nesting_levels_suggestion_states, as: 'nestingLevelsSuggestionStates', class: Google::Apis::DocsV1::NestingLevelSuggestionState, decorator: Google::Apis::DocsV1::NestingLevelSuggestionState::Representation
1613
+
1614
+ end
1615
+ end
1616
+
1617
+ class Location
1618
+ # @private
1619
+ class Representation < Google::Apis::Core::JsonRepresentation
1620
+ property :index, as: 'index'
1621
+ property :segment_id, as: 'segmentId'
1622
+ end
1623
+ end
1624
+
1625
+ class MergeTableCellsRequest
1626
+ # @private
1627
+ class Representation < Google::Apis::Core::JsonRepresentation
1628
+ property :table_range, as: 'tableRange', class: Google::Apis::DocsV1::TableRange, decorator: Google::Apis::DocsV1::TableRange::Representation
1629
+
1630
+ end
1631
+ end
1632
+
1633
+ class NamedRange
1634
+ # @private
1635
+ class Representation < Google::Apis::Core::JsonRepresentation
1636
+ property :name, as: 'name'
1637
+ property :named_range_id, as: 'namedRangeId'
1638
+ collection :ranges, as: 'ranges', class: Google::Apis::DocsV1::Range, decorator: Google::Apis::DocsV1::Range::Representation
1639
+
1640
+ end
1641
+ end
1642
+
1643
+ class NamedRanges
1644
+ # @private
1645
+ class Representation < Google::Apis::Core::JsonRepresentation
1646
+ property :name, as: 'name'
1647
+ collection :named_ranges, as: 'namedRanges', class: Google::Apis::DocsV1::NamedRange, decorator: Google::Apis::DocsV1::NamedRange::Representation
1648
+
1649
+ end
1650
+ end
1651
+
1652
+ class NamedStyle
1653
+ # @private
1654
+ class Representation < Google::Apis::Core::JsonRepresentation
1655
+ property :named_style_type, as: 'namedStyleType'
1656
+ property :paragraph_style, as: 'paragraphStyle', class: Google::Apis::DocsV1::ParagraphStyle, decorator: Google::Apis::DocsV1::ParagraphStyle::Representation
1657
+
1658
+ property :text_style, as: 'textStyle', class: Google::Apis::DocsV1::TextStyle, decorator: Google::Apis::DocsV1::TextStyle::Representation
1659
+
1660
+ end
1661
+ end
1662
+
1663
+ class NamedStyleSuggestionState
1664
+ # @private
1665
+ class Representation < Google::Apis::Core::JsonRepresentation
1666
+ property :named_style_type, as: 'namedStyleType'
1667
+ property :paragraph_style_suggestion_state, as: 'paragraphStyleSuggestionState', class: Google::Apis::DocsV1::ParagraphStyleSuggestionState, decorator: Google::Apis::DocsV1::ParagraphStyleSuggestionState::Representation
1668
+
1669
+ property :text_style_suggestion_state, as: 'textStyleSuggestionState', class: Google::Apis::DocsV1::TextStyleSuggestionState, decorator: Google::Apis::DocsV1::TextStyleSuggestionState::Representation
1670
+
1671
+ end
1672
+ end
1673
+
1674
+ class NamedStyles
1675
+ # @private
1676
+ class Representation < Google::Apis::Core::JsonRepresentation
1677
+ collection :styles, as: 'styles', class: Google::Apis::DocsV1::NamedStyle, decorator: Google::Apis::DocsV1::NamedStyle::Representation
1678
+
1679
+ end
1680
+ end
1681
+
1682
+ class NamedStylesSuggestionState
1683
+ # @private
1684
+ class Representation < Google::Apis::Core::JsonRepresentation
1685
+ collection :styles_suggestion_states, as: 'stylesSuggestionStates', class: Google::Apis::DocsV1::NamedStyleSuggestionState, decorator: Google::Apis::DocsV1::NamedStyleSuggestionState::Representation
1686
+
1687
+ end
1688
+ end
1689
+
1690
+ class NestingLevel
1691
+ # @private
1692
+ class Representation < Google::Apis::Core::JsonRepresentation
1693
+ property :bullet_alignment, as: 'bulletAlignment'
1694
+ property :glyph_format, as: 'glyphFormat'
1695
+ property :glyph_symbol, as: 'glyphSymbol'
1696
+ property :glyph_type, as: 'glyphType'
1697
+ property :indent_first_line, as: 'indentFirstLine', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
1698
+
1699
+ property :indent_start, as: 'indentStart', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
1700
+
1701
+ property :start_number, as: 'startNumber'
1702
+ property :text_style, as: 'textStyle', class: Google::Apis::DocsV1::TextStyle, decorator: Google::Apis::DocsV1::TextStyle::Representation
1703
+
1704
+ end
1705
+ end
1706
+
1707
+ class NestingLevelSuggestionState
1708
+ # @private
1709
+ class Representation < Google::Apis::Core::JsonRepresentation
1710
+ property :bullet_alignment_suggested, as: 'bulletAlignmentSuggested'
1711
+ property :glyph_format_suggested, as: 'glyphFormatSuggested'
1712
+ property :glyph_symbol_suggested, as: 'glyphSymbolSuggested'
1713
+ property :glyph_type_suggested, as: 'glyphTypeSuggested'
1714
+ property :indent_first_line_suggested, as: 'indentFirstLineSuggested'
1715
+ property :indent_start_suggested, as: 'indentStartSuggested'
1716
+ property :start_number_suggested, as: 'startNumberSuggested'
1717
+ property :text_style_suggestion_state, as: 'textStyleSuggestionState', class: Google::Apis::DocsV1::TextStyleSuggestionState, decorator: Google::Apis::DocsV1::TextStyleSuggestionState::Representation
1718
+
1719
+ end
1720
+ end
1721
+
1722
+ class ObjectReferences
1723
+ # @private
1724
+ class Representation < Google::Apis::Core::JsonRepresentation
1725
+ collection :object_ids, as: 'objectIds'
1726
+ end
1727
+ end
1728
+
1729
+ class OptionalColor
1730
+ # @private
1731
+ class Representation < Google::Apis::Core::JsonRepresentation
1732
+ property :color, as: 'color', class: Google::Apis::DocsV1::Color, decorator: Google::Apis::DocsV1::Color::Representation
1733
+
1734
+ end
1735
+ end
1736
+
1737
+ class PageBreak
1738
+ # @private
1739
+ class Representation < Google::Apis::Core::JsonRepresentation
1740
+ collection :suggested_deletion_ids, as: 'suggestedDeletionIds'
1741
+ collection :suggested_insertion_ids, as: 'suggestedInsertionIds'
1742
+ hash :suggested_text_style_changes, as: 'suggestedTextStyleChanges', class: Google::Apis::DocsV1::SuggestedTextStyle, decorator: Google::Apis::DocsV1::SuggestedTextStyle::Representation
1743
+
1744
+ property :text_style, as: 'textStyle', class: Google::Apis::DocsV1::TextStyle, decorator: Google::Apis::DocsV1::TextStyle::Representation
1745
+
1746
+ end
1747
+ end
1748
+
1749
+ class Paragraph
1750
+ # @private
1751
+ class Representation < Google::Apis::Core::JsonRepresentation
1752
+ property :bullet, as: 'bullet', class: Google::Apis::DocsV1::Bullet, decorator: Google::Apis::DocsV1::Bullet::Representation
1753
+
1754
+ collection :elements, as: 'elements', class: Google::Apis::DocsV1::ParagraphElement, decorator: Google::Apis::DocsV1::ParagraphElement::Representation
1755
+
1756
+ property :paragraph_style, as: 'paragraphStyle', class: Google::Apis::DocsV1::ParagraphStyle, decorator: Google::Apis::DocsV1::ParagraphStyle::Representation
1757
+
1758
+ collection :positioned_object_ids, as: 'positionedObjectIds'
1759
+ hash :suggested_bullet_changes, as: 'suggestedBulletChanges', class: Google::Apis::DocsV1::SuggestedBullet, decorator: Google::Apis::DocsV1::SuggestedBullet::Representation
1760
+
1761
+ hash :suggested_paragraph_style_changes, as: 'suggestedParagraphStyleChanges', class: Google::Apis::DocsV1::SuggestedParagraphStyle, decorator: Google::Apis::DocsV1::SuggestedParagraphStyle::Representation
1762
+
1763
+ hash :suggested_positioned_object_ids, as: 'suggestedPositionedObjectIds', class: Google::Apis::DocsV1::ObjectReferences, decorator: Google::Apis::DocsV1::ObjectReferences::Representation
1764
+
1765
+ end
1766
+ end
1767
+
1768
+ class ParagraphBorder
1769
+ # @private
1770
+ class Representation < Google::Apis::Core::JsonRepresentation
1771
+ property :color, as: 'color', class: Google::Apis::DocsV1::OptionalColor, decorator: Google::Apis::DocsV1::OptionalColor::Representation
1772
+
1773
+ property :dash_style, as: 'dashStyle'
1774
+ property :padding, as: 'padding', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
1775
+
1776
+ property :width, as: 'width', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
1777
+
1778
+ end
1779
+ end
1780
+
1781
+ class ParagraphElement
1782
+ # @private
1783
+ class Representation < Google::Apis::Core::JsonRepresentation
1784
+ property :auto_text, as: 'autoText', class: Google::Apis::DocsV1::AutoText, decorator: Google::Apis::DocsV1::AutoText::Representation
1785
+
1786
+ property :column_break, as: 'columnBreak', class: Google::Apis::DocsV1::ColumnBreak, decorator: Google::Apis::DocsV1::ColumnBreak::Representation
1787
+
1788
+ property :end_index, as: 'endIndex'
1789
+ property :equation, as: 'equation', class: Google::Apis::DocsV1::Equation, decorator: Google::Apis::DocsV1::Equation::Representation
1790
+
1791
+ property :footnote_reference, as: 'footnoteReference', class: Google::Apis::DocsV1::FootnoteReference, decorator: Google::Apis::DocsV1::FootnoteReference::Representation
1792
+
1793
+ property :horizontal_rule, as: 'horizontalRule', class: Google::Apis::DocsV1::HorizontalRule, decorator: Google::Apis::DocsV1::HorizontalRule::Representation
1794
+
1795
+ property :inline_object_element, as: 'inlineObjectElement', class: Google::Apis::DocsV1::InlineObjectElement, decorator: Google::Apis::DocsV1::InlineObjectElement::Representation
1796
+
1797
+ property :page_break, as: 'pageBreak', class: Google::Apis::DocsV1::PageBreak, decorator: Google::Apis::DocsV1::PageBreak::Representation
1798
+
1799
+ property :start_index, as: 'startIndex'
1800
+ property :text_run, as: 'textRun', class: Google::Apis::DocsV1::TextRun, decorator: Google::Apis::DocsV1::TextRun::Representation
1801
+
1802
+ end
1803
+ end
1804
+
1805
+ class ParagraphStyle
1806
+ # @private
1807
+ class Representation < Google::Apis::Core::JsonRepresentation
1808
+ property :alignment, as: 'alignment'
1809
+ property :avoid_widow_and_orphan, as: 'avoidWidowAndOrphan'
1810
+ property :border_between, as: 'borderBetween', class: Google::Apis::DocsV1::ParagraphBorder, decorator: Google::Apis::DocsV1::ParagraphBorder::Representation
1811
+
1812
+ property :border_bottom, as: 'borderBottom', class: Google::Apis::DocsV1::ParagraphBorder, decorator: Google::Apis::DocsV1::ParagraphBorder::Representation
1813
+
1814
+ property :border_left, as: 'borderLeft', class: Google::Apis::DocsV1::ParagraphBorder, decorator: Google::Apis::DocsV1::ParagraphBorder::Representation
1815
+
1816
+ property :border_right, as: 'borderRight', class: Google::Apis::DocsV1::ParagraphBorder, decorator: Google::Apis::DocsV1::ParagraphBorder::Representation
1817
+
1818
+ property :border_top, as: 'borderTop', class: Google::Apis::DocsV1::ParagraphBorder, decorator: Google::Apis::DocsV1::ParagraphBorder::Representation
1819
+
1820
+ property :direction, as: 'direction'
1821
+ property :heading_id, as: 'headingId'
1822
+ property :indent_end, as: 'indentEnd', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
1823
+
1824
+ property :indent_first_line, as: 'indentFirstLine', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
1825
+
1826
+ property :indent_start, as: 'indentStart', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
1827
+
1828
+ property :keep_lines_together, as: 'keepLinesTogether'
1829
+ property :keep_with_next, as: 'keepWithNext'
1830
+ property :line_spacing, as: 'lineSpacing'
1831
+ property :named_style_type, as: 'namedStyleType'
1832
+ property :shading, as: 'shading', class: Google::Apis::DocsV1::Shading, decorator: Google::Apis::DocsV1::Shading::Representation
1833
+
1834
+ property :space_above, as: 'spaceAbove', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
1835
+
1836
+ property :space_below, as: 'spaceBelow', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
1837
+
1838
+ property :spacing_mode, as: 'spacingMode'
1839
+ collection :tab_stops, as: 'tabStops', class: Google::Apis::DocsV1::TabStop, decorator: Google::Apis::DocsV1::TabStop::Representation
1840
+
1841
+ end
1842
+ end
1843
+
1844
+ class ParagraphStyleSuggestionState
1845
+ # @private
1846
+ class Representation < Google::Apis::Core::JsonRepresentation
1847
+ property :alignment_suggested, as: 'alignmentSuggested'
1848
+ property :avoid_widow_and_orphan_suggested, as: 'avoidWidowAndOrphanSuggested'
1849
+ property :border_between_suggested, as: 'borderBetweenSuggested'
1850
+ property :border_bottom_suggested, as: 'borderBottomSuggested'
1851
+ property :border_left_suggested, as: 'borderLeftSuggested'
1852
+ property :border_right_suggested, as: 'borderRightSuggested'
1853
+ property :border_top_suggested, as: 'borderTopSuggested'
1854
+ property :direction_suggested, as: 'directionSuggested'
1855
+ property :heading_id_suggested, as: 'headingIdSuggested'
1856
+ property :indent_end_suggested, as: 'indentEndSuggested'
1857
+ property :indent_first_line_suggested, as: 'indentFirstLineSuggested'
1858
+ property :indent_start_suggested, as: 'indentStartSuggested'
1859
+ property :keep_lines_together_suggested, as: 'keepLinesTogetherSuggested'
1860
+ property :keep_with_next_suggested, as: 'keepWithNextSuggested'
1861
+ property :line_spacing_suggested, as: 'lineSpacingSuggested'
1862
+ property :named_style_type_suggested, as: 'namedStyleTypeSuggested'
1863
+ property :shading_suggestion_state, as: 'shadingSuggestionState', class: Google::Apis::DocsV1::ShadingSuggestionState, decorator: Google::Apis::DocsV1::ShadingSuggestionState::Representation
1864
+
1865
+ property :space_above_suggested, as: 'spaceAboveSuggested'
1866
+ property :space_below_suggested, as: 'spaceBelowSuggested'
1867
+ property :spacing_mode_suggested, as: 'spacingModeSuggested'
1868
+ end
1869
+ end
1870
+
1871
+ class PositionedObject
1872
+ # @private
1873
+ class Representation < Google::Apis::Core::JsonRepresentation
1874
+ property :object_id_prop, as: 'objectId'
1875
+ property :positioned_object_properties, as: 'positionedObjectProperties', class: Google::Apis::DocsV1::PositionedObjectProperties, decorator: Google::Apis::DocsV1::PositionedObjectProperties::Representation
1876
+
1877
+ collection :suggested_deletion_ids, as: 'suggestedDeletionIds'
1878
+ property :suggested_insertion_id, as: 'suggestedInsertionId'
1879
+ hash :suggested_positioned_object_properties_changes, as: 'suggestedPositionedObjectPropertiesChanges', class: Google::Apis::DocsV1::SuggestedPositionedObjectProperties, decorator: Google::Apis::DocsV1::SuggestedPositionedObjectProperties::Representation
1880
+
1881
+ end
1882
+ end
1883
+
1884
+ class PositionedObjectPositioning
1885
+ # @private
1886
+ class Representation < Google::Apis::Core::JsonRepresentation
1887
+ property :layout, as: 'layout'
1888
+ property :left_offset, as: 'leftOffset', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
1889
+
1890
+ property :top_offset, as: 'topOffset', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
1891
+
1892
+ end
1893
+ end
1894
+
1895
+ class PositionedObjectPositioningSuggestionState
1896
+ # @private
1897
+ class Representation < Google::Apis::Core::JsonRepresentation
1898
+ property :layout_suggested, as: 'layoutSuggested'
1899
+ property :left_offset_suggested, as: 'leftOffsetSuggested'
1900
+ property :top_offset_suggested, as: 'topOffsetSuggested'
1901
+ end
1902
+ end
1903
+
1904
+ class PositionedObjectProperties
1905
+ # @private
1906
+ class Representation < Google::Apis::Core::JsonRepresentation
1907
+ property :embedded_object, as: 'embeddedObject', class: Google::Apis::DocsV1::EmbeddedObject, decorator: Google::Apis::DocsV1::EmbeddedObject::Representation
1908
+
1909
+ property :positioning, as: 'positioning', class: Google::Apis::DocsV1::PositionedObjectPositioning, decorator: Google::Apis::DocsV1::PositionedObjectPositioning::Representation
1910
+
1911
+ end
1912
+ end
1913
+
1914
+ class PositionedObjectPropertiesSuggestionState
1915
+ # @private
1916
+ class Representation < Google::Apis::Core::JsonRepresentation
1917
+ property :embedded_object_suggestion_state, as: 'embeddedObjectSuggestionState', class: Google::Apis::DocsV1::EmbeddedObjectSuggestionState, decorator: Google::Apis::DocsV1::EmbeddedObjectSuggestionState::Representation
1918
+
1919
+ property :positioning_suggestion_state, as: 'positioningSuggestionState', class: Google::Apis::DocsV1::PositionedObjectPositioningSuggestionState, decorator: Google::Apis::DocsV1::PositionedObjectPositioningSuggestionState::Representation
1920
+
1921
+ end
1922
+ end
1923
+
1924
+ class Range
1925
+ # @private
1926
+ class Representation < Google::Apis::Core::JsonRepresentation
1927
+ property :end_index, as: 'endIndex'
1928
+ property :segment_id, as: 'segmentId'
1929
+ property :start_index, as: 'startIndex'
1930
+ end
1931
+ end
1932
+
1933
+ class ReplaceAllTextRequest
1934
+ # @private
1935
+ class Representation < Google::Apis::Core::JsonRepresentation
1936
+ property :contains_text, as: 'containsText', class: Google::Apis::DocsV1::SubstringMatchCriteria, decorator: Google::Apis::DocsV1::SubstringMatchCriteria::Representation
1937
+
1938
+ property :replace_text, as: 'replaceText'
1939
+ end
1940
+ end
1941
+
1942
+ class ReplaceAllTextResponse
1943
+ # @private
1944
+ class Representation < Google::Apis::Core::JsonRepresentation
1945
+ property :occurrences_changed, as: 'occurrencesChanged'
1946
+ end
1947
+ end
1948
+
1949
+ class ReplaceImageRequest
1950
+ # @private
1951
+ class Representation < Google::Apis::Core::JsonRepresentation
1952
+ property :image_object_id, as: 'imageObjectId'
1953
+ property :image_replace_method, as: 'imageReplaceMethod'
1954
+ property :uri, as: 'uri'
1955
+ end
1956
+ end
1957
+
1958
+ class ReplaceNamedRangeContentRequest
1959
+ # @private
1960
+ class Representation < Google::Apis::Core::JsonRepresentation
1961
+ property :named_range_id, as: 'namedRangeId'
1962
+ property :named_range_name, as: 'namedRangeName'
1963
+ property :text, as: 'text'
1964
+ end
1965
+ end
1966
+
1967
+ class Request
1968
+ # @private
1969
+ class Representation < Google::Apis::Core::JsonRepresentation
1970
+ property :create_footer, as: 'createFooter', class: Google::Apis::DocsV1::CreateFooterRequest, decorator: Google::Apis::DocsV1::CreateFooterRequest::Representation
1971
+
1972
+ property :create_footnote, as: 'createFootnote', class: Google::Apis::DocsV1::CreateFootnoteRequest, decorator: Google::Apis::DocsV1::CreateFootnoteRequest::Representation
1973
+
1974
+ property :create_header, as: 'createHeader', class: Google::Apis::DocsV1::CreateHeaderRequest, decorator: Google::Apis::DocsV1::CreateHeaderRequest::Representation
1975
+
1976
+ property :create_named_range, as: 'createNamedRange', class: Google::Apis::DocsV1::CreateNamedRangeRequest, decorator: Google::Apis::DocsV1::CreateNamedRangeRequest::Representation
1977
+
1978
+ property :create_paragraph_bullets, as: 'createParagraphBullets', class: Google::Apis::DocsV1::CreateParagraphBulletsRequest, decorator: Google::Apis::DocsV1::CreateParagraphBulletsRequest::Representation
1979
+
1980
+ property :delete_content_range, as: 'deleteContentRange', class: Google::Apis::DocsV1::DeleteContentRangeRequest, decorator: Google::Apis::DocsV1::DeleteContentRangeRequest::Representation
1981
+
1982
+ property :delete_footer, as: 'deleteFooter', class: Google::Apis::DocsV1::DeleteFooterRequest, decorator: Google::Apis::DocsV1::DeleteFooterRequest::Representation
1983
+
1984
+ property :delete_header, as: 'deleteHeader', class: Google::Apis::DocsV1::DeleteHeaderRequest, decorator: Google::Apis::DocsV1::DeleteHeaderRequest::Representation
1985
+
1986
+ property :delete_named_range, as: 'deleteNamedRange', class: Google::Apis::DocsV1::DeleteNamedRangeRequest, decorator: Google::Apis::DocsV1::DeleteNamedRangeRequest::Representation
1987
+
1988
+ property :delete_paragraph_bullets, as: 'deleteParagraphBullets', class: Google::Apis::DocsV1::DeleteParagraphBulletsRequest, decorator: Google::Apis::DocsV1::DeleteParagraphBulletsRequest::Representation
1989
+
1990
+ property :delete_positioned_object, as: 'deletePositionedObject', class: Google::Apis::DocsV1::DeletePositionedObjectRequest, decorator: Google::Apis::DocsV1::DeletePositionedObjectRequest::Representation
1991
+
1992
+ property :delete_table_column, as: 'deleteTableColumn', class: Google::Apis::DocsV1::DeleteTableColumnRequest, decorator: Google::Apis::DocsV1::DeleteTableColumnRequest::Representation
1993
+
1994
+ property :delete_table_row, as: 'deleteTableRow', class: Google::Apis::DocsV1::DeleteTableRowRequest, decorator: Google::Apis::DocsV1::DeleteTableRowRequest::Representation
1995
+
1996
+ property :insert_inline_image, as: 'insertInlineImage', class: Google::Apis::DocsV1::InsertInlineImageRequest, decorator: Google::Apis::DocsV1::InsertInlineImageRequest::Representation
1997
+
1998
+ property :insert_page_break, as: 'insertPageBreak', class: Google::Apis::DocsV1::InsertPageBreakRequest, decorator: Google::Apis::DocsV1::InsertPageBreakRequest::Representation
1999
+
2000
+ property :insert_section_break, as: 'insertSectionBreak', class: Google::Apis::DocsV1::InsertSectionBreakRequest, decorator: Google::Apis::DocsV1::InsertSectionBreakRequest::Representation
2001
+
2002
+ property :insert_table, as: 'insertTable', class: Google::Apis::DocsV1::InsertTableRequest, decorator: Google::Apis::DocsV1::InsertTableRequest::Representation
2003
+
2004
+ property :insert_table_column, as: 'insertTableColumn', class: Google::Apis::DocsV1::InsertTableColumnRequest, decorator: Google::Apis::DocsV1::InsertTableColumnRequest::Representation
2005
+
2006
+ property :insert_table_row, as: 'insertTableRow', class: Google::Apis::DocsV1::InsertTableRowRequest, decorator: Google::Apis::DocsV1::InsertTableRowRequest::Representation
2007
+
2008
+ property :insert_text, as: 'insertText', class: Google::Apis::DocsV1::InsertTextRequest, decorator: Google::Apis::DocsV1::InsertTextRequest::Representation
2009
+
2010
+ property :merge_table_cells, as: 'mergeTableCells', class: Google::Apis::DocsV1::MergeTableCellsRequest, decorator: Google::Apis::DocsV1::MergeTableCellsRequest::Representation
2011
+
2012
+ property :replace_all_text, as: 'replaceAllText', class: Google::Apis::DocsV1::ReplaceAllTextRequest, decorator: Google::Apis::DocsV1::ReplaceAllTextRequest::Representation
2013
+
2014
+ property :replace_image, as: 'replaceImage', class: Google::Apis::DocsV1::ReplaceImageRequest, decorator: Google::Apis::DocsV1::ReplaceImageRequest::Representation
2015
+
2016
+ property :replace_named_range_content, as: 'replaceNamedRangeContent', class: Google::Apis::DocsV1::ReplaceNamedRangeContentRequest, decorator: Google::Apis::DocsV1::ReplaceNamedRangeContentRequest::Representation
2017
+
2018
+ property :unmerge_table_cells, as: 'unmergeTableCells', class: Google::Apis::DocsV1::UnmergeTableCellsRequest, decorator: Google::Apis::DocsV1::UnmergeTableCellsRequest::Representation
2019
+
2020
+ property :update_document_style, as: 'updateDocumentStyle', class: Google::Apis::DocsV1::UpdateDocumentStyleRequest, decorator: Google::Apis::DocsV1::UpdateDocumentStyleRequest::Representation
2021
+
2022
+ property :update_paragraph_style, as: 'updateParagraphStyle', class: Google::Apis::DocsV1::UpdateParagraphStyleRequest, decorator: Google::Apis::DocsV1::UpdateParagraphStyleRequest::Representation
2023
+
2024
+ property :update_section_style, as: 'updateSectionStyle', class: Google::Apis::DocsV1::UpdateSectionStyleRequest, decorator: Google::Apis::DocsV1::UpdateSectionStyleRequest::Representation
2025
+
2026
+ property :update_table_cell_style, as: 'updateTableCellStyle', class: Google::Apis::DocsV1::UpdateTableCellStyleRequest, decorator: Google::Apis::DocsV1::UpdateTableCellStyleRequest::Representation
2027
+
2028
+ property :update_table_column_properties, as: 'updateTableColumnProperties', class: Google::Apis::DocsV1::UpdateTableColumnPropertiesRequest, decorator: Google::Apis::DocsV1::UpdateTableColumnPropertiesRequest::Representation
2029
+
2030
+ property :update_table_row_style, as: 'updateTableRowStyle', class: Google::Apis::DocsV1::UpdateTableRowStyleRequest, decorator: Google::Apis::DocsV1::UpdateTableRowStyleRequest::Representation
2031
+
2032
+ property :update_text_style, as: 'updateTextStyle', class: Google::Apis::DocsV1::UpdateTextStyleRequest, decorator: Google::Apis::DocsV1::UpdateTextStyleRequest::Representation
2033
+
2034
+ end
2035
+ end
2036
+
2037
+ class Response
2038
+ # @private
2039
+ class Representation < Google::Apis::Core::JsonRepresentation
2040
+ property :create_footer, as: 'createFooter', class: Google::Apis::DocsV1::CreateFooterResponse, decorator: Google::Apis::DocsV1::CreateFooterResponse::Representation
2041
+
2042
+ property :create_footnote, as: 'createFootnote', class: Google::Apis::DocsV1::CreateFootnoteResponse, decorator: Google::Apis::DocsV1::CreateFootnoteResponse::Representation
2043
+
2044
+ property :create_header, as: 'createHeader', class: Google::Apis::DocsV1::CreateHeaderResponse, decorator: Google::Apis::DocsV1::CreateHeaderResponse::Representation
2045
+
2046
+ property :create_named_range, as: 'createNamedRange', class: Google::Apis::DocsV1::CreateNamedRangeResponse, decorator: Google::Apis::DocsV1::CreateNamedRangeResponse::Representation
2047
+
2048
+ property :insert_inline_image, as: 'insertInlineImage', class: Google::Apis::DocsV1::InsertInlineImageResponse, decorator: Google::Apis::DocsV1::InsertInlineImageResponse::Representation
2049
+
2050
+ property :insert_inline_sheets_chart, as: 'insertInlineSheetsChart', class: Google::Apis::DocsV1::InsertInlineSheetsChartResponse, decorator: Google::Apis::DocsV1::InsertInlineSheetsChartResponse::Representation
2051
+
2052
+ property :replace_all_text, as: 'replaceAllText', class: Google::Apis::DocsV1::ReplaceAllTextResponse, decorator: Google::Apis::DocsV1::ReplaceAllTextResponse::Representation
2053
+
2054
+ end
2055
+ end
2056
+
2057
+ class RgbColor
2058
+ # @private
2059
+ class Representation < Google::Apis::Core::JsonRepresentation
2060
+ property :blue, as: 'blue'
2061
+ property :green, as: 'green'
2062
+ property :red, as: 'red'
2063
+ end
2064
+ end
2065
+
2066
+ class SectionBreak
2067
+ # @private
2068
+ class Representation < Google::Apis::Core::JsonRepresentation
2069
+ property :section_style, as: 'sectionStyle', class: Google::Apis::DocsV1::SectionStyle, decorator: Google::Apis::DocsV1::SectionStyle::Representation
2070
+
2071
+ collection :suggested_deletion_ids, as: 'suggestedDeletionIds'
2072
+ collection :suggested_insertion_ids, as: 'suggestedInsertionIds'
2073
+ end
2074
+ end
2075
+
2076
+ class SectionColumnProperties
2077
+ # @private
2078
+ class Representation < Google::Apis::Core::JsonRepresentation
2079
+ property :padding_end, as: 'paddingEnd', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
2080
+
2081
+ property :width, as: 'width', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
2082
+
2083
+ end
2084
+ end
2085
+
2086
+ class SectionStyle
2087
+ # @private
2088
+ class Representation < Google::Apis::Core::JsonRepresentation
2089
+ collection :column_properties, as: 'columnProperties', class: Google::Apis::DocsV1::SectionColumnProperties, decorator: Google::Apis::DocsV1::SectionColumnProperties::Representation
2090
+
2091
+ property :column_separator_style, as: 'columnSeparatorStyle'
2092
+ property :content_direction, as: 'contentDirection'
2093
+ property :default_footer_id, as: 'defaultFooterId'
2094
+ property :default_header_id, as: 'defaultHeaderId'
2095
+ property :even_page_footer_id, as: 'evenPageFooterId'
2096
+ property :even_page_header_id, as: 'evenPageHeaderId'
2097
+ property :first_page_footer_id, as: 'firstPageFooterId'
2098
+ property :first_page_header_id, as: 'firstPageHeaderId'
2099
+ property :margin_bottom, as: 'marginBottom', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
2100
+
2101
+ property :margin_footer, as: 'marginFooter', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
2102
+
2103
+ property :margin_header, as: 'marginHeader', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
2104
+
2105
+ property :margin_left, as: 'marginLeft', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
2106
+
2107
+ property :margin_right, as: 'marginRight', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
2108
+
2109
+ property :margin_top, as: 'marginTop', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
2110
+
2111
+ property :page_number_start, as: 'pageNumberStart'
2112
+ property :section_type, as: 'sectionType'
2113
+ property :use_first_page_header_footer, as: 'useFirstPageHeaderFooter'
2114
+ end
2115
+ end
2116
+
2117
+ class Shading
2118
+ # @private
2119
+ class Representation < Google::Apis::Core::JsonRepresentation
2120
+ property :background_color, as: 'backgroundColor', class: Google::Apis::DocsV1::OptionalColor, decorator: Google::Apis::DocsV1::OptionalColor::Representation
2121
+
2122
+ end
2123
+ end
2124
+
2125
+ class ShadingSuggestionState
2126
+ # @private
2127
+ class Representation < Google::Apis::Core::JsonRepresentation
2128
+ property :background_color_suggested, as: 'backgroundColorSuggested'
2129
+ end
2130
+ end
2131
+
2132
+ class SheetsChartReference
2133
+ # @private
2134
+ class Representation < Google::Apis::Core::JsonRepresentation
2135
+ property :chart_id, as: 'chartId'
2136
+ property :spreadsheet_id, as: 'spreadsheetId'
2137
+ end
2138
+ end
2139
+
2140
+ class SheetsChartReferenceSuggestionState
2141
+ # @private
2142
+ class Representation < Google::Apis::Core::JsonRepresentation
2143
+ property :chart_id_suggested, as: 'chartIdSuggested'
2144
+ property :spreadsheet_id_suggested, as: 'spreadsheetIdSuggested'
2145
+ end
2146
+ end
2147
+
2148
+ class Size
2149
+ # @private
2150
+ class Representation < Google::Apis::Core::JsonRepresentation
2151
+ property :height, as: 'height', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
2152
+
2153
+ property :width, as: 'width', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
2154
+
2155
+ end
2156
+ end
2157
+
2158
+ class SizeSuggestionState
2159
+ # @private
2160
+ class Representation < Google::Apis::Core::JsonRepresentation
2161
+ property :height_suggested, as: 'heightSuggested'
2162
+ property :width_suggested, as: 'widthSuggested'
2163
+ end
2164
+ end
2165
+
2166
+ class StructuralElement
2167
+ # @private
2168
+ class Representation < Google::Apis::Core::JsonRepresentation
2169
+ property :end_index, as: 'endIndex'
2170
+ property :paragraph, as: 'paragraph', class: Google::Apis::DocsV1::Paragraph, decorator: Google::Apis::DocsV1::Paragraph::Representation
2171
+
2172
+ property :section_break, as: 'sectionBreak', class: Google::Apis::DocsV1::SectionBreak, decorator: Google::Apis::DocsV1::SectionBreak::Representation
2173
+
2174
+ property :start_index, as: 'startIndex'
2175
+ property :table, as: 'table', class: Google::Apis::DocsV1::Table, decorator: Google::Apis::DocsV1::Table::Representation
2176
+
2177
+ property :table_of_contents, as: 'tableOfContents', class: Google::Apis::DocsV1::TableOfContents, decorator: Google::Apis::DocsV1::TableOfContents::Representation
2178
+
2179
+ end
2180
+ end
2181
+
2182
+ class SubstringMatchCriteria
2183
+ # @private
2184
+ class Representation < Google::Apis::Core::JsonRepresentation
2185
+ property :match_case, as: 'matchCase'
2186
+ property :text, as: 'text'
2187
+ end
2188
+ end
2189
+
2190
+ class SuggestedBullet
2191
+ # @private
2192
+ class Representation < Google::Apis::Core::JsonRepresentation
2193
+ property :bullet, as: 'bullet', class: Google::Apis::DocsV1::Bullet, decorator: Google::Apis::DocsV1::Bullet::Representation
2194
+
2195
+ property :bullet_suggestion_state, as: 'bulletSuggestionState', class: Google::Apis::DocsV1::BulletSuggestionState, decorator: Google::Apis::DocsV1::BulletSuggestionState::Representation
2196
+
2197
+ end
2198
+ end
2199
+
2200
+ class SuggestedDocumentStyle
2201
+ # @private
2202
+ class Representation < Google::Apis::Core::JsonRepresentation
2203
+ property :document_style, as: 'documentStyle', class: Google::Apis::DocsV1::DocumentStyle, decorator: Google::Apis::DocsV1::DocumentStyle::Representation
2204
+
2205
+ property :document_style_suggestion_state, as: 'documentStyleSuggestionState', class: Google::Apis::DocsV1::DocumentStyleSuggestionState, decorator: Google::Apis::DocsV1::DocumentStyleSuggestionState::Representation
2206
+
2207
+ end
2208
+ end
2209
+
2210
+ class SuggestedInlineObjectProperties
2211
+ # @private
2212
+ class Representation < Google::Apis::Core::JsonRepresentation
2213
+ property :inline_object_properties, as: 'inlineObjectProperties', class: Google::Apis::DocsV1::InlineObjectProperties, decorator: Google::Apis::DocsV1::InlineObjectProperties::Representation
2214
+
2215
+ property :inline_object_properties_suggestion_state, as: 'inlineObjectPropertiesSuggestionState', class: Google::Apis::DocsV1::InlineObjectPropertiesSuggestionState, decorator: Google::Apis::DocsV1::InlineObjectPropertiesSuggestionState::Representation
2216
+
2217
+ end
2218
+ end
2219
+
2220
+ class SuggestedListProperties
2221
+ # @private
2222
+ class Representation < Google::Apis::Core::JsonRepresentation
2223
+ property :list_properties, as: 'listProperties', class: Google::Apis::DocsV1::ListProperties, decorator: Google::Apis::DocsV1::ListProperties::Representation
2224
+
2225
+ property :list_properties_suggestion_state, as: 'listPropertiesSuggestionState', class: Google::Apis::DocsV1::ListPropertiesSuggestionState, decorator: Google::Apis::DocsV1::ListPropertiesSuggestionState::Representation
2226
+
2227
+ end
2228
+ end
2229
+
2230
+ class SuggestedNamedStyles
2231
+ # @private
2232
+ class Representation < Google::Apis::Core::JsonRepresentation
2233
+ property :named_styles, as: 'namedStyles', class: Google::Apis::DocsV1::NamedStyles, decorator: Google::Apis::DocsV1::NamedStyles::Representation
2234
+
2235
+ property :named_styles_suggestion_state, as: 'namedStylesSuggestionState', class: Google::Apis::DocsV1::NamedStylesSuggestionState, decorator: Google::Apis::DocsV1::NamedStylesSuggestionState::Representation
2236
+
2237
+ end
2238
+ end
2239
+
2240
+ class SuggestedParagraphStyle
2241
+ # @private
2242
+ class Representation < Google::Apis::Core::JsonRepresentation
2243
+ property :paragraph_style, as: 'paragraphStyle', class: Google::Apis::DocsV1::ParagraphStyle, decorator: Google::Apis::DocsV1::ParagraphStyle::Representation
2244
+
2245
+ property :paragraph_style_suggestion_state, as: 'paragraphStyleSuggestionState', class: Google::Apis::DocsV1::ParagraphStyleSuggestionState, decorator: Google::Apis::DocsV1::ParagraphStyleSuggestionState::Representation
2246
+
2247
+ end
2248
+ end
2249
+
2250
+ class SuggestedPositionedObjectProperties
2251
+ # @private
2252
+ class Representation < Google::Apis::Core::JsonRepresentation
2253
+ property :positioned_object_properties, as: 'positionedObjectProperties', class: Google::Apis::DocsV1::PositionedObjectProperties, decorator: Google::Apis::DocsV1::PositionedObjectProperties::Representation
2254
+
2255
+ property :positioned_object_properties_suggestion_state, as: 'positionedObjectPropertiesSuggestionState', class: Google::Apis::DocsV1::PositionedObjectPropertiesSuggestionState, decorator: Google::Apis::DocsV1::PositionedObjectPropertiesSuggestionState::Representation
2256
+
2257
+ end
2258
+ end
2259
+
2260
+ class SuggestedTableCellStyle
2261
+ # @private
2262
+ class Representation < Google::Apis::Core::JsonRepresentation
2263
+ property :table_cell_style, as: 'tableCellStyle', class: Google::Apis::DocsV1::TableCellStyle, decorator: Google::Apis::DocsV1::TableCellStyle::Representation
2264
+
2265
+ property :table_cell_style_suggestion_state, as: 'tableCellStyleSuggestionState', class: Google::Apis::DocsV1::TableCellStyleSuggestionState, decorator: Google::Apis::DocsV1::TableCellStyleSuggestionState::Representation
2266
+
2267
+ end
2268
+ end
2269
+
2270
+ class SuggestedTableRowStyle
2271
+ # @private
2272
+ class Representation < Google::Apis::Core::JsonRepresentation
2273
+ property :table_row_style, as: 'tableRowStyle', class: Google::Apis::DocsV1::TableRowStyle, decorator: Google::Apis::DocsV1::TableRowStyle::Representation
2274
+
2275
+ property :table_row_style_suggestion_state, as: 'tableRowStyleSuggestionState', class: Google::Apis::DocsV1::TableRowStyleSuggestionState, decorator: Google::Apis::DocsV1::TableRowStyleSuggestionState::Representation
2276
+
2277
+ end
2278
+ end
2279
+
2280
+ class SuggestedTextStyle
2281
+ # @private
2282
+ class Representation < Google::Apis::Core::JsonRepresentation
2283
+ property :text_style, as: 'textStyle', class: Google::Apis::DocsV1::TextStyle, decorator: Google::Apis::DocsV1::TextStyle::Representation
2284
+
2285
+ property :text_style_suggestion_state, as: 'textStyleSuggestionState', class: Google::Apis::DocsV1::TextStyleSuggestionState, decorator: Google::Apis::DocsV1::TextStyleSuggestionState::Representation
2286
+
2287
+ end
2288
+ end
2289
+
2290
+ class TabStop
2291
+ # @private
2292
+ class Representation < Google::Apis::Core::JsonRepresentation
2293
+ property :alignment, as: 'alignment'
2294
+ property :offset, as: 'offset', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
2295
+
2296
+ end
2297
+ end
2298
+
2299
+ class Table
2300
+ # @private
2301
+ class Representation < Google::Apis::Core::JsonRepresentation
2302
+ property :columns, as: 'columns'
2303
+ property :rows, as: 'rows'
2304
+ collection :suggested_deletion_ids, as: 'suggestedDeletionIds'
2305
+ collection :suggested_insertion_ids, as: 'suggestedInsertionIds'
2306
+ collection :table_rows, as: 'tableRows', class: Google::Apis::DocsV1::TableRow, decorator: Google::Apis::DocsV1::TableRow::Representation
2307
+
2308
+ property :table_style, as: 'tableStyle', class: Google::Apis::DocsV1::TableStyle, decorator: Google::Apis::DocsV1::TableStyle::Representation
2309
+
2310
+ end
2311
+ end
2312
+
2313
+ class TableCell
2314
+ # @private
2315
+ class Representation < Google::Apis::Core::JsonRepresentation
2316
+ collection :content, as: 'content', class: Google::Apis::DocsV1::StructuralElement, decorator: Google::Apis::DocsV1::StructuralElement::Representation
2317
+
2318
+ property :end_index, as: 'endIndex'
2319
+ property :start_index, as: 'startIndex'
2320
+ collection :suggested_deletion_ids, as: 'suggestedDeletionIds'
2321
+ collection :suggested_insertion_ids, as: 'suggestedInsertionIds'
2322
+ hash :suggested_table_cell_style_changes, as: 'suggestedTableCellStyleChanges', class: Google::Apis::DocsV1::SuggestedTableCellStyle, decorator: Google::Apis::DocsV1::SuggestedTableCellStyle::Representation
2323
+
2324
+ property :table_cell_style, as: 'tableCellStyle', class: Google::Apis::DocsV1::TableCellStyle, decorator: Google::Apis::DocsV1::TableCellStyle::Representation
2325
+
2326
+ end
2327
+ end
2328
+
2329
+ class TableCellBorder
2330
+ # @private
2331
+ class Representation < Google::Apis::Core::JsonRepresentation
2332
+ property :color, as: 'color', class: Google::Apis::DocsV1::OptionalColor, decorator: Google::Apis::DocsV1::OptionalColor::Representation
2333
+
2334
+ property :dash_style, as: 'dashStyle'
2335
+ property :width, as: 'width', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
2336
+
2337
+ end
2338
+ end
2339
+
2340
+ class TableCellLocation
2341
+ # @private
2342
+ class Representation < Google::Apis::Core::JsonRepresentation
2343
+ property :column_index, as: 'columnIndex'
2344
+ property :row_index, as: 'rowIndex'
2345
+ property :table_start_location, as: 'tableStartLocation', class: Google::Apis::DocsV1::Location, decorator: Google::Apis::DocsV1::Location::Representation
2346
+
2347
+ end
2348
+ end
2349
+
2350
+ class TableCellStyle
2351
+ # @private
2352
+ class Representation < Google::Apis::Core::JsonRepresentation
2353
+ property :background_color, as: 'backgroundColor', class: Google::Apis::DocsV1::OptionalColor, decorator: Google::Apis::DocsV1::OptionalColor::Representation
2354
+
2355
+ property :border_bottom, as: 'borderBottom', class: Google::Apis::DocsV1::TableCellBorder, decorator: Google::Apis::DocsV1::TableCellBorder::Representation
2356
+
2357
+ property :border_left, as: 'borderLeft', class: Google::Apis::DocsV1::TableCellBorder, decorator: Google::Apis::DocsV1::TableCellBorder::Representation
2358
+
2359
+ property :border_right, as: 'borderRight', class: Google::Apis::DocsV1::TableCellBorder, decorator: Google::Apis::DocsV1::TableCellBorder::Representation
2360
+
2361
+ property :border_top, as: 'borderTop', class: Google::Apis::DocsV1::TableCellBorder, decorator: Google::Apis::DocsV1::TableCellBorder::Representation
2362
+
2363
+ property :column_span, as: 'columnSpan'
2364
+ property :content_alignment, as: 'contentAlignment'
2365
+ property :padding_bottom, as: 'paddingBottom', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
2366
+
2367
+ property :padding_left, as: 'paddingLeft', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
2368
+
2369
+ property :padding_right, as: 'paddingRight', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
2370
+
2371
+ property :padding_top, as: 'paddingTop', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
2372
+
2373
+ property :row_span, as: 'rowSpan'
2374
+ end
2375
+ end
2376
+
2377
+ class TableCellStyleSuggestionState
2378
+ # @private
2379
+ class Representation < Google::Apis::Core::JsonRepresentation
2380
+ property :background_color_suggested, as: 'backgroundColorSuggested'
2381
+ property :border_bottom_suggested, as: 'borderBottomSuggested'
2382
+ property :border_left_suggested, as: 'borderLeftSuggested'
2383
+ property :border_right_suggested, as: 'borderRightSuggested'
2384
+ property :border_top_suggested, as: 'borderTopSuggested'
2385
+ property :column_span_suggested, as: 'columnSpanSuggested'
2386
+ property :content_alignment_suggested, as: 'contentAlignmentSuggested'
2387
+ property :padding_bottom_suggested, as: 'paddingBottomSuggested'
2388
+ property :padding_left_suggested, as: 'paddingLeftSuggested'
2389
+ property :padding_right_suggested, as: 'paddingRightSuggested'
2390
+ property :padding_top_suggested, as: 'paddingTopSuggested'
2391
+ property :row_span_suggested, as: 'rowSpanSuggested'
2392
+ end
2393
+ end
2394
+
2395
+ class TableColumnProperties
2396
+ # @private
2397
+ class Representation < Google::Apis::Core::JsonRepresentation
2398
+ property :width, as: 'width', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
2399
+
2400
+ property :width_type, as: 'widthType'
2401
+ end
2402
+ end
2403
+
2404
+ class TableOfContents
2405
+ # @private
2406
+ class Representation < Google::Apis::Core::JsonRepresentation
2407
+ collection :content, as: 'content', class: Google::Apis::DocsV1::StructuralElement, decorator: Google::Apis::DocsV1::StructuralElement::Representation
2408
+
2409
+ collection :suggested_deletion_ids, as: 'suggestedDeletionIds'
2410
+ collection :suggested_insertion_ids, as: 'suggestedInsertionIds'
2411
+ end
2412
+ end
2413
+
2414
+ class TableRange
2415
+ # @private
2416
+ class Representation < Google::Apis::Core::JsonRepresentation
2417
+ property :column_span, as: 'columnSpan'
2418
+ property :row_span, as: 'rowSpan'
2419
+ property :table_cell_location, as: 'tableCellLocation', class: Google::Apis::DocsV1::TableCellLocation, decorator: Google::Apis::DocsV1::TableCellLocation::Representation
2420
+
2421
+ end
2422
+ end
2423
+
2424
+ class TableRow
2425
+ # @private
2426
+ class Representation < Google::Apis::Core::JsonRepresentation
2427
+ property :end_index, as: 'endIndex'
2428
+ property :start_index, as: 'startIndex'
2429
+ collection :suggested_deletion_ids, as: 'suggestedDeletionIds'
2430
+ collection :suggested_insertion_ids, as: 'suggestedInsertionIds'
2431
+ hash :suggested_table_row_style_changes, as: 'suggestedTableRowStyleChanges', class: Google::Apis::DocsV1::SuggestedTableRowStyle, decorator: Google::Apis::DocsV1::SuggestedTableRowStyle::Representation
2432
+
2433
+ collection :table_cells, as: 'tableCells', class: Google::Apis::DocsV1::TableCell, decorator: Google::Apis::DocsV1::TableCell::Representation
2434
+
2435
+ property :table_row_style, as: 'tableRowStyle', class: Google::Apis::DocsV1::TableRowStyle, decorator: Google::Apis::DocsV1::TableRowStyle::Representation
2436
+
2437
+ end
2438
+ end
2439
+
2440
+ class TableRowStyle
2441
+ # @private
2442
+ class Representation < Google::Apis::Core::JsonRepresentation
2443
+ property :min_row_height, as: 'minRowHeight', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
2444
+
2445
+ end
2446
+ end
2447
+
2448
+ class TableRowStyleSuggestionState
2449
+ # @private
2450
+ class Representation < Google::Apis::Core::JsonRepresentation
2451
+ property :min_row_height_suggested, as: 'minRowHeightSuggested'
2452
+ end
2453
+ end
2454
+
2455
+ class TableStyle
2456
+ # @private
2457
+ class Representation < Google::Apis::Core::JsonRepresentation
2458
+ collection :table_column_properties, as: 'tableColumnProperties', class: Google::Apis::DocsV1::TableColumnProperties, decorator: Google::Apis::DocsV1::TableColumnProperties::Representation
2459
+
2460
+ end
2461
+ end
2462
+
2463
+ class TextRun
2464
+ # @private
2465
+ class Representation < Google::Apis::Core::JsonRepresentation
2466
+ property :content, as: 'content'
2467
+ collection :suggested_deletion_ids, as: 'suggestedDeletionIds'
2468
+ collection :suggested_insertion_ids, as: 'suggestedInsertionIds'
2469
+ hash :suggested_text_style_changes, as: 'suggestedTextStyleChanges', class: Google::Apis::DocsV1::SuggestedTextStyle, decorator: Google::Apis::DocsV1::SuggestedTextStyle::Representation
2470
+
2471
+ property :text_style, as: 'textStyle', class: Google::Apis::DocsV1::TextStyle, decorator: Google::Apis::DocsV1::TextStyle::Representation
2472
+
2473
+ end
2474
+ end
2475
+
2476
+ class TextStyle
2477
+ # @private
2478
+ class Representation < Google::Apis::Core::JsonRepresentation
2479
+ property :background_color, as: 'backgroundColor', class: Google::Apis::DocsV1::OptionalColor, decorator: Google::Apis::DocsV1::OptionalColor::Representation
2480
+
2481
+ property :baseline_offset, as: 'baselineOffset'
2482
+ property :bold, as: 'bold'
2483
+ property :font_size, as: 'fontSize', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
2484
+
2485
+ property :foreground_color, as: 'foregroundColor', class: Google::Apis::DocsV1::OptionalColor, decorator: Google::Apis::DocsV1::OptionalColor::Representation
2486
+
2487
+ property :italic, as: 'italic'
2488
+ property :link, as: 'link', class: Google::Apis::DocsV1::Link, decorator: Google::Apis::DocsV1::Link::Representation
2489
+
2490
+ property :small_caps, as: 'smallCaps'
2491
+ property :strikethrough, as: 'strikethrough'
2492
+ property :underline, as: 'underline'
2493
+ property :weighted_font_family, as: 'weightedFontFamily', class: Google::Apis::DocsV1::WeightedFontFamily, decorator: Google::Apis::DocsV1::WeightedFontFamily::Representation
2494
+
2495
+ end
2496
+ end
2497
+
2498
+ class TextStyleSuggestionState
2499
+ # @private
2500
+ class Representation < Google::Apis::Core::JsonRepresentation
2501
+ property :background_color_suggested, as: 'backgroundColorSuggested'
2502
+ property :baseline_offset_suggested, as: 'baselineOffsetSuggested'
2503
+ property :bold_suggested, as: 'boldSuggested'
2504
+ property :font_size_suggested, as: 'fontSizeSuggested'
2505
+ property :foreground_color_suggested, as: 'foregroundColorSuggested'
2506
+ property :italic_suggested, as: 'italicSuggested'
2507
+ property :link_suggested, as: 'linkSuggested'
2508
+ property :small_caps_suggested, as: 'smallCapsSuggested'
2509
+ property :strikethrough_suggested, as: 'strikethroughSuggested'
2510
+ property :underline_suggested, as: 'underlineSuggested'
2511
+ property :weighted_font_family_suggested, as: 'weightedFontFamilySuggested'
2512
+ end
2513
+ end
2514
+
2515
+ class UnmergeTableCellsRequest
2516
+ # @private
2517
+ class Representation < Google::Apis::Core::JsonRepresentation
2518
+ property :table_range, as: 'tableRange', class: Google::Apis::DocsV1::TableRange, decorator: Google::Apis::DocsV1::TableRange::Representation
2519
+
2520
+ end
2521
+ end
2522
+
2523
+ class UpdateDocumentStyleRequest
2524
+ # @private
2525
+ class Representation < Google::Apis::Core::JsonRepresentation
2526
+ property :document_style, as: 'documentStyle', class: Google::Apis::DocsV1::DocumentStyle, decorator: Google::Apis::DocsV1::DocumentStyle::Representation
2527
+
2528
+ property :fields, as: 'fields'
2529
+ end
2530
+ end
2531
+
2532
+ class UpdateParagraphStyleRequest
2533
+ # @private
2534
+ class Representation < Google::Apis::Core::JsonRepresentation
2535
+ property :fields, as: 'fields'
2536
+ property :paragraph_style, as: 'paragraphStyle', class: Google::Apis::DocsV1::ParagraphStyle, decorator: Google::Apis::DocsV1::ParagraphStyle::Representation
2537
+
2538
+ property :range, as: 'range', class: Google::Apis::DocsV1::Range, decorator: Google::Apis::DocsV1::Range::Representation
2539
+
2540
+ end
2541
+ end
2542
+
2543
+ class UpdateSectionStyleRequest
2544
+ # @private
2545
+ class Representation < Google::Apis::Core::JsonRepresentation
2546
+ property :fields, as: 'fields'
2547
+ property :range, as: 'range', class: Google::Apis::DocsV1::Range, decorator: Google::Apis::DocsV1::Range::Representation
2548
+
2549
+ property :section_style, as: 'sectionStyle', class: Google::Apis::DocsV1::SectionStyle, decorator: Google::Apis::DocsV1::SectionStyle::Representation
2550
+
2551
+ end
2552
+ end
2553
+
2554
+ class UpdateTableCellStyleRequest
2555
+ # @private
2556
+ class Representation < Google::Apis::Core::JsonRepresentation
2557
+ property :fields, as: 'fields'
2558
+ property :table_cell_style, as: 'tableCellStyle', class: Google::Apis::DocsV1::TableCellStyle, decorator: Google::Apis::DocsV1::TableCellStyle::Representation
2559
+
2560
+ property :table_range, as: 'tableRange', class: Google::Apis::DocsV1::TableRange, decorator: Google::Apis::DocsV1::TableRange::Representation
2561
+
2562
+ property :table_start_location, as: 'tableStartLocation', class: Google::Apis::DocsV1::Location, decorator: Google::Apis::DocsV1::Location::Representation
2563
+
2564
+ end
2565
+ end
2566
+
2567
+ class UpdateTableColumnPropertiesRequest
2568
+ # @private
2569
+ class Representation < Google::Apis::Core::JsonRepresentation
2570
+ collection :column_indices, as: 'columnIndices'
2571
+ property :fields, as: 'fields'
2572
+ property :table_column_properties, as: 'tableColumnProperties', class: Google::Apis::DocsV1::TableColumnProperties, decorator: Google::Apis::DocsV1::TableColumnProperties::Representation
2573
+
2574
+ property :table_start_location, as: 'tableStartLocation', class: Google::Apis::DocsV1::Location, decorator: Google::Apis::DocsV1::Location::Representation
2575
+
2576
+ end
2577
+ end
2578
+
2579
+ class UpdateTableRowStyleRequest
2580
+ # @private
2581
+ class Representation < Google::Apis::Core::JsonRepresentation
2582
+ property :fields, as: 'fields'
2583
+ collection :row_indices, as: 'rowIndices'
2584
+ property :table_row_style, as: 'tableRowStyle', class: Google::Apis::DocsV1::TableRowStyle, decorator: Google::Apis::DocsV1::TableRowStyle::Representation
2585
+
2586
+ property :table_start_location, as: 'tableStartLocation', class: Google::Apis::DocsV1::Location, decorator: Google::Apis::DocsV1::Location::Representation
2587
+
2588
+ end
2589
+ end
2590
+
2591
+ class UpdateTextStyleRequest
2592
+ # @private
2593
+ class Representation < Google::Apis::Core::JsonRepresentation
2594
+ property :fields, as: 'fields'
2595
+ property :range, as: 'range', class: Google::Apis::DocsV1::Range, decorator: Google::Apis::DocsV1::Range::Representation
2596
+
2597
+ property :text_style, as: 'textStyle', class: Google::Apis::DocsV1::TextStyle, decorator: Google::Apis::DocsV1::TextStyle::Representation
2598
+
2599
+ end
2600
+ end
2601
+
2602
+ class WeightedFontFamily
2603
+ # @private
2604
+ class Representation < Google::Apis::Core::JsonRepresentation
2605
+ property :font_family, as: 'fontFamily'
2606
+ property :weight, as: 'weight'
2607
+ end
2608
+ end
2609
+
2610
+ class WriteControl
2611
+ # @private
2612
+ class Representation < Google::Apis::Core::JsonRepresentation
2613
+ property :required_revision_id, as: 'requiredRevisionId'
2614
+ property :target_revision_id, as: 'targetRevisionId'
2615
+ end
2616
+ end
2617
+ end
2618
+ end
2619
+ end