google-api-client 0.28.2 → 0.28.3

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.
Files changed (30) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +15 -0
  3. data/generated/google/apis/bigquery_v2.rb +1 -1
  4. data/generated/google/apis/bigquery_v2/classes.rb +28 -0
  5. data/generated/google/apis/bigquery_v2/representations.rb +15 -0
  6. data/generated/google/apis/cloudfunctions_v1.rb +1 -1
  7. data/generated/google/apis/cloudfunctions_v1/service.rb +7 -9
  8. data/generated/google/apis/cloudtasks_v2beta3.rb +1 -1
  9. data/generated/google/apis/dataflow_v1b3.rb +1 -1
  10. data/generated/google/apis/dataflow_v1b3/classes.rb +31 -0
  11. data/generated/google/apis/dataflow_v1b3/representations.rb +5 -0
  12. data/generated/google/apis/dfareporting_v3_3.rb +40 -0
  13. data/generated/google/apis/dfareporting_v3_3/classes.rb +12282 -0
  14. data/generated/google/apis/dfareporting_v3_3/representations.rb +4424 -0
  15. data/generated/google/apis/dfareporting_v3_3/service.rb +8688 -0
  16. data/generated/google/apis/games_v1.rb +4 -1
  17. data/generated/google/apis/iam_v1.rb +1 -1
  18. data/generated/google/apis/iam_v1/service.rb +0 -8
  19. data/generated/google/apis/iamcredentials_v1.rb +1 -1
  20. data/generated/google/apis/iamcredentials_v1/classes.rb +2 -2
  21. data/generated/google/apis/script_v1.rb +1 -1
  22. data/generated/google/apis/script_v1/classes.rb +3 -2
  23. data/generated/google/apis/serviceconsumermanagement_v1.rb +1 -1
  24. data/generated/google/apis/serviceconsumermanagement_v1/service.rb +2 -0
  25. data/generated/google/apis/servicecontrol_v1.rb +1 -1
  26. data/generated/google/apis/servicecontrol_v1/classes.rb +44 -0
  27. data/generated/google/apis/servicecontrol_v1/representations.rb +2 -0
  28. data/generated/google/apis/youtube_partner_v1.rb +1 -1
  29. data/lib/google/apis/version.rb +1 -1
  30. metadata +6 -2
@@ -0,0 +1,4424 @@
1
+ # Copyright 2015 Google Inc.
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 DfareportingV3_3
24
+
25
+ class Account
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class AccountActiveAdSummary
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
37
+ class AccountPermission
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
43
+ class AccountPermissionGroup
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
49
+ class AccountPermissionGroupsListResponse
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
55
+ class AccountPermissionsListResponse
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class AccountUserProfile
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class AccountUserProfilesListResponse
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class AccountsListResponse
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
79
+ class Activities
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
85
+ class Ad
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
91
+ class AdBlockingConfiguration
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
97
+ class AdSlot
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
103
+ class AdsListResponse
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class Advertiser
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
115
+ class AdvertiserGroup
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
121
+ class AdvertiserGroupsListResponse
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
127
+ class AdvertiserLandingPagesListResponse
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
133
+ class AdvertisersListResponse
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
139
+ class AudienceSegment
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class AudienceSegmentGroup
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
151
+ class Browser
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
157
+ class BrowsersListResponse
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
163
+ class Campaign
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
169
+ class CampaignCreativeAssociation
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
175
+ class CampaignCreativeAssociationsListResponse
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class CampaignsListResponse
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
187
+ class ChangeLog
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
193
+ class ChangeLogsListResponse
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
199
+ class CitiesListResponse
200
+ class Representation < Google::Apis::Core::JsonRepresentation; end
201
+
202
+ include Google::Apis::Core::JsonObjectSupport
203
+ end
204
+
205
+ class City
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
211
+ class ClickTag
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
217
+ class ClickThroughUrl
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
223
+ class ClickThroughUrlSuffixProperties
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
229
+ class CompanionClickThroughOverride
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
235
+ class CompanionSetting
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
241
+ class CompatibleFields
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
247
+ class ConnectionType
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
253
+ class ConnectionTypesListResponse
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
259
+ class ContentCategoriesListResponse
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
265
+ class ContentCategory
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ include Google::Apis::Core::JsonObjectSupport
269
+ end
270
+
271
+ class Conversion
272
+ class Representation < Google::Apis::Core::JsonRepresentation; end
273
+
274
+ include Google::Apis::Core::JsonObjectSupport
275
+ end
276
+
277
+ class ConversionError
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
283
+ class ConversionStatus
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
289
+ class ConversionsBatchInsertRequest
290
+ class Representation < Google::Apis::Core::JsonRepresentation; end
291
+
292
+ include Google::Apis::Core::JsonObjectSupport
293
+ end
294
+
295
+ class ConversionsBatchInsertResponse
296
+ class Representation < Google::Apis::Core::JsonRepresentation; end
297
+
298
+ include Google::Apis::Core::JsonObjectSupport
299
+ end
300
+
301
+ class ConversionsBatchUpdateRequest
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
307
+ class ConversionsBatchUpdateResponse
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+
310
+ include Google::Apis::Core::JsonObjectSupport
311
+ end
312
+
313
+ class CountriesListResponse
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
319
+ class Country
320
+ class Representation < Google::Apis::Core::JsonRepresentation; end
321
+
322
+ include Google::Apis::Core::JsonObjectSupport
323
+ end
324
+
325
+ class Creative
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
331
+ class CreativeAsset
332
+ class Representation < Google::Apis::Core::JsonRepresentation; end
333
+
334
+ include Google::Apis::Core::JsonObjectSupport
335
+ end
336
+
337
+ class CreativeAssetId
338
+ class Representation < Google::Apis::Core::JsonRepresentation; end
339
+
340
+ include Google::Apis::Core::JsonObjectSupport
341
+ end
342
+
343
+ class CreativeAssetMetadata
344
+ class Representation < Google::Apis::Core::JsonRepresentation; end
345
+
346
+ include Google::Apis::Core::JsonObjectSupport
347
+ end
348
+
349
+ class CreativeAssetSelection
350
+ class Representation < Google::Apis::Core::JsonRepresentation; end
351
+
352
+ include Google::Apis::Core::JsonObjectSupport
353
+ end
354
+
355
+ class CreativeAssignment
356
+ class Representation < Google::Apis::Core::JsonRepresentation; end
357
+
358
+ include Google::Apis::Core::JsonObjectSupport
359
+ end
360
+
361
+ class CreativeClickThroughUrl
362
+ class Representation < Google::Apis::Core::JsonRepresentation; end
363
+
364
+ include Google::Apis::Core::JsonObjectSupport
365
+ end
366
+
367
+ class CreativeCustomEvent
368
+ class Representation < Google::Apis::Core::JsonRepresentation; end
369
+
370
+ include Google::Apis::Core::JsonObjectSupport
371
+ end
372
+
373
+ class CreativeField
374
+ class Representation < Google::Apis::Core::JsonRepresentation; end
375
+
376
+ include Google::Apis::Core::JsonObjectSupport
377
+ end
378
+
379
+ class CreativeFieldAssignment
380
+ class Representation < Google::Apis::Core::JsonRepresentation; end
381
+
382
+ include Google::Apis::Core::JsonObjectSupport
383
+ end
384
+
385
+ class CreativeFieldValue
386
+ class Representation < Google::Apis::Core::JsonRepresentation; end
387
+
388
+ include Google::Apis::Core::JsonObjectSupport
389
+ end
390
+
391
+ class CreativeFieldValuesListResponse
392
+ class Representation < Google::Apis::Core::JsonRepresentation; end
393
+
394
+ include Google::Apis::Core::JsonObjectSupport
395
+ end
396
+
397
+ class CreativeFieldsListResponse
398
+ class Representation < Google::Apis::Core::JsonRepresentation; end
399
+
400
+ include Google::Apis::Core::JsonObjectSupport
401
+ end
402
+
403
+ class CreativeGroup
404
+ class Representation < Google::Apis::Core::JsonRepresentation; end
405
+
406
+ include Google::Apis::Core::JsonObjectSupport
407
+ end
408
+
409
+ class CreativeGroupAssignment
410
+ class Representation < Google::Apis::Core::JsonRepresentation; end
411
+
412
+ include Google::Apis::Core::JsonObjectSupport
413
+ end
414
+
415
+ class CreativeGroupsListResponse
416
+ class Representation < Google::Apis::Core::JsonRepresentation; end
417
+
418
+ include Google::Apis::Core::JsonObjectSupport
419
+ end
420
+
421
+ class CreativeOptimizationConfiguration
422
+ class Representation < Google::Apis::Core::JsonRepresentation; end
423
+
424
+ include Google::Apis::Core::JsonObjectSupport
425
+ end
426
+
427
+ class CreativeRotation
428
+ class Representation < Google::Apis::Core::JsonRepresentation; end
429
+
430
+ include Google::Apis::Core::JsonObjectSupport
431
+ end
432
+
433
+ class CreativesListResponse
434
+ class Representation < Google::Apis::Core::JsonRepresentation; end
435
+
436
+ include Google::Apis::Core::JsonObjectSupport
437
+ end
438
+
439
+ class CrossDimensionReachReportCompatibleFields
440
+ class Representation < Google::Apis::Core::JsonRepresentation; end
441
+
442
+ include Google::Apis::Core::JsonObjectSupport
443
+ end
444
+
445
+ class CustomFloodlightVariable
446
+ class Representation < Google::Apis::Core::JsonRepresentation; end
447
+
448
+ include Google::Apis::Core::JsonObjectSupport
449
+ end
450
+
451
+ class CustomRichMediaEvents
452
+ class Representation < Google::Apis::Core::JsonRepresentation; end
453
+
454
+ include Google::Apis::Core::JsonObjectSupport
455
+ end
456
+
457
+ class CustomViewabilityMetric
458
+ class Representation < Google::Apis::Core::JsonRepresentation; end
459
+
460
+ include Google::Apis::Core::JsonObjectSupport
461
+ end
462
+
463
+ class CustomViewabilityMetricConfiguration
464
+ class Representation < Google::Apis::Core::JsonRepresentation; end
465
+
466
+ include Google::Apis::Core::JsonObjectSupport
467
+ end
468
+
469
+ class DateRange
470
+ class Representation < Google::Apis::Core::JsonRepresentation; end
471
+
472
+ include Google::Apis::Core::JsonObjectSupport
473
+ end
474
+
475
+ class DayPartTargeting
476
+ class Representation < Google::Apis::Core::JsonRepresentation; end
477
+
478
+ include Google::Apis::Core::JsonObjectSupport
479
+ end
480
+
481
+ class DeepLink
482
+ class Representation < Google::Apis::Core::JsonRepresentation; end
483
+
484
+ include Google::Apis::Core::JsonObjectSupport
485
+ end
486
+
487
+ class DefaultClickThroughEventTagProperties
488
+ class Representation < Google::Apis::Core::JsonRepresentation; end
489
+
490
+ include Google::Apis::Core::JsonObjectSupport
491
+ end
492
+
493
+ class DeliverySchedule
494
+ class Representation < Google::Apis::Core::JsonRepresentation; end
495
+
496
+ include Google::Apis::Core::JsonObjectSupport
497
+ end
498
+
499
+ class DfpSettings
500
+ class Representation < Google::Apis::Core::JsonRepresentation; end
501
+
502
+ include Google::Apis::Core::JsonObjectSupport
503
+ end
504
+
505
+ class Dimension
506
+ class Representation < Google::Apis::Core::JsonRepresentation; end
507
+
508
+ include Google::Apis::Core::JsonObjectSupport
509
+ end
510
+
511
+ class DimensionFilter
512
+ class Representation < Google::Apis::Core::JsonRepresentation; end
513
+
514
+ include Google::Apis::Core::JsonObjectSupport
515
+ end
516
+
517
+ class DimensionValue
518
+ class Representation < Google::Apis::Core::JsonRepresentation; end
519
+
520
+ include Google::Apis::Core::JsonObjectSupport
521
+ end
522
+
523
+ class DimensionValueList
524
+ class Representation < Google::Apis::Core::JsonRepresentation; end
525
+
526
+ include Google::Apis::Core::JsonObjectSupport
527
+ end
528
+
529
+ class DimensionValueRequest
530
+ class Representation < Google::Apis::Core::JsonRepresentation; end
531
+
532
+ include Google::Apis::Core::JsonObjectSupport
533
+ end
534
+
535
+ class DirectorySite
536
+ class Representation < Google::Apis::Core::JsonRepresentation; end
537
+
538
+ include Google::Apis::Core::JsonObjectSupport
539
+ end
540
+
541
+ class DirectorySiteSettings
542
+ class Representation < Google::Apis::Core::JsonRepresentation; end
543
+
544
+ include Google::Apis::Core::JsonObjectSupport
545
+ end
546
+
547
+ class DirectorySitesListResponse
548
+ class Representation < Google::Apis::Core::JsonRepresentation; end
549
+
550
+ include Google::Apis::Core::JsonObjectSupport
551
+ end
552
+
553
+ class DynamicTargetingKey
554
+ class Representation < Google::Apis::Core::JsonRepresentation; end
555
+
556
+ include Google::Apis::Core::JsonObjectSupport
557
+ end
558
+
559
+ class DynamicTargetingKeysListResponse
560
+ class Representation < Google::Apis::Core::JsonRepresentation; end
561
+
562
+ include Google::Apis::Core::JsonObjectSupport
563
+ end
564
+
565
+ class EncryptionInfo
566
+ class Representation < Google::Apis::Core::JsonRepresentation; end
567
+
568
+ include Google::Apis::Core::JsonObjectSupport
569
+ end
570
+
571
+ class EventTag
572
+ class Representation < Google::Apis::Core::JsonRepresentation; end
573
+
574
+ include Google::Apis::Core::JsonObjectSupport
575
+ end
576
+
577
+ class EventTagOverride
578
+ class Representation < Google::Apis::Core::JsonRepresentation; end
579
+
580
+ include Google::Apis::Core::JsonObjectSupport
581
+ end
582
+
583
+ class EventTagsListResponse
584
+ class Representation < Google::Apis::Core::JsonRepresentation; end
585
+
586
+ include Google::Apis::Core::JsonObjectSupport
587
+ end
588
+
589
+ class File
590
+ class Representation < Google::Apis::Core::JsonRepresentation; end
591
+
592
+ class Urls
593
+ class Representation < Google::Apis::Core::JsonRepresentation; end
594
+
595
+ include Google::Apis::Core::JsonObjectSupport
596
+ end
597
+
598
+ include Google::Apis::Core::JsonObjectSupport
599
+ end
600
+
601
+ class FileList
602
+ class Representation < Google::Apis::Core::JsonRepresentation; end
603
+
604
+ include Google::Apis::Core::JsonObjectSupport
605
+ end
606
+
607
+ class Flight
608
+ class Representation < Google::Apis::Core::JsonRepresentation; end
609
+
610
+ include Google::Apis::Core::JsonObjectSupport
611
+ end
612
+
613
+ class FloodlightActivitiesGenerateTagResponse
614
+ class Representation < Google::Apis::Core::JsonRepresentation; end
615
+
616
+ include Google::Apis::Core::JsonObjectSupport
617
+ end
618
+
619
+ class FloodlightActivitiesListResponse
620
+ class Representation < Google::Apis::Core::JsonRepresentation; end
621
+
622
+ include Google::Apis::Core::JsonObjectSupport
623
+ end
624
+
625
+ class FloodlightActivity
626
+ class Representation < Google::Apis::Core::JsonRepresentation; end
627
+
628
+ include Google::Apis::Core::JsonObjectSupport
629
+ end
630
+
631
+ class FloodlightActivityDynamicTag
632
+ class Representation < Google::Apis::Core::JsonRepresentation; end
633
+
634
+ include Google::Apis::Core::JsonObjectSupport
635
+ end
636
+
637
+ class FloodlightActivityGroup
638
+ class Representation < Google::Apis::Core::JsonRepresentation; end
639
+
640
+ include Google::Apis::Core::JsonObjectSupport
641
+ end
642
+
643
+ class FloodlightActivityGroupsListResponse
644
+ class Representation < Google::Apis::Core::JsonRepresentation; end
645
+
646
+ include Google::Apis::Core::JsonObjectSupport
647
+ end
648
+
649
+ class FloodlightActivityPublisherDynamicTag
650
+ class Representation < Google::Apis::Core::JsonRepresentation; end
651
+
652
+ include Google::Apis::Core::JsonObjectSupport
653
+ end
654
+
655
+ class FloodlightConfiguration
656
+ class Representation < Google::Apis::Core::JsonRepresentation; end
657
+
658
+ include Google::Apis::Core::JsonObjectSupport
659
+ end
660
+
661
+ class FloodlightConfigurationsListResponse
662
+ class Representation < Google::Apis::Core::JsonRepresentation; end
663
+
664
+ include Google::Apis::Core::JsonObjectSupport
665
+ end
666
+
667
+ class FloodlightReportCompatibleFields
668
+ class Representation < Google::Apis::Core::JsonRepresentation; end
669
+
670
+ include Google::Apis::Core::JsonObjectSupport
671
+ end
672
+
673
+ class FrequencyCap
674
+ class Representation < Google::Apis::Core::JsonRepresentation; end
675
+
676
+ include Google::Apis::Core::JsonObjectSupport
677
+ end
678
+
679
+ class FsCommand
680
+ class Representation < Google::Apis::Core::JsonRepresentation; end
681
+
682
+ include Google::Apis::Core::JsonObjectSupport
683
+ end
684
+
685
+ class GeoTargeting
686
+ class Representation < Google::Apis::Core::JsonRepresentation; end
687
+
688
+ include Google::Apis::Core::JsonObjectSupport
689
+ end
690
+
691
+ class InventoryItem
692
+ class Representation < Google::Apis::Core::JsonRepresentation; end
693
+
694
+ include Google::Apis::Core::JsonObjectSupport
695
+ end
696
+
697
+ class InventoryItemsListResponse
698
+ class Representation < Google::Apis::Core::JsonRepresentation; end
699
+
700
+ include Google::Apis::Core::JsonObjectSupport
701
+ end
702
+
703
+ class KeyValueTargetingExpression
704
+ class Representation < Google::Apis::Core::JsonRepresentation; end
705
+
706
+ include Google::Apis::Core::JsonObjectSupport
707
+ end
708
+
709
+ class LandingPage
710
+ class Representation < Google::Apis::Core::JsonRepresentation; end
711
+
712
+ include Google::Apis::Core::JsonObjectSupport
713
+ end
714
+
715
+ class Language
716
+ class Representation < Google::Apis::Core::JsonRepresentation; end
717
+
718
+ include Google::Apis::Core::JsonObjectSupport
719
+ end
720
+
721
+ class LanguageTargeting
722
+ class Representation < Google::Apis::Core::JsonRepresentation; end
723
+
724
+ include Google::Apis::Core::JsonObjectSupport
725
+ end
726
+
727
+ class LanguagesListResponse
728
+ class Representation < Google::Apis::Core::JsonRepresentation; end
729
+
730
+ include Google::Apis::Core::JsonObjectSupport
731
+ end
732
+
733
+ class LastModifiedInfo
734
+ class Representation < Google::Apis::Core::JsonRepresentation; end
735
+
736
+ include Google::Apis::Core::JsonObjectSupport
737
+ end
738
+
739
+ class ListPopulationClause
740
+ class Representation < Google::Apis::Core::JsonRepresentation; end
741
+
742
+ include Google::Apis::Core::JsonObjectSupport
743
+ end
744
+
745
+ class ListPopulationRule
746
+ class Representation < Google::Apis::Core::JsonRepresentation; end
747
+
748
+ include Google::Apis::Core::JsonObjectSupport
749
+ end
750
+
751
+ class ListPopulationTerm
752
+ class Representation < Google::Apis::Core::JsonRepresentation; end
753
+
754
+ include Google::Apis::Core::JsonObjectSupport
755
+ end
756
+
757
+ class ListTargetingExpression
758
+ class Representation < Google::Apis::Core::JsonRepresentation; end
759
+
760
+ include Google::Apis::Core::JsonObjectSupport
761
+ end
762
+
763
+ class LookbackConfiguration
764
+ class Representation < Google::Apis::Core::JsonRepresentation; end
765
+
766
+ include Google::Apis::Core::JsonObjectSupport
767
+ end
768
+
769
+ class Metric
770
+ class Representation < Google::Apis::Core::JsonRepresentation; end
771
+
772
+ include Google::Apis::Core::JsonObjectSupport
773
+ end
774
+
775
+ class Metro
776
+ class Representation < Google::Apis::Core::JsonRepresentation; end
777
+
778
+ include Google::Apis::Core::JsonObjectSupport
779
+ end
780
+
781
+ class MetrosListResponse
782
+ class Representation < Google::Apis::Core::JsonRepresentation; end
783
+
784
+ include Google::Apis::Core::JsonObjectSupport
785
+ end
786
+
787
+ class MobileApp
788
+ class Representation < Google::Apis::Core::JsonRepresentation; end
789
+
790
+ include Google::Apis::Core::JsonObjectSupport
791
+ end
792
+
793
+ class MobileAppsListResponse
794
+ class Representation < Google::Apis::Core::JsonRepresentation; end
795
+
796
+ include Google::Apis::Core::JsonObjectSupport
797
+ end
798
+
799
+ class MobileCarrier
800
+ class Representation < Google::Apis::Core::JsonRepresentation; end
801
+
802
+ include Google::Apis::Core::JsonObjectSupport
803
+ end
804
+
805
+ class MobileCarriersListResponse
806
+ class Representation < Google::Apis::Core::JsonRepresentation; end
807
+
808
+ include Google::Apis::Core::JsonObjectSupport
809
+ end
810
+
811
+ class ObjectFilter
812
+ class Representation < Google::Apis::Core::JsonRepresentation; end
813
+
814
+ include Google::Apis::Core::JsonObjectSupport
815
+ end
816
+
817
+ class OffsetPosition
818
+ class Representation < Google::Apis::Core::JsonRepresentation; end
819
+
820
+ include Google::Apis::Core::JsonObjectSupport
821
+ end
822
+
823
+ class OmnitureSettings
824
+ class Representation < Google::Apis::Core::JsonRepresentation; end
825
+
826
+ include Google::Apis::Core::JsonObjectSupport
827
+ end
828
+
829
+ class OperatingSystem
830
+ class Representation < Google::Apis::Core::JsonRepresentation; end
831
+
832
+ include Google::Apis::Core::JsonObjectSupport
833
+ end
834
+
835
+ class OperatingSystemVersion
836
+ class Representation < Google::Apis::Core::JsonRepresentation; end
837
+
838
+ include Google::Apis::Core::JsonObjectSupport
839
+ end
840
+
841
+ class OperatingSystemVersionsListResponse
842
+ class Representation < Google::Apis::Core::JsonRepresentation; end
843
+
844
+ include Google::Apis::Core::JsonObjectSupport
845
+ end
846
+
847
+ class OperatingSystemsListResponse
848
+ class Representation < Google::Apis::Core::JsonRepresentation; end
849
+
850
+ include Google::Apis::Core::JsonObjectSupport
851
+ end
852
+
853
+ class OptimizationActivity
854
+ class Representation < Google::Apis::Core::JsonRepresentation; end
855
+
856
+ include Google::Apis::Core::JsonObjectSupport
857
+ end
858
+
859
+ class Order
860
+ class Representation < Google::Apis::Core::JsonRepresentation; end
861
+
862
+ include Google::Apis::Core::JsonObjectSupport
863
+ end
864
+
865
+ class OrderContact
866
+ class Representation < Google::Apis::Core::JsonRepresentation; end
867
+
868
+ include Google::Apis::Core::JsonObjectSupport
869
+ end
870
+
871
+ class OrderDocument
872
+ class Representation < Google::Apis::Core::JsonRepresentation; end
873
+
874
+ include Google::Apis::Core::JsonObjectSupport
875
+ end
876
+
877
+ class OrderDocumentsListResponse
878
+ class Representation < Google::Apis::Core::JsonRepresentation; end
879
+
880
+ include Google::Apis::Core::JsonObjectSupport
881
+ end
882
+
883
+ class OrdersListResponse
884
+ class Representation < Google::Apis::Core::JsonRepresentation; end
885
+
886
+ include Google::Apis::Core::JsonObjectSupport
887
+ end
888
+
889
+ class PathToConversionReportCompatibleFields
890
+ class Representation < Google::Apis::Core::JsonRepresentation; end
891
+
892
+ include Google::Apis::Core::JsonObjectSupport
893
+ end
894
+
895
+ class Placement
896
+ class Representation < Google::Apis::Core::JsonRepresentation; end
897
+
898
+ include Google::Apis::Core::JsonObjectSupport
899
+ end
900
+
901
+ class PlacementAssignment
902
+ class Representation < Google::Apis::Core::JsonRepresentation; end
903
+
904
+ include Google::Apis::Core::JsonObjectSupport
905
+ end
906
+
907
+ class PlacementGroup
908
+ class Representation < Google::Apis::Core::JsonRepresentation; end
909
+
910
+ include Google::Apis::Core::JsonObjectSupport
911
+ end
912
+
913
+ class PlacementGroupsListResponse
914
+ class Representation < Google::Apis::Core::JsonRepresentation; end
915
+
916
+ include Google::Apis::Core::JsonObjectSupport
917
+ end
918
+
919
+ class PlacementStrategiesListResponse
920
+ class Representation < Google::Apis::Core::JsonRepresentation; end
921
+
922
+ include Google::Apis::Core::JsonObjectSupport
923
+ end
924
+
925
+ class PlacementStrategy
926
+ class Representation < Google::Apis::Core::JsonRepresentation; end
927
+
928
+ include Google::Apis::Core::JsonObjectSupport
929
+ end
930
+
931
+ class PlacementTag
932
+ class Representation < Google::Apis::Core::JsonRepresentation; end
933
+
934
+ include Google::Apis::Core::JsonObjectSupport
935
+ end
936
+
937
+ class PlacementsGenerateTagsResponse
938
+ class Representation < Google::Apis::Core::JsonRepresentation; end
939
+
940
+ include Google::Apis::Core::JsonObjectSupport
941
+ end
942
+
943
+ class PlacementsListResponse
944
+ class Representation < Google::Apis::Core::JsonRepresentation; end
945
+
946
+ include Google::Apis::Core::JsonObjectSupport
947
+ end
948
+
949
+ class PlatformType
950
+ class Representation < Google::Apis::Core::JsonRepresentation; end
951
+
952
+ include Google::Apis::Core::JsonObjectSupport
953
+ end
954
+
955
+ class PlatformTypesListResponse
956
+ class Representation < Google::Apis::Core::JsonRepresentation; end
957
+
958
+ include Google::Apis::Core::JsonObjectSupport
959
+ end
960
+
961
+ class PopupWindowProperties
962
+ class Representation < Google::Apis::Core::JsonRepresentation; end
963
+
964
+ include Google::Apis::Core::JsonObjectSupport
965
+ end
966
+
967
+ class PostalCode
968
+ class Representation < Google::Apis::Core::JsonRepresentation; end
969
+
970
+ include Google::Apis::Core::JsonObjectSupport
971
+ end
972
+
973
+ class PostalCodesListResponse
974
+ class Representation < Google::Apis::Core::JsonRepresentation; end
975
+
976
+ include Google::Apis::Core::JsonObjectSupport
977
+ end
978
+
979
+ class Pricing
980
+ class Representation < Google::Apis::Core::JsonRepresentation; end
981
+
982
+ include Google::Apis::Core::JsonObjectSupport
983
+ end
984
+
985
+ class PricingSchedule
986
+ class Representation < Google::Apis::Core::JsonRepresentation; end
987
+
988
+ include Google::Apis::Core::JsonObjectSupport
989
+ end
990
+
991
+ class PricingSchedulePricingPeriod
992
+ class Representation < Google::Apis::Core::JsonRepresentation; end
993
+
994
+ include Google::Apis::Core::JsonObjectSupport
995
+ end
996
+
997
+ class Project
998
+ class Representation < Google::Apis::Core::JsonRepresentation; end
999
+
1000
+ include Google::Apis::Core::JsonObjectSupport
1001
+ end
1002
+
1003
+ class ProjectsListResponse
1004
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1005
+
1006
+ include Google::Apis::Core::JsonObjectSupport
1007
+ end
1008
+
1009
+ class ReachReportCompatibleFields
1010
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1011
+
1012
+ include Google::Apis::Core::JsonObjectSupport
1013
+ end
1014
+
1015
+ class Recipient
1016
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1017
+
1018
+ include Google::Apis::Core::JsonObjectSupport
1019
+ end
1020
+
1021
+ class Region
1022
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1023
+
1024
+ include Google::Apis::Core::JsonObjectSupport
1025
+ end
1026
+
1027
+ class RegionsListResponse
1028
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1029
+
1030
+ include Google::Apis::Core::JsonObjectSupport
1031
+ end
1032
+
1033
+ class RemarketingList
1034
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1035
+
1036
+ include Google::Apis::Core::JsonObjectSupport
1037
+ end
1038
+
1039
+ class RemarketingListShare
1040
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1041
+
1042
+ include Google::Apis::Core::JsonObjectSupport
1043
+ end
1044
+
1045
+ class RemarketingListsListResponse
1046
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1047
+
1048
+ include Google::Apis::Core::JsonObjectSupport
1049
+ end
1050
+
1051
+ class Report
1052
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1053
+
1054
+ class Criteria
1055
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1056
+
1057
+ include Google::Apis::Core::JsonObjectSupport
1058
+ end
1059
+
1060
+ class CrossDimensionReachCriteria
1061
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1062
+
1063
+ include Google::Apis::Core::JsonObjectSupport
1064
+ end
1065
+
1066
+ class Delivery
1067
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1068
+
1069
+ include Google::Apis::Core::JsonObjectSupport
1070
+ end
1071
+
1072
+ class FloodlightCriteria
1073
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1074
+
1075
+ class ReportProperties
1076
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1077
+
1078
+ include Google::Apis::Core::JsonObjectSupport
1079
+ end
1080
+
1081
+ include Google::Apis::Core::JsonObjectSupport
1082
+ end
1083
+
1084
+ class PathToConversionCriteria
1085
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1086
+
1087
+ class ReportProperties
1088
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1089
+
1090
+ include Google::Apis::Core::JsonObjectSupport
1091
+ end
1092
+
1093
+ include Google::Apis::Core::JsonObjectSupport
1094
+ end
1095
+
1096
+ class ReachCriteria
1097
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1098
+
1099
+ include Google::Apis::Core::JsonObjectSupport
1100
+ end
1101
+
1102
+ class Schedule
1103
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1104
+
1105
+ include Google::Apis::Core::JsonObjectSupport
1106
+ end
1107
+
1108
+ include Google::Apis::Core::JsonObjectSupport
1109
+ end
1110
+
1111
+ class ReportCompatibleFields
1112
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1113
+
1114
+ include Google::Apis::Core::JsonObjectSupport
1115
+ end
1116
+
1117
+ class ReportList
1118
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1119
+
1120
+ include Google::Apis::Core::JsonObjectSupport
1121
+ end
1122
+
1123
+ class ReportsConfiguration
1124
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1125
+
1126
+ include Google::Apis::Core::JsonObjectSupport
1127
+ end
1128
+
1129
+ class RichMediaExitOverride
1130
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1131
+
1132
+ include Google::Apis::Core::JsonObjectSupport
1133
+ end
1134
+
1135
+ class Rule
1136
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1137
+
1138
+ include Google::Apis::Core::JsonObjectSupport
1139
+ end
1140
+
1141
+ class Site
1142
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1143
+
1144
+ include Google::Apis::Core::JsonObjectSupport
1145
+ end
1146
+
1147
+ class SiteCompanionSetting
1148
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1149
+
1150
+ include Google::Apis::Core::JsonObjectSupport
1151
+ end
1152
+
1153
+ class SiteContact
1154
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1155
+
1156
+ include Google::Apis::Core::JsonObjectSupport
1157
+ end
1158
+
1159
+ class SiteSettings
1160
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1161
+
1162
+ include Google::Apis::Core::JsonObjectSupport
1163
+ end
1164
+
1165
+ class SiteSkippableSetting
1166
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1167
+
1168
+ include Google::Apis::Core::JsonObjectSupport
1169
+ end
1170
+
1171
+ class SiteTranscodeSetting
1172
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1173
+
1174
+ include Google::Apis::Core::JsonObjectSupport
1175
+ end
1176
+
1177
+ class SiteVideoSettings
1178
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1179
+
1180
+ include Google::Apis::Core::JsonObjectSupport
1181
+ end
1182
+
1183
+ class SitesListResponse
1184
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1185
+
1186
+ include Google::Apis::Core::JsonObjectSupport
1187
+ end
1188
+
1189
+ class Size
1190
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1191
+
1192
+ include Google::Apis::Core::JsonObjectSupport
1193
+ end
1194
+
1195
+ class SizesListResponse
1196
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1197
+
1198
+ include Google::Apis::Core::JsonObjectSupport
1199
+ end
1200
+
1201
+ class SkippableSetting
1202
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1203
+
1204
+ include Google::Apis::Core::JsonObjectSupport
1205
+ end
1206
+
1207
+ class SortedDimension
1208
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1209
+
1210
+ include Google::Apis::Core::JsonObjectSupport
1211
+ end
1212
+
1213
+ class Subaccount
1214
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1215
+
1216
+ include Google::Apis::Core::JsonObjectSupport
1217
+ end
1218
+
1219
+ class SubaccountsListResponse
1220
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1221
+
1222
+ include Google::Apis::Core::JsonObjectSupport
1223
+ end
1224
+
1225
+ class TagData
1226
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1227
+
1228
+ include Google::Apis::Core::JsonObjectSupport
1229
+ end
1230
+
1231
+ class TagSetting
1232
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1233
+
1234
+ include Google::Apis::Core::JsonObjectSupport
1235
+ end
1236
+
1237
+ class TagSettings
1238
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1239
+
1240
+ include Google::Apis::Core::JsonObjectSupport
1241
+ end
1242
+
1243
+ class TargetWindow
1244
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1245
+
1246
+ include Google::Apis::Core::JsonObjectSupport
1247
+ end
1248
+
1249
+ class TargetableRemarketingList
1250
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1251
+
1252
+ include Google::Apis::Core::JsonObjectSupport
1253
+ end
1254
+
1255
+ class TargetableRemarketingListsListResponse
1256
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1257
+
1258
+ include Google::Apis::Core::JsonObjectSupport
1259
+ end
1260
+
1261
+ class TargetingTemplate
1262
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1263
+
1264
+ include Google::Apis::Core::JsonObjectSupport
1265
+ end
1266
+
1267
+ class TargetingTemplatesListResponse
1268
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1269
+
1270
+ include Google::Apis::Core::JsonObjectSupport
1271
+ end
1272
+
1273
+ class TechnologyTargeting
1274
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1275
+
1276
+ include Google::Apis::Core::JsonObjectSupport
1277
+ end
1278
+
1279
+ class ThirdPartyAuthenticationToken
1280
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1281
+
1282
+ include Google::Apis::Core::JsonObjectSupport
1283
+ end
1284
+
1285
+ class ThirdPartyTrackingUrl
1286
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1287
+
1288
+ include Google::Apis::Core::JsonObjectSupport
1289
+ end
1290
+
1291
+ class TranscodeSetting
1292
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1293
+
1294
+ include Google::Apis::Core::JsonObjectSupport
1295
+ end
1296
+
1297
+ class UniversalAdId
1298
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1299
+
1300
+ include Google::Apis::Core::JsonObjectSupport
1301
+ end
1302
+
1303
+ class UserDefinedVariableConfiguration
1304
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1305
+
1306
+ include Google::Apis::Core::JsonObjectSupport
1307
+ end
1308
+
1309
+ class UserProfile
1310
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1311
+
1312
+ include Google::Apis::Core::JsonObjectSupport
1313
+ end
1314
+
1315
+ class UserProfileList
1316
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1317
+
1318
+ include Google::Apis::Core::JsonObjectSupport
1319
+ end
1320
+
1321
+ class UserRole
1322
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1323
+
1324
+ include Google::Apis::Core::JsonObjectSupport
1325
+ end
1326
+
1327
+ class UserRolePermission
1328
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1329
+
1330
+ include Google::Apis::Core::JsonObjectSupport
1331
+ end
1332
+
1333
+ class UserRolePermissionGroup
1334
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1335
+
1336
+ include Google::Apis::Core::JsonObjectSupport
1337
+ end
1338
+
1339
+ class UserRolePermissionGroupsListResponse
1340
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1341
+
1342
+ include Google::Apis::Core::JsonObjectSupport
1343
+ end
1344
+
1345
+ class UserRolePermissionsListResponse
1346
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1347
+
1348
+ include Google::Apis::Core::JsonObjectSupport
1349
+ end
1350
+
1351
+ class UserRolesListResponse
1352
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1353
+
1354
+ include Google::Apis::Core::JsonObjectSupport
1355
+ end
1356
+
1357
+ class VideoFormat
1358
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1359
+
1360
+ include Google::Apis::Core::JsonObjectSupport
1361
+ end
1362
+
1363
+ class VideoFormatsListResponse
1364
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1365
+
1366
+ include Google::Apis::Core::JsonObjectSupport
1367
+ end
1368
+
1369
+ class VideoOffset
1370
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1371
+
1372
+ include Google::Apis::Core::JsonObjectSupport
1373
+ end
1374
+
1375
+ class VideoSettings
1376
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1377
+
1378
+ include Google::Apis::Core::JsonObjectSupport
1379
+ end
1380
+
1381
+ class Account
1382
+ # @private
1383
+ class Representation < Google::Apis::Core::JsonRepresentation
1384
+ collection :account_permission_ids, as: 'accountPermissionIds'
1385
+ property :account_profile, as: 'accountProfile'
1386
+ property :active, as: 'active'
1387
+ property :active_ads_limit_tier, as: 'activeAdsLimitTier'
1388
+ property :active_view_opt_out, as: 'activeViewOptOut'
1389
+ collection :available_permission_ids, as: 'availablePermissionIds'
1390
+ property :country_id, :numeric_string => true, as: 'countryId'
1391
+ property :currency_id, :numeric_string => true, as: 'currencyId'
1392
+ property :default_creative_size_id, :numeric_string => true, as: 'defaultCreativeSizeId'
1393
+ property :description, as: 'description'
1394
+ property :id, :numeric_string => true, as: 'id'
1395
+ property :kind, as: 'kind'
1396
+ property :locale, as: 'locale'
1397
+ property :maximum_image_size, :numeric_string => true, as: 'maximumImageSize'
1398
+ property :name, as: 'name'
1399
+ property :nielsen_ocr_enabled, as: 'nielsenOcrEnabled'
1400
+ property :reports_configuration, as: 'reportsConfiguration', class: Google::Apis::DfareportingV3_3::ReportsConfiguration, decorator: Google::Apis::DfareportingV3_3::ReportsConfiguration::Representation
1401
+
1402
+ property :share_reports_with_twitter, as: 'shareReportsWithTwitter'
1403
+ property :teaser_size_limit, :numeric_string => true, as: 'teaserSizeLimit'
1404
+ end
1405
+ end
1406
+
1407
+ class AccountActiveAdSummary
1408
+ # @private
1409
+ class Representation < Google::Apis::Core::JsonRepresentation
1410
+ property :account_id, :numeric_string => true, as: 'accountId'
1411
+ property :active_ads, :numeric_string => true, as: 'activeAds'
1412
+ property :active_ads_limit_tier, as: 'activeAdsLimitTier'
1413
+ property :available_ads, :numeric_string => true, as: 'availableAds'
1414
+ property :kind, as: 'kind'
1415
+ end
1416
+ end
1417
+
1418
+ class AccountPermission
1419
+ # @private
1420
+ class Representation < Google::Apis::Core::JsonRepresentation
1421
+ collection :account_profiles, as: 'accountProfiles'
1422
+ property :id, :numeric_string => true, as: 'id'
1423
+ property :kind, as: 'kind'
1424
+ property :level, as: 'level'
1425
+ property :name, as: 'name'
1426
+ property :permission_group_id, :numeric_string => true, as: 'permissionGroupId'
1427
+ end
1428
+ end
1429
+
1430
+ class AccountPermissionGroup
1431
+ # @private
1432
+ class Representation < Google::Apis::Core::JsonRepresentation
1433
+ property :id, :numeric_string => true, as: 'id'
1434
+ property :kind, as: 'kind'
1435
+ property :name, as: 'name'
1436
+ end
1437
+ end
1438
+
1439
+ class AccountPermissionGroupsListResponse
1440
+ # @private
1441
+ class Representation < Google::Apis::Core::JsonRepresentation
1442
+ collection :account_permission_groups, as: 'accountPermissionGroups', class: Google::Apis::DfareportingV3_3::AccountPermissionGroup, decorator: Google::Apis::DfareportingV3_3::AccountPermissionGroup::Representation
1443
+
1444
+ property :kind, as: 'kind'
1445
+ end
1446
+ end
1447
+
1448
+ class AccountPermissionsListResponse
1449
+ # @private
1450
+ class Representation < Google::Apis::Core::JsonRepresentation
1451
+ collection :account_permissions, as: 'accountPermissions', class: Google::Apis::DfareportingV3_3::AccountPermission, decorator: Google::Apis::DfareportingV3_3::AccountPermission::Representation
1452
+
1453
+ property :kind, as: 'kind'
1454
+ end
1455
+ end
1456
+
1457
+ class AccountUserProfile
1458
+ # @private
1459
+ class Representation < Google::Apis::Core::JsonRepresentation
1460
+ property :account_id, :numeric_string => true, as: 'accountId'
1461
+ property :active, as: 'active'
1462
+ property :advertiser_filter, as: 'advertiserFilter', class: Google::Apis::DfareportingV3_3::ObjectFilter, decorator: Google::Apis::DfareportingV3_3::ObjectFilter::Representation
1463
+
1464
+ property :campaign_filter, as: 'campaignFilter', class: Google::Apis::DfareportingV3_3::ObjectFilter, decorator: Google::Apis::DfareportingV3_3::ObjectFilter::Representation
1465
+
1466
+ property :comments, as: 'comments'
1467
+ property :email, as: 'email'
1468
+ property :id, :numeric_string => true, as: 'id'
1469
+ property :kind, as: 'kind'
1470
+ property :locale, as: 'locale'
1471
+ property :name, as: 'name'
1472
+ property :site_filter, as: 'siteFilter', class: Google::Apis::DfareportingV3_3::ObjectFilter, decorator: Google::Apis::DfareportingV3_3::ObjectFilter::Representation
1473
+
1474
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
1475
+ property :trafficker_type, as: 'traffickerType'
1476
+ property :user_access_type, as: 'userAccessType'
1477
+ property :user_role_filter, as: 'userRoleFilter', class: Google::Apis::DfareportingV3_3::ObjectFilter, decorator: Google::Apis::DfareportingV3_3::ObjectFilter::Representation
1478
+
1479
+ property :user_role_id, :numeric_string => true, as: 'userRoleId'
1480
+ end
1481
+ end
1482
+
1483
+ class AccountUserProfilesListResponse
1484
+ # @private
1485
+ class Representation < Google::Apis::Core::JsonRepresentation
1486
+ collection :account_user_profiles, as: 'accountUserProfiles', class: Google::Apis::DfareportingV3_3::AccountUserProfile, decorator: Google::Apis::DfareportingV3_3::AccountUserProfile::Representation
1487
+
1488
+ property :kind, as: 'kind'
1489
+ property :next_page_token, as: 'nextPageToken'
1490
+ end
1491
+ end
1492
+
1493
+ class AccountsListResponse
1494
+ # @private
1495
+ class Representation < Google::Apis::Core::JsonRepresentation
1496
+ collection :accounts, as: 'accounts', class: Google::Apis::DfareportingV3_3::Account, decorator: Google::Apis::DfareportingV3_3::Account::Representation
1497
+
1498
+ property :kind, as: 'kind'
1499
+ property :next_page_token, as: 'nextPageToken'
1500
+ end
1501
+ end
1502
+
1503
+ class Activities
1504
+ # @private
1505
+ class Representation < Google::Apis::Core::JsonRepresentation
1506
+ collection :filters, as: 'filters', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
1507
+
1508
+ property :kind, as: 'kind'
1509
+ collection :metric_names, as: 'metricNames'
1510
+ end
1511
+ end
1512
+
1513
+ class Ad
1514
+ # @private
1515
+ class Representation < Google::Apis::Core::JsonRepresentation
1516
+ property :account_id, :numeric_string => true, as: 'accountId'
1517
+ property :active, as: 'active'
1518
+ property :advertiser_id, :numeric_string => true, as: 'advertiserId'
1519
+ property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
1520
+
1521
+ property :archived, as: 'archived'
1522
+ property :audience_segment_id, :numeric_string => true, as: 'audienceSegmentId'
1523
+ property :campaign_id, :numeric_string => true, as: 'campaignId'
1524
+ property :campaign_id_dimension_value, as: 'campaignIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
1525
+
1526
+ property :click_through_url, as: 'clickThroughUrl', class: Google::Apis::DfareportingV3_3::ClickThroughUrl, decorator: Google::Apis::DfareportingV3_3::ClickThroughUrl::Representation
1527
+
1528
+ property :click_through_url_suffix_properties, as: 'clickThroughUrlSuffixProperties', class: Google::Apis::DfareportingV3_3::ClickThroughUrlSuffixProperties, decorator: Google::Apis::DfareportingV3_3::ClickThroughUrlSuffixProperties::Representation
1529
+
1530
+ property :comments, as: 'comments'
1531
+ property :compatibility, as: 'compatibility'
1532
+ property :create_info, as: 'createInfo', class: Google::Apis::DfareportingV3_3::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_3::LastModifiedInfo::Representation
1533
+
1534
+ collection :creative_group_assignments, as: 'creativeGroupAssignments', class: Google::Apis::DfareportingV3_3::CreativeGroupAssignment, decorator: Google::Apis::DfareportingV3_3::CreativeGroupAssignment::Representation
1535
+
1536
+ property :creative_rotation, as: 'creativeRotation', class: Google::Apis::DfareportingV3_3::CreativeRotation, decorator: Google::Apis::DfareportingV3_3::CreativeRotation::Representation
1537
+
1538
+ property :day_part_targeting, as: 'dayPartTargeting', class: Google::Apis::DfareportingV3_3::DayPartTargeting, decorator: Google::Apis::DfareportingV3_3::DayPartTargeting::Representation
1539
+
1540
+ property :default_click_through_event_tag_properties, as: 'defaultClickThroughEventTagProperties', class: Google::Apis::DfareportingV3_3::DefaultClickThroughEventTagProperties, decorator: Google::Apis::DfareportingV3_3::DefaultClickThroughEventTagProperties::Representation
1541
+
1542
+ property :delivery_schedule, as: 'deliverySchedule', class: Google::Apis::DfareportingV3_3::DeliverySchedule, decorator: Google::Apis::DfareportingV3_3::DeliverySchedule::Representation
1543
+
1544
+ property :dynamic_click_tracker, as: 'dynamicClickTracker'
1545
+ property :end_time, as: 'endTime', type: DateTime
1546
+
1547
+ collection :event_tag_overrides, as: 'eventTagOverrides', class: Google::Apis::DfareportingV3_3::EventTagOverride, decorator: Google::Apis::DfareportingV3_3::EventTagOverride::Representation
1548
+
1549
+ property :geo_targeting, as: 'geoTargeting', class: Google::Apis::DfareportingV3_3::GeoTargeting, decorator: Google::Apis::DfareportingV3_3::GeoTargeting::Representation
1550
+
1551
+ property :id, :numeric_string => true, as: 'id'
1552
+ property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
1553
+
1554
+ property :key_value_targeting_expression, as: 'keyValueTargetingExpression', class: Google::Apis::DfareportingV3_3::KeyValueTargetingExpression, decorator: Google::Apis::DfareportingV3_3::KeyValueTargetingExpression::Representation
1555
+
1556
+ property :kind, as: 'kind'
1557
+ property :language_targeting, as: 'languageTargeting', class: Google::Apis::DfareportingV3_3::LanguageTargeting, decorator: Google::Apis::DfareportingV3_3::LanguageTargeting::Representation
1558
+
1559
+ property :last_modified_info, as: 'lastModifiedInfo', class: Google::Apis::DfareportingV3_3::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_3::LastModifiedInfo::Representation
1560
+
1561
+ property :name, as: 'name'
1562
+ collection :placement_assignments, as: 'placementAssignments', class: Google::Apis::DfareportingV3_3::PlacementAssignment, decorator: Google::Apis::DfareportingV3_3::PlacementAssignment::Representation
1563
+
1564
+ property :remarketing_list_expression, as: 'remarketingListExpression', class: Google::Apis::DfareportingV3_3::ListTargetingExpression, decorator: Google::Apis::DfareportingV3_3::ListTargetingExpression::Representation
1565
+
1566
+ property :size, as: 'size', class: Google::Apis::DfareportingV3_3::Size, decorator: Google::Apis::DfareportingV3_3::Size::Representation
1567
+
1568
+ property :ssl_compliant, as: 'sslCompliant'
1569
+ property :ssl_required, as: 'sslRequired'
1570
+ property :start_time, as: 'startTime', type: DateTime
1571
+
1572
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
1573
+ property :targeting_template_id, :numeric_string => true, as: 'targetingTemplateId'
1574
+ property :technology_targeting, as: 'technologyTargeting', class: Google::Apis::DfareportingV3_3::TechnologyTargeting, decorator: Google::Apis::DfareportingV3_3::TechnologyTargeting::Representation
1575
+
1576
+ property :type, as: 'type'
1577
+ end
1578
+ end
1579
+
1580
+ class AdBlockingConfiguration
1581
+ # @private
1582
+ class Representation < Google::Apis::Core::JsonRepresentation
1583
+ property :click_through_url, as: 'clickThroughUrl'
1584
+ property :creative_bundle_id, :numeric_string => true, as: 'creativeBundleId'
1585
+ property :enabled, as: 'enabled'
1586
+ property :override_click_through_url, as: 'overrideClickThroughUrl'
1587
+ end
1588
+ end
1589
+
1590
+ class AdSlot
1591
+ # @private
1592
+ class Representation < Google::Apis::Core::JsonRepresentation
1593
+ property :comment, as: 'comment'
1594
+ property :compatibility, as: 'compatibility'
1595
+ property :height, :numeric_string => true, as: 'height'
1596
+ property :linked_placement_id, :numeric_string => true, as: 'linkedPlacementId'
1597
+ property :name, as: 'name'
1598
+ property :payment_source_type, as: 'paymentSourceType'
1599
+ property :primary, as: 'primary'
1600
+ property :width, :numeric_string => true, as: 'width'
1601
+ end
1602
+ end
1603
+
1604
+ class AdsListResponse
1605
+ # @private
1606
+ class Representation < Google::Apis::Core::JsonRepresentation
1607
+ collection :ads, as: 'ads', class: Google::Apis::DfareportingV3_3::Ad, decorator: Google::Apis::DfareportingV3_3::Ad::Representation
1608
+
1609
+ property :kind, as: 'kind'
1610
+ property :next_page_token, as: 'nextPageToken'
1611
+ end
1612
+ end
1613
+
1614
+ class Advertiser
1615
+ # @private
1616
+ class Representation < Google::Apis::Core::JsonRepresentation
1617
+ property :account_id, :numeric_string => true, as: 'accountId'
1618
+ property :advertiser_group_id, :numeric_string => true, as: 'advertiserGroupId'
1619
+ property :click_through_url_suffix, as: 'clickThroughUrlSuffix'
1620
+ property :default_click_through_event_tag_id, :numeric_string => true, as: 'defaultClickThroughEventTagId'
1621
+ property :default_email, as: 'defaultEmail'
1622
+ property :floodlight_configuration_id, :numeric_string => true, as: 'floodlightConfigurationId'
1623
+ property :floodlight_configuration_id_dimension_value, as: 'floodlightConfigurationIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
1624
+
1625
+ property :id, :numeric_string => true, as: 'id'
1626
+ property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
1627
+
1628
+ property :kind, as: 'kind'
1629
+ property :name, as: 'name'
1630
+ property :original_floodlight_configuration_id, :numeric_string => true, as: 'originalFloodlightConfigurationId'
1631
+ property :status, as: 'status'
1632
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
1633
+ property :suspended, as: 'suspended'
1634
+ end
1635
+ end
1636
+
1637
+ class AdvertiserGroup
1638
+ # @private
1639
+ class Representation < Google::Apis::Core::JsonRepresentation
1640
+ property :account_id, :numeric_string => true, as: 'accountId'
1641
+ property :id, :numeric_string => true, as: 'id'
1642
+ property :kind, as: 'kind'
1643
+ property :name, as: 'name'
1644
+ end
1645
+ end
1646
+
1647
+ class AdvertiserGroupsListResponse
1648
+ # @private
1649
+ class Representation < Google::Apis::Core::JsonRepresentation
1650
+ collection :advertiser_groups, as: 'advertiserGroups', class: Google::Apis::DfareportingV3_3::AdvertiserGroup, decorator: Google::Apis::DfareportingV3_3::AdvertiserGroup::Representation
1651
+
1652
+ property :kind, as: 'kind'
1653
+ property :next_page_token, as: 'nextPageToken'
1654
+ end
1655
+ end
1656
+
1657
+ class AdvertiserLandingPagesListResponse
1658
+ # @private
1659
+ class Representation < Google::Apis::Core::JsonRepresentation
1660
+ property :kind, as: 'kind'
1661
+ collection :landing_pages, as: 'landingPages', class: Google::Apis::DfareportingV3_3::LandingPage, decorator: Google::Apis::DfareportingV3_3::LandingPage::Representation
1662
+
1663
+ property :next_page_token, as: 'nextPageToken'
1664
+ end
1665
+ end
1666
+
1667
+ class AdvertisersListResponse
1668
+ # @private
1669
+ class Representation < Google::Apis::Core::JsonRepresentation
1670
+ collection :advertisers, as: 'advertisers', class: Google::Apis::DfareportingV3_3::Advertiser, decorator: Google::Apis::DfareportingV3_3::Advertiser::Representation
1671
+
1672
+ property :kind, as: 'kind'
1673
+ property :next_page_token, as: 'nextPageToken'
1674
+ end
1675
+ end
1676
+
1677
+ class AudienceSegment
1678
+ # @private
1679
+ class Representation < Google::Apis::Core::JsonRepresentation
1680
+ property :allocation, as: 'allocation'
1681
+ property :id, :numeric_string => true, as: 'id'
1682
+ property :name, as: 'name'
1683
+ end
1684
+ end
1685
+
1686
+ class AudienceSegmentGroup
1687
+ # @private
1688
+ class Representation < Google::Apis::Core::JsonRepresentation
1689
+ collection :audience_segments, as: 'audienceSegments', class: Google::Apis::DfareportingV3_3::AudienceSegment, decorator: Google::Apis::DfareportingV3_3::AudienceSegment::Representation
1690
+
1691
+ property :id, :numeric_string => true, as: 'id'
1692
+ property :name, as: 'name'
1693
+ end
1694
+ end
1695
+
1696
+ class Browser
1697
+ # @private
1698
+ class Representation < Google::Apis::Core::JsonRepresentation
1699
+ property :browser_version_id, :numeric_string => true, as: 'browserVersionId'
1700
+ property :dart_id, :numeric_string => true, as: 'dartId'
1701
+ property :kind, as: 'kind'
1702
+ property :major_version, as: 'majorVersion'
1703
+ property :minor_version, as: 'minorVersion'
1704
+ property :name, as: 'name'
1705
+ end
1706
+ end
1707
+
1708
+ class BrowsersListResponse
1709
+ # @private
1710
+ class Representation < Google::Apis::Core::JsonRepresentation
1711
+ collection :browsers, as: 'browsers', class: Google::Apis::DfareportingV3_3::Browser, decorator: Google::Apis::DfareportingV3_3::Browser::Representation
1712
+
1713
+ property :kind, as: 'kind'
1714
+ end
1715
+ end
1716
+
1717
+ class Campaign
1718
+ # @private
1719
+ class Representation < Google::Apis::Core::JsonRepresentation
1720
+ property :account_id, :numeric_string => true, as: 'accountId'
1721
+ property :ad_blocking_configuration, as: 'adBlockingConfiguration', class: Google::Apis::DfareportingV3_3::AdBlockingConfiguration, decorator: Google::Apis::DfareportingV3_3::AdBlockingConfiguration::Representation
1722
+
1723
+ collection :additional_creative_optimization_configurations, as: 'additionalCreativeOptimizationConfigurations', class: Google::Apis::DfareportingV3_3::CreativeOptimizationConfiguration, decorator: Google::Apis::DfareportingV3_3::CreativeOptimizationConfiguration::Representation
1724
+
1725
+ property :advertiser_group_id, :numeric_string => true, as: 'advertiserGroupId'
1726
+ property :advertiser_id, :numeric_string => true, as: 'advertiserId'
1727
+ property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
1728
+
1729
+ property :archived, as: 'archived'
1730
+ collection :audience_segment_groups, as: 'audienceSegmentGroups', class: Google::Apis::DfareportingV3_3::AudienceSegmentGroup, decorator: Google::Apis::DfareportingV3_3::AudienceSegmentGroup::Representation
1731
+
1732
+ property :billing_invoice_code, as: 'billingInvoiceCode'
1733
+ property :click_through_url_suffix_properties, as: 'clickThroughUrlSuffixProperties', class: Google::Apis::DfareportingV3_3::ClickThroughUrlSuffixProperties, decorator: Google::Apis::DfareportingV3_3::ClickThroughUrlSuffixProperties::Representation
1734
+
1735
+ property :comment, as: 'comment'
1736
+ property :create_info, as: 'createInfo', class: Google::Apis::DfareportingV3_3::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_3::LastModifiedInfo::Representation
1737
+
1738
+ collection :creative_group_ids, as: 'creativeGroupIds'
1739
+ property :creative_optimization_configuration, as: 'creativeOptimizationConfiguration', class: Google::Apis::DfareportingV3_3::CreativeOptimizationConfiguration, decorator: Google::Apis::DfareportingV3_3::CreativeOptimizationConfiguration::Representation
1740
+
1741
+ property :default_click_through_event_tag_properties, as: 'defaultClickThroughEventTagProperties', class: Google::Apis::DfareportingV3_3::DefaultClickThroughEventTagProperties, decorator: Google::Apis::DfareportingV3_3::DefaultClickThroughEventTagProperties::Representation
1742
+
1743
+ property :default_landing_page_id, :numeric_string => true, as: 'defaultLandingPageId'
1744
+ property :end_date, as: 'endDate', type: Date
1745
+
1746
+ collection :event_tag_overrides, as: 'eventTagOverrides', class: Google::Apis::DfareportingV3_3::EventTagOverride, decorator: Google::Apis::DfareportingV3_3::EventTagOverride::Representation
1747
+
1748
+ property :external_id, as: 'externalId'
1749
+ property :id, :numeric_string => true, as: 'id'
1750
+ property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
1751
+
1752
+ property :kind, as: 'kind'
1753
+ property :last_modified_info, as: 'lastModifiedInfo', class: Google::Apis::DfareportingV3_3::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_3::LastModifiedInfo::Representation
1754
+
1755
+ property :name, as: 'name'
1756
+ property :nielsen_ocr_enabled, as: 'nielsenOcrEnabled'
1757
+ property :start_date, as: 'startDate', type: Date
1758
+
1759
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
1760
+ collection :trafficker_emails, as: 'traffickerEmails'
1761
+ end
1762
+ end
1763
+
1764
+ class CampaignCreativeAssociation
1765
+ # @private
1766
+ class Representation < Google::Apis::Core::JsonRepresentation
1767
+ property :creative_id, :numeric_string => true, as: 'creativeId'
1768
+ property :kind, as: 'kind'
1769
+ end
1770
+ end
1771
+
1772
+ class CampaignCreativeAssociationsListResponse
1773
+ # @private
1774
+ class Representation < Google::Apis::Core::JsonRepresentation
1775
+ collection :campaign_creative_associations, as: 'campaignCreativeAssociations', class: Google::Apis::DfareportingV3_3::CampaignCreativeAssociation, decorator: Google::Apis::DfareportingV3_3::CampaignCreativeAssociation::Representation
1776
+
1777
+ property :kind, as: 'kind'
1778
+ property :next_page_token, as: 'nextPageToken'
1779
+ end
1780
+ end
1781
+
1782
+ class CampaignsListResponse
1783
+ # @private
1784
+ class Representation < Google::Apis::Core::JsonRepresentation
1785
+ collection :campaigns, as: 'campaigns', class: Google::Apis::DfareportingV3_3::Campaign, decorator: Google::Apis::DfareportingV3_3::Campaign::Representation
1786
+
1787
+ property :kind, as: 'kind'
1788
+ property :next_page_token, as: 'nextPageToken'
1789
+ end
1790
+ end
1791
+
1792
+ class ChangeLog
1793
+ # @private
1794
+ class Representation < Google::Apis::Core::JsonRepresentation
1795
+ property :account_id, :numeric_string => true, as: 'accountId'
1796
+ property :action, as: 'action'
1797
+ property :change_time, as: 'changeTime', type: DateTime
1798
+
1799
+ property :field_name, as: 'fieldName'
1800
+ property :id, :numeric_string => true, as: 'id'
1801
+ property :kind, as: 'kind'
1802
+ property :new_value, as: 'newValue'
1803
+ property :object_id_prop, :numeric_string => true, as: 'objectId'
1804
+ property :object_type, as: 'objectType'
1805
+ property :old_value, as: 'oldValue'
1806
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
1807
+ property :transaction_id, :numeric_string => true, as: 'transactionId'
1808
+ property :user_profile_id, :numeric_string => true, as: 'userProfileId'
1809
+ property :user_profile_name, as: 'userProfileName'
1810
+ end
1811
+ end
1812
+
1813
+ class ChangeLogsListResponse
1814
+ # @private
1815
+ class Representation < Google::Apis::Core::JsonRepresentation
1816
+ collection :change_logs, as: 'changeLogs', class: Google::Apis::DfareportingV3_3::ChangeLog, decorator: Google::Apis::DfareportingV3_3::ChangeLog::Representation
1817
+
1818
+ property :kind, as: 'kind'
1819
+ property :next_page_token, as: 'nextPageToken'
1820
+ end
1821
+ end
1822
+
1823
+ class CitiesListResponse
1824
+ # @private
1825
+ class Representation < Google::Apis::Core::JsonRepresentation
1826
+ collection :cities, as: 'cities', class: Google::Apis::DfareportingV3_3::City, decorator: Google::Apis::DfareportingV3_3::City::Representation
1827
+
1828
+ property :kind, as: 'kind'
1829
+ end
1830
+ end
1831
+
1832
+ class City
1833
+ # @private
1834
+ class Representation < Google::Apis::Core::JsonRepresentation
1835
+ property :country_code, as: 'countryCode'
1836
+ property :country_dart_id, :numeric_string => true, as: 'countryDartId'
1837
+ property :dart_id, :numeric_string => true, as: 'dartId'
1838
+ property :kind, as: 'kind'
1839
+ property :metro_code, as: 'metroCode'
1840
+ property :metro_dma_id, :numeric_string => true, as: 'metroDmaId'
1841
+ property :name, as: 'name'
1842
+ property :region_code, as: 'regionCode'
1843
+ property :region_dart_id, :numeric_string => true, as: 'regionDartId'
1844
+ end
1845
+ end
1846
+
1847
+ class ClickTag
1848
+ # @private
1849
+ class Representation < Google::Apis::Core::JsonRepresentation
1850
+ property :click_through_url, as: 'clickThroughUrl', class: Google::Apis::DfareportingV3_3::CreativeClickThroughUrl, decorator: Google::Apis::DfareportingV3_3::CreativeClickThroughUrl::Representation
1851
+
1852
+ property :event_name, as: 'eventName'
1853
+ property :name, as: 'name'
1854
+ end
1855
+ end
1856
+
1857
+ class ClickThroughUrl
1858
+ # @private
1859
+ class Representation < Google::Apis::Core::JsonRepresentation
1860
+ property :computed_click_through_url, as: 'computedClickThroughUrl'
1861
+ property :custom_click_through_url, as: 'customClickThroughUrl'
1862
+ property :default_landing_page, as: 'defaultLandingPage'
1863
+ property :landing_page_id, :numeric_string => true, as: 'landingPageId'
1864
+ end
1865
+ end
1866
+
1867
+ class ClickThroughUrlSuffixProperties
1868
+ # @private
1869
+ class Representation < Google::Apis::Core::JsonRepresentation
1870
+ property :click_through_url_suffix, as: 'clickThroughUrlSuffix'
1871
+ property :override_inherited_suffix, as: 'overrideInheritedSuffix'
1872
+ end
1873
+ end
1874
+
1875
+ class CompanionClickThroughOverride
1876
+ # @private
1877
+ class Representation < Google::Apis::Core::JsonRepresentation
1878
+ property :click_through_url, as: 'clickThroughUrl', class: Google::Apis::DfareportingV3_3::ClickThroughUrl, decorator: Google::Apis::DfareportingV3_3::ClickThroughUrl::Representation
1879
+
1880
+ property :creative_id, :numeric_string => true, as: 'creativeId'
1881
+ end
1882
+ end
1883
+
1884
+ class CompanionSetting
1885
+ # @private
1886
+ class Representation < Google::Apis::Core::JsonRepresentation
1887
+ property :companions_disabled, as: 'companionsDisabled'
1888
+ collection :enabled_sizes, as: 'enabledSizes', class: Google::Apis::DfareportingV3_3::Size, decorator: Google::Apis::DfareportingV3_3::Size::Representation
1889
+
1890
+ property :image_only, as: 'imageOnly'
1891
+ property :kind, as: 'kind'
1892
+ end
1893
+ end
1894
+
1895
+ class CompatibleFields
1896
+ # @private
1897
+ class Representation < Google::Apis::Core::JsonRepresentation
1898
+ property :cross_dimension_reach_report_compatible_fields, as: 'crossDimensionReachReportCompatibleFields', class: Google::Apis::DfareportingV3_3::CrossDimensionReachReportCompatibleFields, decorator: Google::Apis::DfareportingV3_3::CrossDimensionReachReportCompatibleFields::Representation
1899
+
1900
+ property :floodlight_report_compatible_fields, as: 'floodlightReportCompatibleFields', class: Google::Apis::DfareportingV3_3::FloodlightReportCompatibleFields, decorator: Google::Apis::DfareportingV3_3::FloodlightReportCompatibleFields::Representation
1901
+
1902
+ property :kind, as: 'kind'
1903
+ property :path_to_conversion_report_compatible_fields, as: 'pathToConversionReportCompatibleFields', class: Google::Apis::DfareportingV3_3::PathToConversionReportCompatibleFields, decorator: Google::Apis::DfareportingV3_3::PathToConversionReportCompatibleFields::Representation
1904
+
1905
+ property :reach_report_compatible_fields, as: 'reachReportCompatibleFields', class: Google::Apis::DfareportingV3_3::ReachReportCompatibleFields, decorator: Google::Apis::DfareportingV3_3::ReachReportCompatibleFields::Representation
1906
+
1907
+ property :report_compatible_fields, as: 'reportCompatibleFields', class: Google::Apis::DfareportingV3_3::ReportCompatibleFields, decorator: Google::Apis::DfareportingV3_3::ReportCompatibleFields::Representation
1908
+
1909
+ end
1910
+ end
1911
+
1912
+ class ConnectionType
1913
+ # @private
1914
+ class Representation < Google::Apis::Core::JsonRepresentation
1915
+ property :id, :numeric_string => true, as: 'id'
1916
+ property :kind, as: 'kind'
1917
+ property :name, as: 'name'
1918
+ end
1919
+ end
1920
+
1921
+ class ConnectionTypesListResponse
1922
+ # @private
1923
+ class Representation < Google::Apis::Core::JsonRepresentation
1924
+ collection :connection_types, as: 'connectionTypes', class: Google::Apis::DfareportingV3_3::ConnectionType, decorator: Google::Apis::DfareportingV3_3::ConnectionType::Representation
1925
+
1926
+ property :kind, as: 'kind'
1927
+ end
1928
+ end
1929
+
1930
+ class ContentCategoriesListResponse
1931
+ # @private
1932
+ class Representation < Google::Apis::Core::JsonRepresentation
1933
+ collection :content_categories, as: 'contentCategories', class: Google::Apis::DfareportingV3_3::ContentCategory, decorator: Google::Apis::DfareportingV3_3::ContentCategory::Representation
1934
+
1935
+ property :kind, as: 'kind'
1936
+ property :next_page_token, as: 'nextPageToken'
1937
+ end
1938
+ end
1939
+
1940
+ class ContentCategory
1941
+ # @private
1942
+ class Representation < Google::Apis::Core::JsonRepresentation
1943
+ property :account_id, :numeric_string => true, as: 'accountId'
1944
+ property :id, :numeric_string => true, as: 'id'
1945
+ property :kind, as: 'kind'
1946
+ property :name, as: 'name'
1947
+ end
1948
+ end
1949
+
1950
+ class Conversion
1951
+ # @private
1952
+ class Representation < Google::Apis::Core::JsonRepresentation
1953
+ property :child_directed_treatment, as: 'childDirectedTreatment'
1954
+ collection :custom_variables, as: 'customVariables', class: Google::Apis::DfareportingV3_3::CustomFloodlightVariable, decorator: Google::Apis::DfareportingV3_3::CustomFloodlightVariable::Representation
1955
+
1956
+ property :encrypted_user_id, as: 'encryptedUserId'
1957
+ collection :encrypted_user_id_candidates, as: 'encryptedUserIdCandidates'
1958
+ property :floodlight_activity_id, :numeric_string => true, as: 'floodlightActivityId'
1959
+ property :floodlight_configuration_id, :numeric_string => true, as: 'floodlightConfigurationId'
1960
+ property :gclid, as: 'gclid'
1961
+ property :kind, as: 'kind'
1962
+ property :limit_ad_tracking, as: 'limitAdTracking'
1963
+ property :mobile_device_id, as: 'mobileDeviceId'
1964
+ property :non_personalized_ad, as: 'nonPersonalizedAd'
1965
+ property :ordinal, as: 'ordinal'
1966
+ property :quantity, :numeric_string => true, as: 'quantity'
1967
+ property :timestamp_micros, :numeric_string => true, as: 'timestampMicros'
1968
+ property :treatment_for_underage, as: 'treatmentForUnderage'
1969
+ property :value, as: 'value'
1970
+ end
1971
+ end
1972
+
1973
+ class ConversionError
1974
+ # @private
1975
+ class Representation < Google::Apis::Core::JsonRepresentation
1976
+ property :code, as: 'code'
1977
+ property :kind, as: 'kind'
1978
+ property :message, as: 'message'
1979
+ end
1980
+ end
1981
+
1982
+ class ConversionStatus
1983
+ # @private
1984
+ class Representation < Google::Apis::Core::JsonRepresentation
1985
+ property :conversion, as: 'conversion', class: Google::Apis::DfareportingV3_3::Conversion, decorator: Google::Apis::DfareportingV3_3::Conversion::Representation
1986
+
1987
+ collection :errors, as: 'errors', class: Google::Apis::DfareportingV3_3::ConversionError, decorator: Google::Apis::DfareportingV3_3::ConversionError::Representation
1988
+
1989
+ property :kind, as: 'kind'
1990
+ end
1991
+ end
1992
+
1993
+ class ConversionsBatchInsertRequest
1994
+ # @private
1995
+ class Representation < Google::Apis::Core::JsonRepresentation
1996
+ collection :conversions, as: 'conversions', class: Google::Apis::DfareportingV3_3::Conversion, decorator: Google::Apis::DfareportingV3_3::Conversion::Representation
1997
+
1998
+ property :encryption_info, as: 'encryptionInfo', class: Google::Apis::DfareportingV3_3::EncryptionInfo, decorator: Google::Apis::DfareportingV3_3::EncryptionInfo::Representation
1999
+
2000
+ property :kind, as: 'kind'
2001
+ end
2002
+ end
2003
+
2004
+ class ConversionsBatchInsertResponse
2005
+ # @private
2006
+ class Representation < Google::Apis::Core::JsonRepresentation
2007
+ property :has_failures, as: 'hasFailures'
2008
+ property :kind, as: 'kind'
2009
+ collection :status, as: 'status', class: Google::Apis::DfareportingV3_3::ConversionStatus, decorator: Google::Apis::DfareportingV3_3::ConversionStatus::Representation
2010
+
2011
+ end
2012
+ end
2013
+
2014
+ class ConversionsBatchUpdateRequest
2015
+ # @private
2016
+ class Representation < Google::Apis::Core::JsonRepresentation
2017
+ collection :conversions, as: 'conversions', class: Google::Apis::DfareportingV3_3::Conversion, decorator: Google::Apis::DfareportingV3_3::Conversion::Representation
2018
+
2019
+ property :encryption_info, as: 'encryptionInfo', class: Google::Apis::DfareportingV3_3::EncryptionInfo, decorator: Google::Apis::DfareportingV3_3::EncryptionInfo::Representation
2020
+
2021
+ property :kind, as: 'kind'
2022
+ end
2023
+ end
2024
+
2025
+ class ConversionsBatchUpdateResponse
2026
+ # @private
2027
+ class Representation < Google::Apis::Core::JsonRepresentation
2028
+ property :has_failures, as: 'hasFailures'
2029
+ property :kind, as: 'kind'
2030
+ collection :status, as: 'status', class: Google::Apis::DfareportingV3_3::ConversionStatus, decorator: Google::Apis::DfareportingV3_3::ConversionStatus::Representation
2031
+
2032
+ end
2033
+ end
2034
+
2035
+ class CountriesListResponse
2036
+ # @private
2037
+ class Representation < Google::Apis::Core::JsonRepresentation
2038
+ collection :countries, as: 'countries', class: Google::Apis::DfareportingV3_3::Country, decorator: Google::Apis::DfareportingV3_3::Country::Representation
2039
+
2040
+ property :kind, as: 'kind'
2041
+ end
2042
+ end
2043
+
2044
+ class Country
2045
+ # @private
2046
+ class Representation < Google::Apis::Core::JsonRepresentation
2047
+ property :country_code, as: 'countryCode'
2048
+ property :dart_id, :numeric_string => true, as: 'dartId'
2049
+ property :kind, as: 'kind'
2050
+ property :name, as: 'name'
2051
+ property :ssl_enabled, as: 'sslEnabled'
2052
+ end
2053
+ end
2054
+
2055
+ class Creative
2056
+ # @private
2057
+ class Representation < Google::Apis::Core::JsonRepresentation
2058
+ property :account_id, :numeric_string => true, as: 'accountId'
2059
+ property :active, as: 'active'
2060
+ property :ad_parameters, as: 'adParameters'
2061
+ collection :ad_tag_keys, as: 'adTagKeys'
2062
+ collection :additional_sizes, as: 'additionalSizes', class: Google::Apis::DfareportingV3_3::Size, decorator: Google::Apis::DfareportingV3_3::Size::Representation
2063
+
2064
+ property :advertiser_id, :numeric_string => true, as: 'advertiserId'
2065
+ property :allow_script_access, as: 'allowScriptAccess'
2066
+ property :archived, as: 'archived'
2067
+ property :artwork_type, as: 'artworkType'
2068
+ property :authoring_source, as: 'authoringSource'
2069
+ property :authoring_tool, as: 'authoringTool'
2070
+ property :auto_advance_images, as: 'autoAdvanceImages'
2071
+ property :background_color, as: 'backgroundColor'
2072
+ property :backup_image_click_through_url, as: 'backupImageClickThroughUrl', class: Google::Apis::DfareportingV3_3::CreativeClickThroughUrl, decorator: Google::Apis::DfareportingV3_3::CreativeClickThroughUrl::Representation
2073
+
2074
+ collection :backup_image_features, as: 'backupImageFeatures'
2075
+ property :backup_image_reporting_label, as: 'backupImageReportingLabel'
2076
+ property :backup_image_target_window, as: 'backupImageTargetWindow', class: Google::Apis::DfareportingV3_3::TargetWindow, decorator: Google::Apis::DfareportingV3_3::TargetWindow::Representation
2077
+
2078
+ collection :click_tags, as: 'clickTags', class: Google::Apis::DfareportingV3_3::ClickTag, decorator: Google::Apis::DfareportingV3_3::ClickTag::Representation
2079
+
2080
+ property :commercial_id, as: 'commercialId'
2081
+ collection :companion_creatives, as: 'companionCreatives'
2082
+ collection :compatibility, as: 'compatibility'
2083
+ property :convert_flash_to_html5, as: 'convertFlashToHtml5'
2084
+ collection :counter_custom_events, as: 'counterCustomEvents', class: Google::Apis::DfareportingV3_3::CreativeCustomEvent, decorator: Google::Apis::DfareportingV3_3::CreativeCustomEvent::Representation
2085
+
2086
+ property :creative_asset_selection, as: 'creativeAssetSelection', class: Google::Apis::DfareportingV3_3::CreativeAssetSelection, decorator: Google::Apis::DfareportingV3_3::CreativeAssetSelection::Representation
2087
+
2088
+ collection :creative_assets, as: 'creativeAssets', class: Google::Apis::DfareportingV3_3::CreativeAsset, decorator: Google::Apis::DfareportingV3_3::CreativeAsset::Representation
2089
+
2090
+ collection :creative_field_assignments, as: 'creativeFieldAssignments', class: Google::Apis::DfareportingV3_3::CreativeFieldAssignment, decorator: Google::Apis::DfareportingV3_3::CreativeFieldAssignment::Representation
2091
+
2092
+ collection :custom_key_values, as: 'customKeyValues'
2093
+ property :dynamic_asset_selection, as: 'dynamicAssetSelection'
2094
+ collection :exit_custom_events, as: 'exitCustomEvents', class: Google::Apis::DfareportingV3_3::CreativeCustomEvent, decorator: Google::Apis::DfareportingV3_3::CreativeCustomEvent::Representation
2095
+
2096
+ property :fs_command, as: 'fsCommand', class: Google::Apis::DfareportingV3_3::FsCommand, decorator: Google::Apis::DfareportingV3_3::FsCommand::Representation
2097
+
2098
+ property :html_code, as: 'htmlCode'
2099
+ property :html_code_locked, as: 'htmlCodeLocked'
2100
+ property :id, :numeric_string => true, as: 'id'
2101
+ property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
2102
+
2103
+ property :kind, as: 'kind'
2104
+ property :last_modified_info, as: 'lastModifiedInfo', class: Google::Apis::DfareportingV3_3::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_3::LastModifiedInfo::Representation
2105
+
2106
+ property :latest_trafficked_creative_id, :numeric_string => true, as: 'latestTraffickedCreativeId'
2107
+ property :media_description, as: 'mediaDescription'
2108
+ property :media_duration, as: 'mediaDuration'
2109
+ property :name, as: 'name'
2110
+ property :override_css, as: 'overrideCss'
2111
+ property :progress_offset, as: 'progressOffset', class: Google::Apis::DfareportingV3_3::VideoOffset, decorator: Google::Apis::DfareportingV3_3::VideoOffset::Representation
2112
+
2113
+ property :redirect_url, as: 'redirectUrl'
2114
+ property :rendering_id, :numeric_string => true, as: 'renderingId'
2115
+ property :rendering_id_dimension_value, as: 'renderingIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
2116
+
2117
+ property :required_flash_plugin_version, as: 'requiredFlashPluginVersion'
2118
+ property :required_flash_version, as: 'requiredFlashVersion'
2119
+ property :size, as: 'size', class: Google::Apis::DfareportingV3_3::Size, decorator: Google::Apis::DfareportingV3_3::Size::Representation
2120
+
2121
+ property :skip_offset, as: 'skipOffset', class: Google::Apis::DfareportingV3_3::VideoOffset, decorator: Google::Apis::DfareportingV3_3::VideoOffset::Representation
2122
+
2123
+ property :skippable, as: 'skippable'
2124
+ property :ssl_compliant, as: 'sslCompliant'
2125
+ property :ssl_override, as: 'sslOverride'
2126
+ property :studio_advertiser_id, :numeric_string => true, as: 'studioAdvertiserId'
2127
+ property :studio_creative_id, :numeric_string => true, as: 'studioCreativeId'
2128
+ property :studio_trafficked_creative_id, :numeric_string => true, as: 'studioTraffickedCreativeId'
2129
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
2130
+ property :third_party_backup_image_impressions_url, as: 'thirdPartyBackupImageImpressionsUrl'
2131
+ property :third_party_rich_media_impressions_url, as: 'thirdPartyRichMediaImpressionsUrl'
2132
+ collection :third_party_urls, as: 'thirdPartyUrls', class: Google::Apis::DfareportingV3_3::ThirdPartyTrackingUrl, decorator: Google::Apis::DfareportingV3_3::ThirdPartyTrackingUrl::Representation
2133
+
2134
+ collection :timer_custom_events, as: 'timerCustomEvents', class: Google::Apis::DfareportingV3_3::CreativeCustomEvent, decorator: Google::Apis::DfareportingV3_3::CreativeCustomEvent::Representation
2135
+
2136
+ property :total_file_size, :numeric_string => true, as: 'totalFileSize'
2137
+ property :type, as: 'type'
2138
+ property :universal_ad_id, as: 'universalAdId', class: Google::Apis::DfareportingV3_3::UniversalAdId, decorator: Google::Apis::DfareportingV3_3::UniversalAdId::Representation
2139
+
2140
+ property :version, as: 'version'
2141
+ end
2142
+ end
2143
+
2144
+ class CreativeAsset
2145
+ # @private
2146
+ class Representation < Google::Apis::Core::JsonRepresentation
2147
+ property :action_script3, as: 'actionScript3'
2148
+ property :active, as: 'active'
2149
+ collection :additional_sizes, as: 'additionalSizes', class: Google::Apis::DfareportingV3_3::Size, decorator: Google::Apis::DfareportingV3_3::Size::Representation
2150
+
2151
+ property :alignment, as: 'alignment'
2152
+ property :artwork_type, as: 'artworkType'
2153
+ property :asset_identifier, as: 'assetIdentifier', class: Google::Apis::DfareportingV3_3::CreativeAssetId, decorator: Google::Apis::DfareportingV3_3::CreativeAssetId::Representation
2154
+
2155
+ property :audio_bit_rate, as: 'audioBitRate'
2156
+ property :audio_sample_rate, as: 'audioSampleRate'
2157
+ property :backup_image_exit, as: 'backupImageExit', class: Google::Apis::DfareportingV3_3::CreativeCustomEvent, decorator: Google::Apis::DfareportingV3_3::CreativeCustomEvent::Representation
2158
+
2159
+ property :bit_rate, as: 'bitRate'
2160
+ property :child_asset_type, as: 'childAssetType'
2161
+ property :collapsed_size, as: 'collapsedSize', class: Google::Apis::DfareportingV3_3::Size, decorator: Google::Apis::DfareportingV3_3::Size::Representation
2162
+
2163
+ collection :companion_creative_ids, as: 'companionCreativeIds'
2164
+ property :custom_start_time_value, as: 'customStartTimeValue'
2165
+ collection :detected_features, as: 'detectedFeatures'
2166
+ property :display_type, as: 'displayType'
2167
+ property :duration, as: 'duration'
2168
+ property :duration_type, as: 'durationType'
2169
+ property :expanded_dimension, as: 'expandedDimension', class: Google::Apis::DfareportingV3_3::Size, decorator: Google::Apis::DfareportingV3_3::Size::Representation
2170
+
2171
+ property :file_size, :numeric_string => true, as: 'fileSize'
2172
+ property :flash_version, as: 'flashVersion'
2173
+ property :frame_rate, as: 'frameRate'
2174
+ property :hide_flash_objects, as: 'hideFlashObjects'
2175
+ property :hide_selection_boxes, as: 'hideSelectionBoxes'
2176
+ property :horizontally_locked, as: 'horizontallyLocked'
2177
+ property :id, :numeric_string => true, as: 'id'
2178
+ property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
2179
+
2180
+ property :media_duration, as: 'mediaDuration'
2181
+ property :mime_type, as: 'mimeType'
2182
+ property :offset, as: 'offset', class: Google::Apis::DfareportingV3_3::OffsetPosition, decorator: Google::Apis::DfareportingV3_3::OffsetPosition::Representation
2183
+
2184
+ property :orientation, as: 'orientation'
2185
+ property :original_backup, as: 'originalBackup'
2186
+ property :polite_load, as: 'politeLoad'
2187
+ property :position, as: 'position', class: Google::Apis::DfareportingV3_3::OffsetPosition, decorator: Google::Apis::DfareportingV3_3::OffsetPosition::Representation
2188
+
2189
+ property :position_left_unit, as: 'positionLeftUnit'
2190
+ property :position_top_unit, as: 'positionTopUnit'
2191
+ property :progressive_serving_url, as: 'progressiveServingUrl'
2192
+ property :pushdown, as: 'pushdown'
2193
+ property :pushdown_duration, as: 'pushdownDuration'
2194
+ property :role, as: 'role'
2195
+ property :size, as: 'size', class: Google::Apis::DfareportingV3_3::Size, decorator: Google::Apis::DfareportingV3_3::Size::Representation
2196
+
2197
+ property :ssl_compliant, as: 'sslCompliant'
2198
+ property :start_time_type, as: 'startTimeType'
2199
+ property :streaming_serving_url, as: 'streamingServingUrl'
2200
+ property :transparency, as: 'transparency'
2201
+ property :vertically_locked, as: 'verticallyLocked'
2202
+ property :window_mode, as: 'windowMode'
2203
+ property :z_index, as: 'zIndex'
2204
+ property :zip_filename, as: 'zipFilename'
2205
+ property :zip_filesize, as: 'zipFilesize'
2206
+ end
2207
+ end
2208
+
2209
+ class CreativeAssetId
2210
+ # @private
2211
+ class Representation < Google::Apis::Core::JsonRepresentation
2212
+ property :name, as: 'name'
2213
+ property :type, as: 'type'
2214
+ end
2215
+ end
2216
+
2217
+ class CreativeAssetMetadata
2218
+ # @private
2219
+ class Representation < Google::Apis::Core::JsonRepresentation
2220
+ property :asset_identifier, as: 'assetIdentifier', class: Google::Apis::DfareportingV3_3::CreativeAssetId, decorator: Google::Apis::DfareportingV3_3::CreativeAssetId::Representation
2221
+
2222
+ collection :click_tags, as: 'clickTags', class: Google::Apis::DfareportingV3_3::ClickTag, decorator: Google::Apis::DfareportingV3_3::ClickTag::Representation
2223
+
2224
+ collection :detected_features, as: 'detectedFeatures'
2225
+ property :id, :numeric_string => true, as: 'id'
2226
+ property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
2227
+
2228
+ property :kind, as: 'kind'
2229
+ collection :warned_validation_rules, as: 'warnedValidationRules'
2230
+ end
2231
+ end
2232
+
2233
+ class CreativeAssetSelection
2234
+ # @private
2235
+ class Representation < Google::Apis::Core::JsonRepresentation
2236
+ property :default_asset_id, :numeric_string => true, as: 'defaultAssetId'
2237
+ collection :rules, as: 'rules', class: Google::Apis::DfareportingV3_3::Rule, decorator: Google::Apis::DfareportingV3_3::Rule::Representation
2238
+
2239
+ end
2240
+ end
2241
+
2242
+ class CreativeAssignment
2243
+ # @private
2244
+ class Representation < Google::Apis::Core::JsonRepresentation
2245
+ property :active, as: 'active'
2246
+ property :apply_event_tags, as: 'applyEventTags'
2247
+ property :click_through_url, as: 'clickThroughUrl', class: Google::Apis::DfareportingV3_3::ClickThroughUrl, decorator: Google::Apis::DfareportingV3_3::ClickThroughUrl::Representation
2248
+
2249
+ collection :companion_creative_overrides, as: 'companionCreativeOverrides', class: Google::Apis::DfareportingV3_3::CompanionClickThroughOverride, decorator: Google::Apis::DfareportingV3_3::CompanionClickThroughOverride::Representation
2250
+
2251
+ collection :creative_group_assignments, as: 'creativeGroupAssignments', class: Google::Apis::DfareportingV3_3::CreativeGroupAssignment, decorator: Google::Apis::DfareportingV3_3::CreativeGroupAssignment::Representation
2252
+
2253
+ property :creative_id, :numeric_string => true, as: 'creativeId'
2254
+ property :creative_id_dimension_value, as: 'creativeIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
2255
+
2256
+ property :end_time, as: 'endTime', type: DateTime
2257
+
2258
+ collection :rich_media_exit_overrides, as: 'richMediaExitOverrides', class: Google::Apis::DfareportingV3_3::RichMediaExitOverride, decorator: Google::Apis::DfareportingV3_3::RichMediaExitOverride::Representation
2259
+
2260
+ property :sequence, as: 'sequence'
2261
+ property :ssl_compliant, as: 'sslCompliant'
2262
+ property :start_time, as: 'startTime', type: DateTime
2263
+
2264
+ property :weight, as: 'weight'
2265
+ end
2266
+ end
2267
+
2268
+ class CreativeClickThroughUrl
2269
+ # @private
2270
+ class Representation < Google::Apis::Core::JsonRepresentation
2271
+ property :computed_click_through_url, as: 'computedClickThroughUrl'
2272
+ property :custom_click_through_url, as: 'customClickThroughUrl'
2273
+ property :landing_page_id, :numeric_string => true, as: 'landingPageId'
2274
+ end
2275
+ end
2276
+
2277
+ class CreativeCustomEvent
2278
+ # @private
2279
+ class Representation < Google::Apis::Core::JsonRepresentation
2280
+ property :advertiser_custom_event_id, :numeric_string => true, as: 'advertiserCustomEventId'
2281
+ property :advertiser_custom_event_name, as: 'advertiserCustomEventName'
2282
+ property :advertiser_custom_event_type, as: 'advertiserCustomEventType'
2283
+ property :artwork_label, as: 'artworkLabel'
2284
+ property :artwork_type, as: 'artworkType'
2285
+ property :exit_click_through_url, as: 'exitClickThroughUrl', class: Google::Apis::DfareportingV3_3::CreativeClickThroughUrl, decorator: Google::Apis::DfareportingV3_3::CreativeClickThroughUrl::Representation
2286
+
2287
+ property :id, :numeric_string => true, as: 'id'
2288
+ property :popup_window_properties, as: 'popupWindowProperties', class: Google::Apis::DfareportingV3_3::PopupWindowProperties, decorator: Google::Apis::DfareportingV3_3::PopupWindowProperties::Representation
2289
+
2290
+ property :target_type, as: 'targetType'
2291
+ property :video_reporting_id, as: 'videoReportingId'
2292
+ end
2293
+ end
2294
+
2295
+ class CreativeField
2296
+ # @private
2297
+ class Representation < Google::Apis::Core::JsonRepresentation
2298
+ property :account_id, :numeric_string => true, as: 'accountId'
2299
+ property :advertiser_id, :numeric_string => true, as: 'advertiserId'
2300
+ property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
2301
+
2302
+ property :id, :numeric_string => true, as: 'id'
2303
+ property :kind, as: 'kind'
2304
+ property :name, as: 'name'
2305
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
2306
+ end
2307
+ end
2308
+
2309
+ class CreativeFieldAssignment
2310
+ # @private
2311
+ class Representation < Google::Apis::Core::JsonRepresentation
2312
+ property :creative_field_id, :numeric_string => true, as: 'creativeFieldId'
2313
+ property :creative_field_value_id, :numeric_string => true, as: 'creativeFieldValueId'
2314
+ end
2315
+ end
2316
+
2317
+ class CreativeFieldValue
2318
+ # @private
2319
+ class Representation < Google::Apis::Core::JsonRepresentation
2320
+ property :id, :numeric_string => true, as: 'id'
2321
+ property :kind, as: 'kind'
2322
+ property :value, as: 'value'
2323
+ end
2324
+ end
2325
+
2326
+ class CreativeFieldValuesListResponse
2327
+ # @private
2328
+ class Representation < Google::Apis::Core::JsonRepresentation
2329
+ collection :creative_field_values, as: 'creativeFieldValues', class: Google::Apis::DfareportingV3_3::CreativeFieldValue, decorator: Google::Apis::DfareportingV3_3::CreativeFieldValue::Representation
2330
+
2331
+ property :kind, as: 'kind'
2332
+ property :next_page_token, as: 'nextPageToken'
2333
+ end
2334
+ end
2335
+
2336
+ class CreativeFieldsListResponse
2337
+ # @private
2338
+ class Representation < Google::Apis::Core::JsonRepresentation
2339
+ collection :creative_fields, as: 'creativeFields', class: Google::Apis::DfareportingV3_3::CreativeField, decorator: Google::Apis::DfareportingV3_3::CreativeField::Representation
2340
+
2341
+ property :kind, as: 'kind'
2342
+ property :next_page_token, as: 'nextPageToken'
2343
+ end
2344
+ end
2345
+
2346
+ class CreativeGroup
2347
+ # @private
2348
+ class Representation < Google::Apis::Core::JsonRepresentation
2349
+ property :account_id, :numeric_string => true, as: 'accountId'
2350
+ property :advertiser_id, :numeric_string => true, as: 'advertiserId'
2351
+ property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
2352
+
2353
+ property :group_number, as: 'groupNumber'
2354
+ property :id, :numeric_string => true, as: 'id'
2355
+ property :kind, as: 'kind'
2356
+ property :name, as: 'name'
2357
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
2358
+ end
2359
+ end
2360
+
2361
+ class CreativeGroupAssignment
2362
+ # @private
2363
+ class Representation < Google::Apis::Core::JsonRepresentation
2364
+ property :creative_group_id, :numeric_string => true, as: 'creativeGroupId'
2365
+ property :creative_group_number, as: 'creativeGroupNumber'
2366
+ end
2367
+ end
2368
+
2369
+ class CreativeGroupsListResponse
2370
+ # @private
2371
+ class Representation < Google::Apis::Core::JsonRepresentation
2372
+ collection :creative_groups, as: 'creativeGroups', class: Google::Apis::DfareportingV3_3::CreativeGroup, decorator: Google::Apis::DfareportingV3_3::CreativeGroup::Representation
2373
+
2374
+ property :kind, as: 'kind'
2375
+ property :next_page_token, as: 'nextPageToken'
2376
+ end
2377
+ end
2378
+
2379
+ class CreativeOptimizationConfiguration
2380
+ # @private
2381
+ class Representation < Google::Apis::Core::JsonRepresentation
2382
+ property :id, :numeric_string => true, as: 'id'
2383
+ property :name, as: 'name'
2384
+ collection :optimization_activitys, as: 'optimizationActivitys', class: Google::Apis::DfareportingV3_3::OptimizationActivity, decorator: Google::Apis::DfareportingV3_3::OptimizationActivity::Representation
2385
+
2386
+ property :optimization_model, as: 'optimizationModel'
2387
+ end
2388
+ end
2389
+
2390
+ class CreativeRotation
2391
+ # @private
2392
+ class Representation < Google::Apis::Core::JsonRepresentation
2393
+ collection :creative_assignments, as: 'creativeAssignments', class: Google::Apis::DfareportingV3_3::CreativeAssignment, decorator: Google::Apis::DfareportingV3_3::CreativeAssignment::Representation
2394
+
2395
+ property :creative_optimization_configuration_id, :numeric_string => true, as: 'creativeOptimizationConfigurationId'
2396
+ property :type, as: 'type'
2397
+ property :weight_calculation_strategy, as: 'weightCalculationStrategy'
2398
+ end
2399
+ end
2400
+
2401
+ class CreativesListResponse
2402
+ # @private
2403
+ class Representation < Google::Apis::Core::JsonRepresentation
2404
+ collection :creatives, as: 'creatives', class: Google::Apis::DfareportingV3_3::Creative, decorator: Google::Apis::DfareportingV3_3::Creative::Representation
2405
+
2406
+ property :kind, as: 'kind'
2407
+ property :next_page_token, as: 'nextPageToken'
2408
+ end
2409
+ end
2410
+
2411
+ class CrossDimensionReachReportCompatibleFields
2412
+ # @private
2413
+ class Representation < Google::Apis::Core::JsonRepresentation
2414
+ collection :breakdown, as: 'breakdown', class: Google::Apis::DfareportingV3_3::Dimension, decorator: Google::Apis::DfareportingV3_3::Dimension::Representation
2415
+
2416
+ collection :dimension_filters, as: 'dimensionFilters', class: Google::Apis::DfareportingV3_3::Dimension, decorator: Google::Apis::DfareportingV3_3::Dimension::Representation
2417
+
2418
+ property :kind, as: 'kind'
2419
+ collection :metrics, as: 'metrics', class: Google::Apis::DfareportingV3_3::Metric, decorator: Google::Apis::DfareportingV3_3::Metric::Representation
2420
+
2421
+ collection :overlap_metrics, as: 'overlapMetrics', class: Google::Apis::DfareportingV3_3::Metric, decorator: Google::Apis::DfareportingV3_3::Metric::Representation
2422
+
2423
+ end
2424
+ end
2425
+
2426
+ class CustomFloodlightVariable
2427
+ # @private
2428
+ class Representation < Google::Apis::Core::JsonRepresentation
2429
+ property :kind, as: 'kind'
2430
+ property :type, as: 'type'
2431
+ property :value, as: 'value'
2432
+ end
2433
+ end
2434
+
2435
+ class CustomRichMediaEvents
2436
+ # @private
2437
+ class Representation < Google::Apis::Core::JsonRepresentation
2438
+ collection :filtered_event_ids, as: 'filteredEventIds', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
2439
+
2440
+ property :kind, as: 'kind'
2441
+ end
2442
+ end
2443
+
2444
+ class CustomViewabilityMetric
2445
+ # @private
2446
+ class Representation < Google::Apis::Core::JsonRepresentation
2447
+ property :configuration, as: 'configuration', class: Google::Apis::DfareportingV3_3::CustomViewabilityMetricConfiguration, decorator: Google::Apis::DfareportingV3_3::CustomViewabilityMetricConfiguration::Representation
2448
+
2449
+ property :id, :numeric_string => true, as: 'id'
2450
+ property :name, as: 'name'
2451
+ end
2452
+ end
2453
+
2454
+ class CustomViewabilityMetricConfiguration
2455
+ # @private
2456
+ class Representation < Google::Apis::Core::JsonRepresentation
2457
+ property :audible, as: 'audible'
2458
+ property :time_millis, as: 'timeMillis'
2459
+ property :time_percent, as: 'timePercent'
2460
+ property :viewability_percent, as: 'viewabilityPercent'
2461
+ end
2462
+ end
2463
+
2464
+ class DateRange
2465
+ # @private
2466
+ class Representation < Google::Apis::Core::JsonRepresentation
2467
+ property :end_date, as: 'endDate', type: Date
2468
+
2469
+ property :kind, as: 'kind'
2470
+ property :relative_date_range, as: 'relativeDateRange'
2471
+ property :start_date, as: 'startDate', type: Date
2472
+
2473
+ end
2474
+ end
2475
+
2476
+ class DayPartTargeting
2477
+ # @private
2478
+ class Representation < Google::Apis::Core::JsonRepresentation
2479
+ collection :days_of_week, as: 'daysOfWeek'
2480
+ collection :hours_of_day, as: 'hoursOfDay'
2481
+ property :user_local_time, as: 'userLocalTime'
2482
+ end
2483
+ end
2484
+
2485
+ class DeepLink
2486
+ # @private
2487
+ class Representation < Google::Apis::Core::JsonRepresentation
2488
+ property :app_url, as: 'appUrl'
2489
+ property :fallback_url, as: 'fallbackUrl'
2490
+ property :kind, as: 'kind'
2491
+ property :mobile_app, as: 'mobileApp', class: Google::Apis::DfareportingV3_3::MobileApp, decorator: Google::Apis::DfareportingV3_3::MobileApp::Representation
2492
+
2493
+ collection :remarketing_list_ids, as: 'remarketingListIds'
2494
+ end
2495
+ end
2496
+
2497
+ class DefaultClickThroughEventTagProperties
2498
+ # @private
2499
+ class Representation < Google::Apis::Core::JsonRepresentation
2500
+ property :default_click_through_event_tag_id, :numeric_string => true, as: 'defaultClickThroughEventTagId'
2501
+ property :override_inherited_event_tag, as: 'overrideInheritedEventTag'
2502
+ end
2503
+ end
2504
+
2505
+ class DeliverySchedule
2506
+ # @private
2507
+ class Representation < Google::Apis::Core::JsonRepresentation
2508
+ property :frequency_cap, as: 'frequencyCap', class: Google::Apis::DfareportingV3_3::FrequencyCap, decorator: Google::Apis::DfareportingV3_3::FrequencyCap::Representation
2509
+
2510
+ property :hard_cutoff, as: 'hardCutoff'
2511
+ property :impression_ratio, :numeric_string => true, as: 'impressionRatio'
2512
+ property :priority, as: 'priority'
2513
+ end
2514
+ end
2515
+
2516
+ class DfpSettings
2517
+ # @private
2518
+ class Representation < Google::Apis::Core::JsonRepresentation
2519
+ property :dfp_network_code, as: 'dfpNetworkCode'
2520
+ property :dfp_network_name, as: 'dfpNetworkName'
2521
+ property :programmatic_placement_accepted, as: 'programmaticPlacementAccepted'
2522
+ property :pub_paid_placement_accepted, as: 'pubPaidPlacementAccepted'
2523
+ property :publisher_portal_only, as: 'publisherPortalOnly'
2524
+ end
2525
+ end
2526
+
2527
+ class Dimension
2528
+ # @private
2529
+ class Representation < Google::Apis::Core::JsonRepresentation
2530
+ property :kind, as: 'kind'
2531
+ property :name, as: 'name'
2532
+ end
2533
+ end
2534
+
2535
+ class DimensionFilter
2536
+ # @private
2537
+ class Representation < Google::Apis::Core::JsonRepresentation
2538
+ property :dimension_name, as: 'dimensionName'
2539
+ property :kind, as: 'kind'
2540
+ property :value, as: 'value'
2541
+ end
2542
+ end
2543
+
2544
+ class DimensionValue
2545
+ # @private
2546
+ class Representation < Google::Apis::Core::JsonRepresentation
2547
+ property :dimension_name, as: 'dimensionName'
2548
+ property :etag, as: 'etag'
2549
+ property :id, as: 'id'
2550
+ property :kind, as: 'kind'
2551
+ property :match_type, as: 'matchType'
2552
+ property :value, as: 'value'
2553
+ end
2554
+ end
2555
+
2556
+ class DimensionValueList
2557
+ # @private
2558
+ class Representation < Google::Apis::Core::JsonRepresentation
2559
+ property :etag, as: 'etag'
2560
+ collection :items, as: 'items', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
2561
+
2562
+ property :kind, as: 'kind'
2563
+ property :next_page_token, as: 'nextPageToken'
2564
+ end
2565
+ end
2566
+
2567
+ class DimensionValueRequest
2568
+ # @private
2569
+ class Representation < Google::Apis::Core::JsonRepresentation
2570
+ property :dimension_name, as: 'dimensionName'
2571
+ property :end_date, as: 'endDate', type: Date
2572
+
2573
+ collection :filters, as: 'filters', class: Google::Apis::DfareportingV3_3::DimensionFilter, decorator: Google::Apis::DfareportingV3_3::DimensionFilter::Representation
2574
+
2575
+ property :kind, as: 'kind'
2576
+ property :start_date, as: 'startDate', type: Date
2577
+
2578
+ end
2579
+ end
2580
+
2581
+ class DirectorySite
2582
+ # @private
2583
+ class Representation < Google::Apis::Core::JsonRepresentation
2584
+ property :active, as: 'active'
2585
+ property :id, :numeric_string => true, as: 'id'
2586
+ property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
2587
+
2588
+ collection :inpage_tag_formats, as: 'inpageTagFormats'
2589
+ collection :interstitial_tag_formats, as: 'interstitialTagFormats'
2590
+ property :kind, as: 'kind'
2591
+ property :name, as: 'name'
2592
+ property :settings, as: 'settings', class: Google::Apis::DfareportingV3_3::DirectorySiteSettings, decorator: Google::Apis::DfareportingV3_3::DirectorySiteSettings::Representation
2593
+
2594
+ property :url, as: 'url'
2595
+ end
2596
+ end
2597
+
2598
+ class DirectorySiteSettings
2599
+ # @private
2600
+ class Representation < Google::Apis::Core::JsonRepresentation
2601
+ property :active_view_opt_out, as: 'activeViewOptOut'
2602
+ property :dfp_settings, as: 'dfpSettings', class: Google::Apis::DfareportingV3_3::DfpSettings, decorator: Google::Apis::DfareportingV3_3::DfpSettings::Representation
2603
+
2604
+ property :instream_video_placement_accepted, as: 'instreamVideoPlacementAccepted'
2605
+ property :interstitial_placement_accepted, as: 'interstitialPlacementAccepted'
2606
+ end
2607
+ end
2608
+
2609
+ class DirectorySitesListResponse
2610
+ # @private
2611
+ class Representation < Google::Apis::Core::JsonRepresentation
2612
+ collection :directory_sites, as: 'directorySites', class: Google::Apis::DfareportingV3_3::DirectorySite, decorator: Google::Apis::DfareportingV3_3::DirectorySite::Representation
2613
+
2614
+ property :kind, as: 'kind'
2615
+ property :next_page_token, as: 'nextPageToken'
2616
+ end
2617
+ end
2618
+
2619
+ class DynamicTargetingKey
2620
+ # @private
2621
+ class Representation < Google::Apis::Core::JsonRepresentation
2622
+ property :kind, as: 'kind'
2623
+ property :name, as: 'name'
2624
+ property :object_id_prop, :numeric_string => true, as: 'objectId'
2625
+ property :object_type, as: 'objectType'
2626
+ end
2627
+ end
2628
+
2629
+ class DynamicTargetingKeysListResponse
2630
+ # @private
2631
+ class Representation < Google::Apis::Core::JsonRepresentation
2632
+ collection :dynamic_targeting_keys, as: 'dynamicTargetingKeys', class: Google::Apis::DfareportingV3_3::DynamicTargetingKey, decorator: Google::Apis::DfareportingV3_3::DynamicTargetingKey::Representation
2633
+
2634
+ property :kind, as: 'kind'
2635
+ end
2636
+ end
2637
+
2638
+ class EncryptionInfo
2639
+ # @private
2640
+ class Representation < Google::Apis::Core::JsonRepresentation
2641
+ property :encryption_entity_id, :numeric_string => true, as: 'encryptionEntityId'
2642
+ property :encryption_entity_type, as: 'encryptionEntityType'
2643
+ property :encryption_source, as: 'encryptionSource'
2644
+ property :kind, as: 'kind'
2645
+ end
2646
+ end
2647
+
2648
+ class EventTag
2649
+ # @private
2650
+ class Representation < Google::Apis::Core::JsonRepresentation
2651
+ property :account_id, :numeric_string => true, as: 'accountId'
2652
+ property :advertiser_id, :numeric_string => true, as: 'advertiserId'
2653
+ property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
2654
+
2655
+ property :campaign_id, :numeric_string => true, as: 'campaignId'
2656
+ property :campaign_id_dimension_value, as: 'campaignIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
2657
+
2658
+ property :enabled_by_default, as: 'enabledByDefault'
2659
+ property :exclude_from_adx_requests, as: 'excludeFromAdxRequests'
2660
+ property :id, :numeric_string => true, as: 'id'
2661
+ property :kind, as: 'kind'
2662
+ property :name, as: 'name'
2663
+ property :site_filter_type, as: 'siteFilterType'
2664
+ collection :site_ids, as: 'siteIds'
2665
+ property :ssl_compliant, as: 'sslCompliant'
2666
+ property :status, as: 'status'
2667
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
2668
+ property :type, as: 'type'
2669
+ property :url, as: 'url'
2670
+ property :url_escape_levels, as: 'urlEscapeLevels'
2671
+ end
2672
+ end
2673
+
2674
+ class EventTagOverride
2675
+ # @private
2676
+ class Representation < Google::Apis::Core::JsonRepresentation
2677
+ property :enabled, as: 'enabled'
2678
+ property :id, :numeric_string => true, as: 'id'
2679
+ end
2680
+ end
2681
+
2682
+ class EventTagsListResponse
2683
+ # @private
2684
+ class Representation < Google::Apis::Core::JsonRepresentation
2685
+ collection :event_tags, as: 'eventTags', class: Google::Apis::DfareportingV3_3::EventTag, decorator: Google::Apis::DfareportingV3_3::EventTag::Representation
2686
+
2687
+ property :kind, as: 'kind'
2688
+ end
2689
+ end
2690
+
2691
+ class File
2692
+ # @private
2693
+ class Representation < Google::Apis::Core::JsonRepresentation
2694
+ property :date_range, as: 'dateRange', class: Google::Apis::DfareportingV3_3::DateRange, decorator: Google::Apis::DfareportingV3_3::DateRange::Representation
2695
+
2696
+ property :etag, as: 'etag'
2697
+ property :file_name, as: 'fileName'
2698
+ property :format, as: 'format'
2699
+ property :id, :numeric_string => true, as: 'id'
2700
+ property :kind, as: 'kind'
2701
+ property :last_modified_time, :numeric_string => true, as: 'lastModifiedTime'
2702
+ property :report_id, :numeric_string => true, as: 'reportId'
2703
+ property :status, as: 'status'
2704
+ property :urls, as: 'urls', class: Google::Apis::DfareportingV3_3::File::Urls, decorator: Google::Apis::DfareportingV3_3::File::Urls::Representation
2705
+
2706
+ end
2707
+
2708
+ class Urls
2709
+ # @private
2710
+ class Representation < Google::Apis::Core::JsonRepresentation
2711
+ property :api_url, as: 'apiUrl'
2712
+ property :browser_url, as: 'browserUrl'
2713
+ end
2714
+ end
2715
+ end
2716
+
2717
+ class FileList
2718
+ # @private
2719
+ class Representation < Google::Apis::Core::JsonRepresentation
2720
+ property :etag, as: 'etag'
2721
+ collection :items, as: 'items', class: Google::Apis::DfareportingV3_3::File, decorator: Google::Apis::DfareportingV3_3::File::Representation
2722
+
2723
+ property :kind, as: 'kind'
2724
+ property :next_page_token, as: 'nextPageToken'
2725
+ end
2726
+ end
2727
+
2728
+ class Flight
2729
+ # @private
2730
+ class Representation < Google::Apis::Core::JsonRepresentation
2731
+ property :end_date, as: 'endDate', type: Date
2732
+
2733
+ property :rate_or_cost, :numeric_string => true, as: 'rateOrCost'
2734
+ property :start_date, as: 'startDate', type: Date
2735
+
2736
+ property :units, :numeric_string => true, as: 'units'
2737
+ end
2738
+ end
2739
+
2740
+ class FloodlightActivitiesGenerateTagResponse
2741
+ # @private
2742
+ class Representation < Google::Apis::Core::JsonRepresentation
2743
+ property :floodlight_activity_tag, as: 'floodlightActivityTag'
2744
+ property :global_site_tag_global_snippet, as: 'globalSiteTagGlobalSnippet'
2745
+ property :kind, as: 'kind'
2746
+ end
2747
+ end
2748
+
2749
+ class FloodlightActivitiesListResponse
2750
+ # @private
2751
+ class Representation < Google::Apis::Core::JsonRepresentation
2752
+ collection :floodlight_activities, as: 'floodlightActivities', class: Google::Apis::DfareportingV3_3::FloodlightActivity, decorator: Google::Apis::DfareportingV3_3::FloodlightActivity::Representation
2753
+
2754
+ property :kind, as: 'kind'
2755
+ property :next_page_token, as: 'nextPageToken'
2756
+ end
2757
+ end
2758
+
2759
+ class FloodlightActivity
2760
+ # @private
2761
+ class Representation < Google::Apis::Core::JsonRepresentation
2762
+ property :account_id, :numeric_string => true, as: 'accountId'
2763
+ property :advertiser_id, :numeric_string => true, as: 'advertiserId'
2764
+ property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
2765
+
2766
+ property :cache_busting_type, as: 'cacheBustingType'
2767
+ property :counting_method, as: 'countingMethod'
2768
+ collection :default_tags, as: 'defaultTags', class: Google::Apis::DfareportingV3_3::FloodlightActivityDynamicTag, decorator: Google::Apis::DfareportingV3_3::FloodlightActivityDynamicTag::Representation
2769
+
2770
+ property :expected_url, as: 'expectedUrl'
2771
+ property :floodlight_activity_group_id, :numeric_string => true, as: 'floodlightActivityGroupId'
2772
+ property :floodlight_activity_group_name, as: 'floodlightActivityGroupName'
2773
+ property :floodlight_activity_group_tag_string, as: 'floodlightActivityGroupTagString'
2774
+ property :floodlight_activity_group_type, as: 'floodlightActivityGroupType'
2775
+ property :floodlight_configuration_id, :numeric_string => true, as: 'floodlightConfigurationId'
2776
+ property :floodlight_configuration_id_dimension_value, as: 'floodlightConfigurationIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
2777
+
2778
+ property :floodlight_tag_type, as: 'floodlightTagType'
2779
+ property :hidden, as: 'hidden'
2780
+ property :id, :numeric_string => true, as: 'id'
2781
+ property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
2782
+
2783
+ property :kind, as: 'kind'
2784
+ property :name, as: 'name'
2785
+ property :notes, as: 'notes'
2786
+ collection :publisher_tags, as: 'publisherTags', class: Google::Apis::DfareportingV3_3::FloodlightActivityPublisherDynamicTag, decorator: Google::Apis::DfareportingV3_3::FloodlightActivityPublisherDynamicTag::Representation
2787
+
2788
+ property :secure, as: 'secure'
2789
+ property :ssl_compliant, as: 'sslCompliant'
2790
+ property :ssl_required, as: 'sslRequired'
2791
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
2792
+ property :tag_format, as: 'tagFormat'
2793
+ property :tag_string, as: 'tagString'
2794
+ collection :user_defined_variable_types, as: 'userDefinedVariableTypes'
2795
+ end
2796
+ end
2797
+
2798
+ class FloodlightActivityDynamicTag
2799
+ # @private
2800
+ class Representation < Google::Apis::Core::JsonRepresentation
2801
+ property :id, :numeric_string => true, as: 'id'
2802
+ property :name, as: 'name'
2803
+ property :tag, as: 'tag'
2804
+ end
2805
+ end
2806
+
2807
+ class FloodlightActivityGroup
2808
+ # @private
2809
+ class Representation < Google::Apis::Core::JsonRepresentation
2810
+ property :account_id, :numeric_string => true, as: 'accountId'
2811
+ property :advertiser_id, :numeric_string => true, as: 'advertiserId'
2812
+ property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
2813
+
2814
+ property :floodlight_configuration_id, :numeric_string => true, as: 'floodlightConfigurationId'
2815
+ property :floodlight_configuration_id_dimension_value, as: 'floodlightConfigurationIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
2816
+
2817
+ property :id, :numeric_string => true, as: 'id'
2818
+ property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
2819
+
2820
+ property :kind, as: 'kind'
2821
+ property :name, as: 'name'
2822
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
2823
+ property :tag_string, as: 'tagString'
2824
+ property :type, as: 'type'
2825
+ end
2826
+ end
2827
+
2828
+ class FloodlightActivityGroupsListResponse
2829
+ # @private
2830
+ class Representation < Google::Apis::Core::JsonRepresentation
2831
+ collection :floodlight_activity_groups, as: 'floodlightActivityGroups', class: Google::Apis::DfareportingV3_3::FloodlightActivityGroup, decorator: Google::Apis::DfareportingV3_3::FloodlightActivityGroup::Representation
2832
+
2833
+ property :kind, as: 'kind'
2834
+ property :next_page_token, as: 'nextPageToken'
2835
+ end
2836
+ end
2837
+
2838
+ class FloodlightActivityPublisherDynamicTag
2839
+ # @private
2840
+ class Representation < Google::Apis::Core::JsonRepresentation
2841
+ property :click_through, as: 'clickThrough'
2842
+ property :directory_site_id, :numeric_string => true, as: 'directorySiteId'
2843
+ property :dynamic_tag, as: 'dynamicTag', class: Google::Apis::DfareportingV3_3::FloodlightActivityDynamicTag, decorator: Google::Apis::DfareportingV3_3::FloodlightActivityDynamicTag::Representation
2844
+
2845
+ property :site_id, :numeric_string => true, as: 'siteId'
2846
+ property :site_id_dimension_value, as: 'siteIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
2847
+
2848
+ property :view_through, as: 'viewThrough'
2849
+ end
2850
+ end
2851
+
2852
+ class FloodlightConfiguration
2853
+ # @private
2854
+ class Representation < Google::Apis::Core::JsonRepresentation
2855
+ property :account_id, :numeric_string => true, as: 'accountId'
2856
+ property :advertiser_id, :numeric_string => true, as: 'advertiserId'
2857
+ property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
2858
+
2859
+ property :analytics_data_sharing_enabled, as: 'analyticsDataSharingEnabled'
2860
+ property :custom_viewability_metric, as: 'customViewabilityMetric', class: Google::Apis::DfareportingV3_3::CustomViewabilityMetric, decorator: Google::Apis::DfareportingV3_3::CustomViewabilityMetric::Representation
2861
+
2862
+ property :exposure_to_conversion_enabled, as: 'exposureToConversionEnabled'
2863
+ property :first_day_of_week, as: 'firstDayOfWeek'
2864
+ property :id, :numeric_string => true, as: 'id'
2865
+ property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
2866
+
2867
+ property :in_app_attribution_tracking_enabled, as: 'inAppAttributionTrackingEnabled'
2868
+ property :kind, as: 'kind'
2869
+ property :lookback_configuration, as: 'lookbackConfiguration', class: Google::Apis::DfareportingV3_3::LookbackConfiguration, decorator: Google::Apis::DfareportingV3_3::LookbackConfiguration::Representation
2870
+
2871
+ property :natural_search_conversion_attribution_option, as: 'naturalSearchConversionAttributionOption'
2872
+ property :omniture_settings, as: 'omnitureSettings', class: Google::Apis::DfareportingV3_3::OmnitureSettings, decorator: Google::Apis::DfareportingV3_3::OmnitureSettings::Representation
2873
+
2874
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
2875
+ property :tag_settings, as: 'tagSettings', class: Google::Apis::DfareportingV3_3::TagSettings, decorator: Google::Apis::DfareportingV3_3::TagSettings::Representation
2876
+
2877
+ collection :third_party_authentication_tokens, as: 'thirdPartyAuthenticationTokens', class: Google::Apis::DfareportingV3_3::ThirdPartyAuthenticationToken, decorator: Google::Apis::DfareportingV3_3::ThirdPartyAuthenticationToken::Representation
2878
+
2879
+ collection :user_defined_variable_configurations, as: 'userDefinedVariableConfigurations', class: Google::Apis::DfareportingV3_3::UserDefinedVariableConfiguration, decorator: Google::Apis::DfareportingV3_3::UserDefinedVariableConfiguration::Representation
2880
+
2881
+ end
2882
+ end
2883
+
2884
+ class FloodlightConfigurationsListResponse
2885
+ # @private
2886
+ class Representation < Google::Apis::Core::JsonRepresentation
2887
+ collection :floodlight_configurations, as: 'floodlightConfigurations', class: Google::Apis::DfareportingV3_3::FloodlightConfiguration, decorator: Google::Apis::DfareportingV3_3::FloodlightConfiguration::Representation
2888
+
2889
+ property :kind, as: 'kind'
2890
+ end
2891
+ end
2892
+
2893
+ class FloodlightReportCompatibleFields
2894
+ # @private
2895
+ class Representation < Google::Apis::Core::JsonRepresentation
2896
+ collection :dimension_filters, as: 'dimensionFilters', class: Google::Apis::DfareportingV3_3::Dimension, decorator: Google::Apis::DfareportingV3_3::Dimension::Representation
2897
+
2898
+ collection :dimensions, as: 'dimensions', class: Google::Apis::DfareportingV3_3::Dimension, decorator: Google::Apis::DfareportingV3_3::Dimension::Representation
2899
+
2900
+ property :kind, as: 'kind'
2901
+ collection :metrics, as: 'metrics', class: Google::Apis::DfareportingV3_3::Metric, decorator: Google::Apis::DfareportingV3_3::Metric::Representation
2902
+
2903
+ end
2904
+ end
2905
+
2906
+ class FrequencyCap
2907
+ # @private
2908
+ class Representation < Google::Apis::Core::JsonRepresentation
2909
+ property :duration, :numeric_string => true, as: 'duration'
2910
+ property :impressions, :numeric_string => true, as: 'impressions'
2911
+ end
2912
+ end
2913
+
2914
+ class FsCommand
2915
+ # @private
2916
+ class Representation < Google::Apis::Core::JsonRepresentation
2917
+ property :left, as: 'left'
2918
+ property :position_option, as: 'positionOption'
2919
+ property :top, as: 'top'
2920
+ property :window_height, as: 'windowHeight'
2921
+ property :window_width, as: 'windowWidth'
2922
+ end
2923
+ end
2924
+
2925
+ class GeoTargeting
2926
+ # @private
2927
+ class Representation < Google::Apis::Core::JsonRepresentation
2928
+ collection :cities, as: 'cities', class: Google::Apis::DfareportingV3_3::City, decorator: Google::Apis::DfareportingV3_3::City::Representation
2929
+
2930
+ collection :countries, as: 'countries', class: Google::Apis::DfareportingV3_3::Country, decorator: Google::Apis::DfareportingV3_3::Country::Representation
2931
+
2932
+ property :exclude_countries, as: 'excludeCountries'
2933
+ collection :metros, as: 'metros', class: Google::Apis::DfareportingV3_3::Metro, decorator: Google::Apis::DfareportingV3_3::Metro::Representation
2934
+
2935
+ collection :postal_codes, as: 'postalCodes', class: Google::Apis::DfareportingV3_3::PostalCode, decorator: Google::Apis::DfareportingV3_3::PostalCode::Representation
2936
+
2937
+ collection :regions, as: 'regions', class: Google::Apis::DfareportingV3_3::Region, decorator: Google::Apis::DfareportingV3_3::Region::Representation
2938
+
2939
+ end
2940
+ end
2941
+
2942
+ class InventoryItem
2943
+ # @private
2944
+ class Representation < Google::Apis::Core::JsonRepresentation
2945
+ property :account_id, :numeric_string => true, as: 'accountId'
2946
+ collection :ad_slots, as: 'adSlots', class: Google::Apis::DfareportingV3_3::AdSlot, decorator: Google::Apis::DfareportingV3_3::AdSlot::Representation
2947
+
2948
+ property :advertiser_id, :numeric_string => true, as: 'advertiserId'
2949
+ property :content_category_id, :numeric_string => true, as: 'contentCategoryId'
2950
+ property :estimated_click_through_rate, :numeric_string => true, as: 'estimatedClickThroughRate'
2951
+ property :estimated_conversion_rate, :numeric_string => true, as: 'estimatedConversionRate'
2952
+ property :id, :numeric_string => true, as: 'id'
2953
+ property :in_plan, as: 'inPlan'
2954
+ property :kind, as: 'kind'
2955
+ property :last_modified_info, as: 'lastModifiedInfo', class: Google::Apis::DfareportingV3_3::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_3::LastModifiedInfo::Representation
2956
+
2957
+ property :name, as: 'name'
2958
+ property :negotiation_channel_id, :numeric_string => true, as: 'negotiationChannelId'
2959
+ property :order_id, :numeric_string => true, as: 'orderId'
2960
+ property :placement_strategy_id, :numeric_string => true, as: 'placementStrategyId'
2961
+ property :pricing, as: 'pricing', class: Google::Apis::DfareportingV3_3::Pricing, decorator: Google::Apis::DfareportingV3_3::Pricing::Representation
2962
+
2963
+ property :project_id, :numeric_string => true, as: 'projectId'
2964
+ property :rfp_id, :numeric_string => true, as: 'rfpId'
2965
+ property :site_id, :numeric_string => true, as: 'siteId'
2966
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
2967
+ property :type, as: 'type'
2968
+ end
2969
+ end
2970
+
2971
+ class InventoryItemsListResponse
2972
+ # @private
2973
+ class Representation < Google::Apis::Core::JsonRepresentation
2974
+ collection :inventory_items, as: 'inventoryItems', class: Google::Apis::DfareportingV3_3::InventoryItem, decorator: Google::Apis::DfareportingV3_3::InventoryItem::Representation
2975
+
2976
+ property :kind, as: 'kind'
2977
+ property :next_page_token, as: 'nextPageToken'
2978
+ end
2979
+ end
2980
+
2981
+ class KeyValueTargetingExpression
2982
+ # @private
2983
+ class Representation < Google::Apis::Core::JsonRepresentation
2984
+ property :expression, as: 'expression'
2985
+ end
2986
+ end
2987
+
2988
+ class LandingPage
2989
+ # @private
2990
+ class Representation < Google::Apis::Core::JsonRepresentation
2991
+ property :advertiser_id, :numeric_string => true, as: 'advertiserId'
2992
+ property :archived, as: 'archived'
2993
+ collection :deep_links, as: 'deepLinks', class: Google::Apis::DfareportingV3_3::DeepLink, decorator: Google::Apis::DfareportingV3_3::DeepLink::Representation
2994
+
2995
+ property :id, :numeric_string => true, as: 'id'
2996
+ property :kind, as: 'kind'
2997
+ property :name, as: 'name'
2998
+ property :url, as: 'url'
2999
+ end
3000
+ end
3001
+
3002
+ class Language
3003
+ # @private
3004
+ class Representation < Google::Apis::Core::JsonRepresentation
3005
+ property :id, :numeric_string => true, as: 'id'
3006
+ property :kind, as: 'kind'
3007
+ property :language_code, as: 'languageCode'
3008
+ property :name, as: 'name'
3009
+ end
3010
+ end
3011
+
3012
+ class LanguageTargeting
3013
+ # @private
3014
+ class Representation < Google::Apis::Core::JsonRepresentation
3015
+ collection :languages, as: 'languages', class: Google::Apis::DfareportingV3_3::Language, decorator: Google::Apis::DfareportingV3_3::Language::Representation
3016
+
3017
+ end
3018
+ end
3019
+
3020
+ class LanguagesListResponse
3021
+ # @private
3022
+ class Representation < Google::Apis::Core::JsonRepresentation
3023
+ property :kind, as: 'kind'
3024
+ collection :languages, as: 'languages', class: Google::Apis::DfareportingV3_3::Language, decorator: Google::Apis::DfareportingV3_3::Language::Representation
3025
+
3026
+ end
3027
+ end
3028
+
3029
+ class LastModifiedInfo
3030
+ # @private
3031
+ class Representation < Google::Apis::Core::JsonRepresentation
3032
+ property :time, :numeric_string => true, as: 'time'
3033
+ end
3034
+ end
3035
+
3036
+ class ListPopulationClause
3037
+ # @private
3038
+ class Representation < Google::Apis::Core::JsonRepresentation
3039
+ collection :terms, as: 'terms', class: Google::Apis::DfareportingV3_3::ListPopulationTerm, decorator: Google::Apis::DfareportingV3_3::ListPopulationTerm::Representation
3040
+
3041
+ end
3042
+ end
3043
+
3044
+ class ListPopulationRule
3045
+ # @private
3046
+ class Representation < Google::Apis::Core::JsonRepresentation
3047
+ property :floodlight_activity_id, :numeric_string => true, as: 'floodlightActivityId'
3048
+ property :floodlight_activity_name, as: 'floodlightActivityName'
3049
+ collection :list_population_clauses, as: 'listPopulationClauses', class: Google::Apis::DfareportingV3_3::ListPopulationClause, decorator: Google::Apis::DfareportingV3_3::ListPopulationClause::Representation
3050
+
3051
+ end
3052
+ end
3053
+
3054
+ class ListPopulationTerm
3055
+ # @private
3056
+ class Representation < Google::Apis::Core::JsonRepresentation
3057
+ property :contains, as: 'contains'
3058
+ property :negation, as: 'negation'
3059
+ property :operator, as: 'operator'
3060
+ property :remarketing_list_id, :numeric_string => true, as: 'remarketingListId'
3061
+ property :type, as: 'type'
3062
+ property :value, as: 'value'
3063
+ property :variable_friendly_name, as: 'variableFriendlyName'
3064
+ property :variable_name, as: 'variableName'
3065
+ end
3066
+ end
3067
+
3068
+ class ListTargetingExpression
3069
+ # @private
3070
+ class Representation < Google::Apis::Core::JsonRepresentation
3071
+ property :expression, as: 'expression'
3072
+ end
3073
+ end
3074
+
3075
+ class LookbackConfiguration
3076
+ # @private
3077
+ class Representation < Google::Apis::Core::JsonRepresentation
3078
+ property :click_duration, as: 'clickDuration'
3079
+ property :post_impression_activities_duration, as: 'postImpressionActivitiesDuration'
3080
+ end
3081
+ end
3082
+
3083
+ class Metric
3084
+ # @private
3085
+ class Representation < Google::Apis::Core::JsonRepresentation
3086
+ property :kind, as: 'kind'
3087
+ property :name, as: 'name'
3088
+ end
3089
+ end
3090
+
3091
+ class Metro
3092
+ # @private
3093
+ class Representation < Google::Apis::Core::JsonRepresentation
3094
+ property :country_code, as: 'countryCode'
3095
+ property :country_dart_id, :numeric_string => true, as: 'countryDartId'
3096
+ property :dart_id, :numeric_string => true, as: 'dartId'
3097
+ property :dma_id, :numeric_string => true, as: 'dmaId'
3098
+ property :kind, as: 'kind'
3099
+ property :metro_code, as: 'metroCode'
3100
+ property :name, as: 'name'
3101
+ end
3102
+ end
3103
+
3104
+ class MetrosListResponse
3105
+ # @private
3106
+ class Representation < Google::Apis::Core::JsonRepresentation
3107
+ property :kind, as: 'kind'
3108
+ collection :metros, as: 'metros', class: Google::Apis::DfareportingV3_3::Metro, decorator: Google::Apis::DfareportingV3_3::Metro::Representation
3109
+
3110
+ end
3111
+ end
3112
+
3113
+ class MobileApp
3114
+ # @private
3115
+ class Representation < Google::Apis::Core::JsonRepresentation
3116
+ property :directory, as: 'directory'
3117
+ property :id, as: 'id'
3118
+ property :kind, as: 'kind'
3119
+ property :publisher_name, as: 'publisherName'
3120
+ property :title, as: 'title'
3121
+ end
3122
+ end
3123
+
3124
+ class MobileAppsListResponse
3125
+ # @private
3126
+ class Representation < Google::Apis::Core::JsonRepresentation
3127
+ property :kind, as: 'kind'
3128
+ collection :mobile_apps, as: 'mobileApps', class: Google::Apis::DfareportingV3_3::MobileApp, decorator: Google::Apis::DfareportingV3_3::MobileApp::Representation
3129
+
3130
+ property :next_page_token, as: 'nextPageToken'
3131
+ end
3132
+ end
3133
+
3134
+ class MobileCarrier
3135
+ # @private
3136
+ class Representation < Google::Apis::Core::JsonRepresentation
3137
+ property :country_code, as: 'countryCode'
3138
+ property :country_dart_id, :numeric_string => true, as: 'countryDartId'
3139
+ property :id, :numeric_string => true, as: 'id'
3140
+ property :kind, as: 'kind'
3141
+ property :name, as: 'name'
3142
+ end
3143
+ end
3144
+
3145
+ class MobileCarriersListResponse
3146
+ # @private
3147
+ class Representation < Google::Apis::Core::JsonRepresentation
3148
+ property :kind, as: 'kind'
3149
+ collection :mobile_carriers, as: 'mobileCarriers', class: Google::Apis::DfareportingV3_3::MobileCarrier, decorator: Google::Apis::DfareportingV3_3::MobileCarrier::Representation
3150
+
3151
+ end
3152
+ end
3153
+
3154
+ class ObjectFilter
3155
+ # @private
3156
+ class Representation < Google::Apis::Core::JsonRepresentation
3157
+ property :kind, as: 'kind'
3158
+ collection :object_ids, as: 'objectIds'
3159
+ property :status, as: 'status'
3160
+ end
3161
+ end
3162
+
3163
+ class OffsetPosition
3164
+ # @private
3165
+ class Representation < Google::Apis::Core::JsonRepresentation
3166
+ property :left, as: 'left'
3167
+ property :top, as: 'top'
3168
+ end
3169
+ end
3170
+
3171
+ class OmnitureSettings
3172
+ # @private
3173
+ class Representation < Google::Apis::Core::JsonRepresentation
3174
+ property :omniture_cost_data_enabled, as: 'omnitureCostDataEnabled'
3175
+ property :omniture_integration_enabled, as: 'omnitureIntegrationEnabled'
3176
+ end
3177
+ end
3178
+
3179
+ class OperatingSystem
3180
+ # @private
3181
+ class Representation < Google::Apis::Core::JsonRepresentation
3182
+ property :dart_id, :numeric_string => true, as: 'dartId'
3183
+ property :desktop, as: 'desktop'
3184
+ property :kind, as: 'kind'
3185
+ property :mobile, as: 'mobile'
3186
+ property :name, as: 'name'
3187
+ end
3188
+ end
3189
+
3190
+ class OperatingSystemVersion
3191
+ # @private
3192
+ class Representation < Google::Apis::Core::JsonRepresentation
3193
+ property :id, :numeric_string => true, as: 'id'
3194
+ property :kind, as: 'kind'
3195
+ property :major_version, as: 'majorVersion'
3196
+ property :minor_version, as: 'minorVersion'
3197
+ property :name, as: 'name'
3198
+ property :operating_system, as: 'operatingSystem', class: Google::Apis::DfareportingV3_3::OperatingSystem, decorator: Google::Apis::DfareportingV3_3::OperatingSystem::Representation
3199
+
3200
+ end
3201
+ end
3202
+
3203
+ class OperatingSystemVersionsListResponse
3204
+ # @private
3205
+ class Representation < Google::Apis::Core::JsonRepresentation
3206
+ property :kind, as: 'kind'
3207
+ collection :operating_system_versions, as: 'operatingSystemVersions', class: Google::Apis::DfareportingV3_3::OperatingSystemVersion, decorator: Google::Apis::DfareportingV3_3::OperatingSystemVersion::Representation
3208
+
3209
+ end
3210
+ end
3211
+
3212
+ class OperatingSystemsListResponse
3213
+ # @private
3214
+ class Representation < Google::Apis::Core::JsonRepresentation
3215
+ property :kind, as: 'kind'
3216
+ collection :operating_systems, as: 'operatingSystems', class: Google::Apis::DfareportingV3_3::OperatingSystem, decorator: Google::Apis::DfareportingV3_3::OperatingSystem::Representation
3217
+
3218
+ end
3219
+ end
3220
+
3221
+ class OptimizationActivity
3222
+ # @private
3223
+ class Representation < Google::Apis::Core::JsonRepresentation
3224
+ property :floodlight_activity_id, :numeric_string => true, as: 'floodlightActivityId'
3225
+ property :floodlight_activity_id_dimension_value, as: 'floodlightActivityIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
3226
+
3227
+ property :weight, as: 'weight'
3228
+ end
3229
+ end
3230
+
3231
+ class Order
3232
+ # @private
3233
+ class Representation < Google::Apis::Core::JsonRepresentation
3234
+ property :account_id, :numeric_string => true, as: 'accountId'
3235
+ property :advertiser_id, :numeric_string => true, as: 'advertiserId'
3236
+ collection :approver_user_profile_ids, as: 'approverUserProfileIds'
3237
+ property :buyer_invoice_id, as: 'buyerInvoiceId'
3238
+ property :buyer_organization_name, as: 'buyerOrganizationName'
3239
+ property :comments, as: 'comments'
3240
+ collection :contacts, as: 'contacts', class: Google::Apis::DfareportingV3_3::OrderContact, decorator: Google::Apis::DfareportingV3_3::OrderContact::Representation
3241
+
3242
+ property :id, :numeric_string => true, as: 'id'
3243
+ property :kind, as: 'kind'
3244
+ property :last_modified_info, as: 'lastModifiedInfo', class: Google::Apis::DfareportingV3_3::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_3::LastModifiedInfo::Representation
3245
+
3246
+ property :name, as: 'name'
3247
+ property :notes, as: 'notes'
3248
+ property :planning_term_id, :numeric_string => true, as: 'planningTermId'
3249
+ property :project_id, :numeric_string => true, as: 'projectId'
3250
+ property :seller_order_id, as: 'sellerOrderId'
3251
+ property :seller_organization_name, as: 'sellerOrganizationName'
3252
+ collection :site_id, as: 'siteId'
3253
+ collection :site_names, as: 'siteNames'
3254
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
3255
+ property :terms_and_conditions, as: 'termsAndConditions'
3256
+ end
3257
+ end
3258
+
3259
+ class OrderContact
3260
+ # @private
3261
+ class Representation < Google::Apis::Core::JsonRepresentation
3262
+ property :contact_info, as: 'contactInfo'
3263
+ property :contact_name, as: 'contactName'
3264
+ property :contact_title, as: 'contactTitle'
3265
+ property :contact_type, as: 'contactType'
3266
+ property :signature_user_profile_id, :numeric_string => true, as: 'signatureUserProfileId'
3267
+ end
3268
+ end
3269
+
3270
+ class OrderDocument
3271
+ # @private
3272
+ class Representation < Google::Apis::Core::JsonRepresentation
3273
+ property :account_id, :numeric_string => true, as: 'accountId'
3274
+ property :advertiser_id, :numeric_string => true, as: 'advertiserId'
3275
+ property :amended_order_document_id, :numeric_string => true, as: 'amendedOrderDocumentId'
3276
+ collection :approved_by_user_profile_ids, as: 'approvedByUserProfileIds'
3277
+ property :cancelled, as: 'cancelled'
3278
+ property :created_info, as: 'createdInfo', class: Google::Apis::DfareportingV3_3::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_3::LastModifiedInfo::Representation
3279
+
3280
+ property :effective_date, as: 'effectiveDate', type: Date
3281
+
3282
+ property :id, :numeric_string => true, as: 'id'
3283
+ property :kind, as: 'kind'
3284
+ collection :last_sent_recipients, as: 'lastSentRecipients'
3285
+ property :last_sent_time, as: 'lastSentTime', type: DateTime
3286
+
3287
+ property :order_id, :numeric_string => true, as: 'orderId'
3288
+ property :project_id, :numeric_string => true, as: 'projectId'
3289
+ property :signed, as: 'signed'
3290
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
3291
+ property :title, as: 'title'
3292
+ property :type, as: 'type'
3293
+ end
3294
+ end
3295
+
3296
+ class OrderDocumentsListResponse
3297
+ # @private
3298
+ class Representation < Google::Apis::Core::JsonRepresentation
3299
+ property :kind, as: 'kind'
3300
+ property :next_page_token, as: 'nextPageToken'
3301
+ collection :order_documents, as: 'orderDocuments', class: Google::Apis::DfareportingV3_3::OrderDocument, decorator: Google::Apis::DfareportingV3_3::OrderDocument::Representation
3302
+
3303
+ end
3304
+ end
3305
+
3306
+ class OrdersListResponse
3307
+ # @private
3308
+ class Representation < Google::Apis::Core::JsonRepresentation
3309
+ property :kind, as: 'kind'
3310
+ property :next_page_token, as: 'nextPageToken'
3311
+ collection :orders, as: 'orders', class: Google::Apis::DfareportingV3_3::Order, decorator: Google::Apis::DfareportingV3_3::Order::Representation
3312
+
3313
+ end
3314
+ end
3315
+
3316
+ class PathToConversionReportCompatibleFields
3317
+ # @private
3318
+ class Representation < Google::Apis::Core::JsonRepresentation
3319
+ collection :conversion_dimensions, as: 'conversionDimensions', class: Google::Apis::DfareportingV3_3::Dimension, decorator: Google::Apis::DfareportingV3_3::Dimension::Representation
3320
+
3321
+ collection :custom_floodlight_variables, as: 'customFloodlightVariables', class: Google::Apis::DfareportingV3_3::Dimension, decorator: Google::Apis::DfareportingV3_3::Dimension::Representation
3322
+
3323
+ property :kind, as: 'kind'
3324
+ collection :metrics, as: 'metrics', class: Google::Apis::DfareportingV3_3::Metric, decorator: Google::Apis::DfareportingV3_3::Metric::Representation
3325
+
3326
+ collection :per_interaction_dimensions, as: 'perInteractionDimensions', class: Google::Apis::DfareportingV3_3::Dimension, decorator: Google::Apis::DfareportingV3_3::Dimension::Representation
3327
+
3328
+ end
3329
+ end
3330
+
3331
+ class Placement
3332
+ # @private
3333
+ class Representation < Google::Apis::Core::JsonRepresentation
3334
+ property :account_id, :numeric_string => true, as: 'accountId'
3335
+ property :ad_blocking_opt_out, as: 'adBlockingOptOut'
3336
+ collection :additional_sizes, as: 'additionalSizes', class: Google::Apis::DfareportingV3_3::Size, decorator: Google::Apis::DfareportingV3_3::Size::Representation
3337
+
3338
+ property :advertiser_id, :numeric_string => true, as: 'advertiserId'
3339
+ property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
3340
+
3341
+ property :archived, as: 'archived'
3342
+ property :campaign_id, :numeric_string => true, as: 'campaignId'
3343
+ property :campaign_id_dimension_value, as: 'campaignIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
3344
+
3345
+ property :comment, as: 'comment'
3346
+ property :compatibility, as: 'compatibility'
3347
+ property :content_category_id, :numeric_string => true, as: 'contentCategoryId'
3348
+ property :create_info, as: 'createInfo', class: Google::Apis::DfareportingV3_3::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_3::LastModifiedInfo::Representation
3349
+
3350
+ property :directory_site_id, :numeric_string => true, as: 'directorySiteId'
3351
+ property :directory_site_id_dimension_value, as: 'directorySiteIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
3352
+
3353
+ property :external_id, as: 'externalId'
3354
+ property :id, :numeric_string => true, as: 'id'
3355
+ property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
3356
+
3357
+ property :key_name, as: 'keyName'
3358
+ property :kind, as: 'kind'
3359
+ property :last_modified_info, as: 'lastModifiedInfo', class: Google::Apis::DfareportingV3_3::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_3::LastModifiedInfo::Representation
3360
+
3361
+ property :lookback_configuration, as: 'lookbackConfiguration', class: Google::Apis::DfareportingV3_3::LookbackConfiguration, decorator: Google::Apis::DfareportingV3_3::LookbackConfiguration::Representation
3362
+
3363
+ property :name, as: 'name'
3364
+ property :payment_approved, as: 'paymentApproved'
3365
+ property :payment_source, as: 'paymentSource'
3366
+ property :placement_group_id, :numeric_string => true, as: 'placementGroupId'
3367
+ property :placement_group_id_dimension_value, as: 'placementGroupIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
3368
+
3369
+ property :placement_strategy_id, :numeric_string => true, as: 'placementStrategyId'
3370
+ property :pricing_schedule, as: 'pricingSchedule', class: Google::Apis::DfareportingV3_3::PricingSchedule, decorator: Google::Apis::DfareportingV3_3::PricingSchedule::Representation
3371
+
3372
+ property :primary, as: 'primary'
3373
+ property :publisher_update_info, as: 'publisherUpdateInfo', class: Google::Apis::DfareportingV3_3::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_3::LastModifiedInfo::Representation
3374
+
3375
+ property :site_id, :numeric_string => true, as: 'siteId'
3376
+ property :site_id_dimension_value, as: 'siteIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
3377
+
3378
+ property :size, as: 'size', class: Google::Apis::DfareportingV3_3::Size, decorator: Google::Apis::DfareportingV3_3::Size::Representation
3379
+
3380
+ property :ssl_required, as: 'sslRequired'
3381
+ property :status, as: 'status'
3382
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
3383
+ collection :tag_formats, as: 'tagFormats'
3384
+ property :tag_setting, as: 'tagSetting', class: Google::Apis::DfareportingV3_3::TagSetting, decorator: Google::Apis::DfareportingV3_3::TagSetting::Representation
3385
+
3386
+ property :video_active_view_opt_out, as: 'videoActiveViewOptOut'
3387
+ property :video_settings, as: 'videoSettings', class: Google::Apis::DfareportingV3_3::VideoSettings, decorator: Google::Apis::DfareportingV3_3::VideoSettings::Representation
3388
+
3389
+ property :vpaid_adapter_choice, as: 'vpaidAdapterChoice'
3390
+ end
3391
+ end
3392
+
3393
+ class PlacementAssignment
3394
+ # @private
3395
+ class Representation < Google::Apis::Core::JsonRepresentation
3396
+ property :active, as: 'active'
3397
+ property :placement_id, :numeric_string => true, as: 'placementId'
3398
+ property :placement_id_dimension_value, as: 'placementIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
3399
+
3400
+ property :ssl_required, as: 'sslRequired'
3401
+ end
3402
+ end
3403
+
3404
+ class PlacementGroup
3405
+ # @private
3406
+ class Representation < Google::Apis::Core::JsonRepresentation
3407
+ property :account_id, :numeric_string => true, as: 'accountId'
3408
+ property :advertiser_id, :numeric_string => true, as: 'advertiserId'
3409
+ property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
3410
+
3411
+ property :archived, as: 'archived'
3412
+ property :campaign_id, :numeric_string => true, as: 'campaignId'
3413
+ property :campaign_id_dimension_value, as: 'campaignIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
3414
+
3415
+ collection :child_placement_ids, as: 'childPlacementIds'
3416
+ property :comment, as: 'comment'
3417
+ property :content_category_id, :numeric_string => true, as: 'contentCategoryId'
3418
+ property :create_info, as: 'createInfo', class: Google::Apis::DfareportingV3_3::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_3::LastModifiedInfo::Representation
3419
+
3420
+ property :directory_site_id, :numeric_string => true, as: 'directorySiteId'
3421
+ property :directory_site_id_dimension_value, as: 'directorySiteIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
3422
+
3423
+ property :external_id, as: 'externalId'
3424
+ property :id, :numeric_string => true, as: 'id'
3425
+ property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
3426
+
3427
+ property :kind, as: 'kind'
3428
+ property :last_modified_info, as: 'lastModifiedInfo', class: Google::Apis::DfareportingV3_3::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_3::LastModifiedInfo::Representation
3429
+
3430
+ property :name, as: 'name'
3431
+ property :placement_group_type, as: 'placementGroupType'
3432
+ property :placement_strategy_id, :numeric_string => true, as: 'placementStrategyId'
3433
+ property :pricing_schedule, as: 'pricingSchedule', class: Google::Apis::DfareportingV3_3::PricingSchedule, decorator: Google::Apis::DfareportingV3_3::PricingSchedule::Representation
3434
+
3435
+ property :primary_placement_id, :numeric_string => true, as: 'primaryPlacementId'
3436
+ property :primary_placement_id_dimension_value, as: 'primaryPlacementIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
3437
+
3438
+ property :site_id, :numeric_string => true, as: 'siteId'
3439
+ property :site_id_dimension_value, as: 'siteIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
3440
+
3441
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
3442
+ end
3443
+ end
3444
+
3445
+ class PlacementGroupsListResponse
3446
+ # @private
3447
+ class Representation < Google::Apis::Core::JsonRepresentation
3448
+ property :kind, as: 'kind'
3449
+ property :next_page_token, as: 'nextPageToken'
3450
+ collection :placement_groups, as: 'placementGroups', class: Google::Apis::DfareportingV3_3::PlacementGroup, decorator: Google::Apis::DfareportingV3_3::PlacementGroup::Representation
3451
+
3452
+ end
3453
+ end
3454
+
3455
+ class PlacementStrategiesListResponse
3456
+ # @private
3457
+ class Representation < Google::Apis::Core::JsonRepresentation
3458
+ property :kind, as: 'kind'
3459
+ property :next_page_token, as: 'nextPageToken'
3460
+ collection :placement_strategies, as: 'placementStrategies', class: Google::Apis::DfareportingV3_3::PlacementStrategy, decorator: Google::Apis::DfareportingV3_3::PlacementStrategy::Representation
3461
+
3462
+ end
3463
+ end
3464
+
3465
+ class PlacementStrategy
3466
+ # @private
3467
+ class Representation < Google::Apis::Core::JsonRepresentation
3468
+ property :account_id, :numeric_string => true, as: 'accountId'
3469
+ property :id, :numeric_string => true, as: 'id'
3470
+ property :kind, as: 'kind'
3471
+ property :name, as: 'name'
3472
+ end
3473
+ end
3474
+
3475
+ class PlacementTag
3476
+ # @private
3477
+ class Representation < Google::Apis::Core::JsonRepresentation
3478
+ property :placement_id, :numeric_string => true, as: 'placementId'
3479
+ collection :tag_datas, as: 'tagDatas', class: Google::Apis::DfareportingV3_3::TagData, decorator: Google::Apis::DfareportingV3_3::TagData::Representation
3480
+
3481
+ end
3482
+ end
3483
+
3484
+ class PlacementsGenerateTagsResponse
3485
+ # @private
3486
+ class Representation < Google::Apis::Core::JsonRepresentation
3487
+ property :kind, as: 'kind'
3488
+ collection :placement_tags, as: 'placementTags', class: Google::Apis::DfareportingV3_3::PlacementTag, decorator: Google::Apis::DfareportingV3_3::PlacementTag::Representation
3489
+
3490
+ end
3491
+ end
3492
+
3493
+ class PlacementsListResponse
3494
+ # @private
3495
+ class Representation < Google::Apis::Core::JsonRepresentation
3496
+ property :kind, as: 'kind'
3497
+ property :next_page_token, as: 'nextPageToken'
3498
+ collection :placements, as: 'placements', class: Google::Apis::DfareportingV3_3::Placement, decorator: Google::Apis::DfareportingV3_3::Placement::Representation
3499
+
3500
+ end
3501
+ end
3502
+
3503
+ class PlatformType
3504
+ # @private
3505
+ class Representation < Google::Apis::Core::JsonRepresentation
3506
+ property :id, :numeric_string => true, as: 'id'
3507
+ property :kind, as: 'kind'
3508
+ property :name, as: 'name'
3509
+ end
3510
+ end
3511
+
3512
+ class PlatformTypesListResponse
3513
+ # @private
3514
+ class Representation < Google::Apis::Core::JsonRepresentation
3515
+ property :kind, as: 'kind'
3516
+ collection :platform_types, as: 'platformTypes', class: Google::Apis::DfareportingV3_3::PlatformType, decorator: Google::Apis::DfareportingV3_3::PlatformType::Representation
3517
+
3518
+ end
3519
+ end
3520
+
3521
+ class PopupWindowProperties
3522
+ # @private
3523
+ class Representation < Google::Apis::Core::JsonRepresentation
3524
+ property :dimension, as: 'dimension', class: Google::Apis::DfareportingV3_3::Size, decorator: Google::Apis::DfareportingV3_3::Size::Representation
3525
+
3526
+ property :offset, as: 'offset', class: Google::Apis::DfareportingV3_3::OffsetPosition, decorator: Google::Apis::DfareportingV3_3::OffsetPosition::Representation
3527
+
3528
+ property :position_type, as: 'positionType'
3529
+ property :show_address_bar, as: 'showAddressBar'
3530
+ property :show_menu_bar, as: 'showMenuBar'
3531
+ property :show_scroll_bar, as: 'showScrollBar'
3532
+ property :show_status_bar, as: 'showStatusBar'
3533
+ property :show_tool_bar, as: 'showToolBar'
3534
+ property :title, as: 'title'
3535
+ end
3536
+ end
3537
+
3538
+ class PostalCode
3539
+ # @private
3540
+ class Representation < Google::Apis::Core::JsonRepresentation
3541
+ property :code, as: 'code'
3542
+ property :country_code, as: 'countryCode'
3543
+ property :country_dart_id, :numeric_string => true, as: 'countryDartId'
3544
+ property :id, as: 'id'
3545
+ property :kind, as: 'kind'
3546
+ end
3547
+ end
3548
+
3549
+ class PostalCodesListResponse
3550
+ # @private
3551
+ class Representation < Google::Apis::Core::JsonRepresentation
3552
+ property :kind, as: 'kind'
3553
+ collection :postal_codes, as: 'postalCodes', class: Google::Apis::DfareportingV3_3::PostalCode, decorator: Google::Apis::DfareportingV3_3::PostalCode::Representation
3554
+
3555
+ end
3556
+ end
3557
+
3558
+ class Pricing
3559
+ # @private
3560
+ class Representation < Google::Apis::Core::JsonRepresentation
3561
+ property :cap_cost_type, as: 'capCostType'
3562
+ property :end_date, as: 'endDate', type: Date
3563
+
3564
+ collection :flights, as: 'flights', class: Google::Apis::DfareportingV3_3::Flight, decorator: Google::Apis::DfareportingV3_3::Flight::Representation
3565
+
3566
+ property :group_type, as: 'groupType'
3567
+ property :pricing_type, as: 'pricingType'
3568
+ property :start_date, as: 'startDate', type: Date
3569
+
3570
+ end
3571
+ end
3572
+
3573
+ class PricingSchedule
3574
+ # @private
3575
+ class Representation < Google::Apis::Core::JsonRepresentation
3576
+ property :cap_cost_option, as: 'capCostOption'
3577
+ property :disregard_overdelivery, as: 'disregardOverdelivery'
3578
+ property :end_date, as: 'endDate', type: Date
3579
+
3580
+ property :flighted, as: 'flighted'
3581
+ property :floodlight_activity_id, :numeric_string => true, as: 'floodlightActivityId'
3582
+ collection :pricing_periods, as: 'pricingPeriods', class: Google::Apis::DfareportingV3_3::PricingSchedulePricingPeriod, decorator: Google::Apis::DfareportingV3_3::PricingSchedulePricingPeriod::Representation
3583
+
3584
+ property :pricing_type, as: 'pricingType'
3585
+ property :start_date, as: 'startDate', type: Date
3586
+
3587
+ property :testing_start_date, as: 'testingStartDate', type: Date
3588
+
3589
+ end
3590
+ end
3591
+
3592
+ class PricingSchedulePricingPeriod
3593
+ # @private
3594
+ class Representation < Google::Apis::Core::JsonRepresentation
3595
+ property :end_date, as: 'endDate', type: Date
3596
+
3597
+ property :pricing_comment, as: 'pricingComment'
3598
+ property :rate_or_cost_nanos, :numeric_string => true, as: 'rateOrCostNanos'
3599
+ property :start_date, as: 'startDate', type: Date
3600
+
3601
+ property :units, :numeric_string => true, as: 'units'
3602
+ end
3603
+ end
3604
+
3605
+ class Project
3606
+ # @private
3607
+ class Representation < Google::Apis::Core::JsonRepresentation
3608
+ property :account_id, :numeric_string => true, as: 'accountId'
3609
+ property :advertiser_id, :numeric_string => true, as: 'advertiserId'
3610
+ property :audience_age_group, as: 'audienceAgeGroup'
3611
+ property :audience_gender, as: 'audienceGender'
3612
+ property :budget, :numeric_string => true, as: 'budget'
3613
+ property :client_billing_code, as: 'clientBillingCode'
3614
+ property :client_name, as: 'clientName'
3615
+ property :end_date, as: 'endDate', type: Date
3616
+
3617
+ property :id, :numeric_string => true, as: 'id'
3618
+ property :kind, as: 'kind'
3619
+ property :last_modified_info, as: 'lastModifiedInfo', class: Google::Apis::DfareportingV3_3::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_3::LastModifiedInfo::Representation
3620
+
3621
+ property :name, as: 'name'
3622
+ property :overview, as: 'overview'
3623
+ property :start_date, as: 'startDate', type: Date
3624
+
3625
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
3626
+ property :target_clicks, :numeric_string => true, as: 'targetClicks'
3627
+ property :target_conversions, :numeric_string => true, as: 'targetConversions'
3628
+ property :target_cpa_nanos, :numeric_string => true, as: 'targetCpaNanos'
3629
+ property :target_cpc_nanos, :numeric_string => true, as: 'targetCpcNanos'
3630
+ property :target_cpm_active_view_nanos, :numeric_string => true, as: 'targetCpmActiveViewNanos'
3631
+ property :target_cpm_nanos, :numeric_string => true, as: 'targetCpmNanos'
3632
+ property :target_impressions, :numeric_string => true, as: 'targetImpressions'
3633
+ end
3634
+ end
3635
+
3636
+ class ProjectsListResponse
3637
+ # @private
3638
+ class Representation < Google::Apis::Core::JsonRepresentation
3639
+ property :kind, as: 'kind'
3640
+ property :next_page_token, as: 'nextPageToken'
3641
+ collection :projects, as: 'projects', class: Google::Apis::DfareportingV3_3::Project, decorator: Google::Apis::DfareportingV3_3::Project::Representation
3642
+
3643
+ end
3644
+ end
3645
+
3646
+ class ReachReportCompatibleFields
3647
+ # @private
3648
+ class Representation < Google::Apis::Core::JsonRepresentation
3649
+ collection :dimension_filters, as: 'dimensionFilters', class: Google::Apis::DfareportingV3_3::Dimension, decorator: Google::Apis::DfareportingV3_3::Dimension::Representation
3650
+
3651
+ collection :dimensions, as: 'dimensions', class: Google::Apis::DfareportingV3_3::Dimension, decorator: Google::Apis::DfareportingV3_3::Dimension::Representation
3652
+
3653
+ property :kind, as: 'kind'
3654
+ collection :metrics, as: 'metrics', class: Google::Apis::DfareportingV3_3::Metric, decorator: Google::Apis::DfareportingV3_3::Metric::Representation
3655
+
3656
+ collection :pivoted_activity_metrics, as: 'pivotedActivityMetrics', class: Google::Apis::DfareportingV3_3::Metric, decorator: Google::Apis::DfareportingV3_3::Metric::Representation
3657
+
3658
+ collection :reach_by_frequency_metrics, as: 'reachByFrequencyMetrics', class: Google::Apis::DfareportingV3_3::Metric, decorator: Google::Apis::DfareportingV3_3::Metric::Representation
3659
+
3660
+ end
3661
+ end
3662
+
3663
+ class Recipient
3664
+ # @private
3665
+ class Representation < Google::Apis::Core::JsonRepresentation
3666
+ property :delivery_type, as: 'deliveryType'
3667
+ property :email, as: 'email'
3668
+ property :kind, as: 'kind'
3669
+ end
3670
+ end
3671
+
3672
+ class Region
3673
+ # @private
3674
+ class Representation < Google::Apis::Core::JsonRepresentation
3675
+ property :country_code, as: 'countryCode'
3676
+ property :country_dart_id, :numeric_string => true, as: 'countryDartId'
3677
+ property :dart_id, :numeric_string => true, as: 'dartId'
3678
+ property :kind, as: 'kind'
3679
+ property :name, as: 'name'
3680
+ property :region_code, as: 'regionCode'
3681
+ end
3682
+ end
3683
+
3684
+ class RegionsListResponse
3685
+ # @private
3686
+ class Representation < Google::Apis::Core::JsonRepresentation
3687
+ property :kind, as: 'kind'
3688
+ collection :regions, as: 'regions', class: Google::Apis::DfareportingV3_3::Region, decorator: Google::Apis::DfareportingV3_3::Region::Representation
3689
+
3690
+ end
3691
+ end
3692
+
3693
+ class RemarketingList
3694
+ # @private
3695
+ class Representation < Google::Apis::Core::JsonRepresentation
3696
+ property :account_id, :numeric_string => true, as: 'accountId'
3697
+ property :active, as: 'active'
3698
+ property :advertiser_id, :numeric_string => true, as: 'advertiserId'
3699
+ property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
3700
+
3701
+ property :description, as: 'description'
3702
+ property :id, :numeric_string => true, as: 'id'
3703
+ property :kind, as: 'kind'
3704
+ property :life_span, :numeric_string => true, as: 'lifeSpan'
3705
+ property :list_population_rule, as: 'listPopulationRule', class: Google::Apis::DfareportingV3_3::ListPopulationRule, decorator: Google::Apis::DfareportingV3_3::ListPopulationRule::Representation
3706
+
3707
+ property :list_size, :numeric_string => true, as: 'listSize'
3708
+ property :list_source, as: 'listSource'
3709
+ property :name, as: 'name'
3710
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
3711
+ end
3712
+ end
3713
+
3714
+ class RemarketingListShare
3715
+ # @private
3716
+ class Representation < Google::Apis::Core::JsonRepresentation
3717
+ property :kind, as: 'kind'
3718
+ property :remarketing_list_id, :numeric_string => true, as: 'remarketingListId'
3719
+ collection :shared_account_ids, as: 'sharedAccountIds'
3720
+ collection :shared_advertiser_ids, as: 'sharedAdvertiserIds'
3721
+ end
3722
+ end
3723
+
3724
+ class RemarketingListsListResponse
3725
+ # @private
3726
+ class Representation < Google::Apis::Core::JsonRepresentation
3727
+ property :kind, as: 'kind'
3728
+ property :next_page_token, as: 'nextPageToken'
3729
+ collection :remarketing_lists, as: 'remarketingLists', class: Google::Apis::DfareportingV3_3::RemarketingList, decorator: Google::Apis::DfareportingV3_3::RemarketingList::Representation
3730
+
3731
+ end
3732
+ end
3733
+
3734
+ class Report
3735
+ # @private
3736
+ class Representation < Google::Apis::Core::JsonRepresentation
3737
+ property :account_id, :numeric_string => true, as: 'accountId'
3738
+ property :criteria, as: 'criteria', class: Google::Apis::DfareportingV3_3::Report::Criteria, decorator: Google::Apis::DfareportingV3_3::Report::Criteria::Representation
3739
+
3740
+ property :cross_dimension_reach_criteria, as: 'crossDimensionReachCriteria', class: Google::Apis::DfareportingV3_3::Report::CrossDimensionReachCriteria, decorator: Google::Apis::DfareportingV3_3::Report::CrossDimensionReachCriteria::Representation
3741
+
3742
+ property :delivery, as: 'delivery', class: Google::Apis::DfareportingV3_3::Report::Delivery, decorator: Google::Apis::DfareportingV3_3::Report::Delivery::Representation
3743
+
3744
+ property :etag, as: 'etag'
3745
+ property :file_name, as: 'fileName'
3746
+ property :floodlight_criteria, as: 'floodlightCriteria', class: Google::Apis::DfareportingV3_3::Report::FloodlightCriteria, decorator: Google::Apis::DfareportingV3_3::Report::FloodlightCriteria::Representation
3747
+
3748
+ property :format, as: 'format'
3749
+ property :id, :numeric_string => true, as: 'id'
3750
+ property :kind, as: 'kind'
3751
+ property :last_modified_time, :numeric_string => true, as: 'lastModifiedTime'
3752
+ property :name, as: 'name'
3753
+ property :owner_profile_id, :numeric_string => true, as: 'ownerProfileId'
3754
+ property :path_to_conversion_criteria, as: 'pathToConversionCriteria', class: Google::Apis::DfareportingV3_3::Report::PathToConversionCriteria, decorator: Google::Apis::DfareportingV3_3::Report::PathToConversionCriteria::Representation
3755
+
3756
+ property :reach_criteria, as: 'reachCriteria', class: Google::Apis::DfareportingV3_3::Report::ReachCriteria, decorator: Google::Apis::DfareportingV3_3::Report::ReachCriteria::Representation
3757
+
3758
+ property :schedule, as: 'schedule', class: Google::Apis::DfareportingV3_3::Report::Schedule, decorator: Google::Apis::DfareportingV3_3::Report::Schedule::Representation
3759
+
3760
+ property :sub_account_id, :numeric_string => true, as: 'subAccountId'
3761
+ property :type, as: 'type'
3762
+ end
3763
+
3764
+ class Criteria
3765
+ # @private
3766
+ class Representation < Google::Apis::Core::JsonRepresentation
3767
+ property :activities, as: 'activities', class: Google::Apis::DfareportingV3_3::Activities, decorator: Google::Apis::DfareportingV3_3::Activities::Representation
3768
+
3769
+ property :custom_rich_media_events, as: 'customRichMediaEvents', class: Google::Apis::DfareportingV3_3::CustomRichMediaEvents, decorator: Google::Apis::DfareportingV3_3::CustomRichMediaEvents::Representation
3770
+
3771
+ property :date_range, as: 'dateRange', class: Google::Apis::DfareportingV3_3::DateRange, decorator: Google::Apis::DfareportingV3_3::DateRange::Representation
3772
+
3773
+ collection :dimension_filters, as: 'dimensionFilters', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
3774
+
3775
+ collection :dimensions, as: 'dimensions', class: Google::Apis::DfareportingV3_3::SortedDimension, decorator: Google::Apis::DfareportingV3_3::SortedDimension::Representation
3776
+
3777
+ collection :metric_names, as: 'metricNames'
3778
+ end
3779
+ end
3780
+
3781
+ class CrossDimensionReachCriteria
3782
+ # @private
3783
+ class Representation < Google::Apis::Core::JsonRepresentation
3784
+ collection :breakdown, as: 'breakdown', class: Google::Apis::DfareportingV3_3::SortedDimension, decorator: Google::Apis::DfareportingV3_3::SortedDimension::Representation
3785
+
3786
+ property :date_range, as: 'dateRange', class: Google::Apis::DfareportingV3_3::DateRange, decorator: Google::Apis::DfareportingV3_3::DateRange::Representation
3787
+
3788
+ property :dimension, as: 'dimension'
3789
+ collection :dimension_filters, as: 'dimensionFilters', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
3790
+
3791
+ collection :metric_names, as: 'metricNames'
3792
+ collection :overlap_metric_names, as: 'overlapMetricNames'
3793
+ property :pivoted, as: 'pivoted'
3794
+ end
3795
+ end
3796
+
3797
+ class Delivery
3798
+ # @private
3799
+ class Representation < Google::Apis::Core::JsonRepresentation
3800
+ property :email_owner, as: 'emailOwner'
3801
+ property :email_owner_delivery_type, as: 'emailOwnerDeliveryType'
3802
+ property :message, as: 'message'
3803
+ collection :recipients, as: 'recipients', class: Google::Apis::DfareportingV3_3::Recipient, decorator: Google::Apis::DfareportingV3_3::Recipient::Representation
3804
+
3805
+ end
3806
+ end
3807
+
3808
+ class FloodlightCriteria
3809
+ # @private
3810
+ class Representation < Google::Apis::Core::JsonRepresentation
3811
+ collection :custom_rich_media_events, as: 'customRichMediaEvents', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
3812
+
3813
+ property :date_range, as: 'dateRange', class: Google::Apis::DfareportingV3_3::DateRange, decorator: Google::Apis::DfareportingV3_3::DateRange::Representation
3814
+
3815
+ collection :dimension_filters, as: 'dimensionFilters', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
3816
+
3817
+ collection :dimensions, as: 'dimensions', class: Google::Apis::DfareportingV3_3::SortedDimension, decorator: Google::Apis::DfareportingV3_3::SortedDimension::Representation
3818
+
3819
+ property :floodlight_config_id, as: 'floodlightConfigId', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
3820
+
3821
+ collection :metric_names, as: 'metricNames'
3822
+ property :report_properties, as: 'reportProperties', class: Google::Apis::DfareportingV3_3::Report::FloodlightCriteria::ReportProperties, decorator: Google::Apis::DfareportingV3_3::Report::FloodlightCriteria::ReportProperties::Representation
3823
+
3824
+ end
3825
+
3826
+ class ReportProperties
3827
+ # @private
3828
+ class Representation < Google::Apis::Core::JsonRepresentation
3829
+ property :include_attributed_ip_conversions, as: 'includeAttributedIPConversions'
3830
+ property :include_unattributed_cookie_conversions, as: 'includeUnattributedCookieConversions'
3831
+ property :include_unattributed_ip_conversions, as: 'includeUnattributedIPConversions'
3832
+ end
3833
+ end
3834
+ end
3835
+
3836
+ class PathToConversionCriteria
3837
+ # @private
3838
+ class Representation < Google::Apis::Core::JsonRepresentation
3839
+ collection :activity_filters, as: 'activityFilters', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
3840
+
3841
+ collection :conversion_dimensions, as: 'conversionDimensions', class: Google::Apis::DfareportingV3_3::SortedDimension, decorator: Google::Apis::DfareportingV3_3::SortedDimension::Representation
3842
+
3843
+ collection :custom_floodlight_variables, as: 'customFloodlightVariables', class: Google::Apis::DfareportingV3_3::SortedDimension, decorator: Google::Apis::DfareportingV3_3::SortedDimension::Representation
3844
+
3845
+ collection :custom_rich_media_events, as: 'customRichMediaEvents', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
3846
+
3847
+ property :date_range, as: 'dateRange', class: Google::Apis::DfareportingV3_3::DateRange, decorator: Google::Apis::DfareportingV3_3::DateRange::Representation
3848
+
3849
+ property :floodlight_config_id, as: 'floodlightConfigId', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
3850
+
3851
+ collection :metric_names, as: 'metricNames'
3852
+ collection :per_interaction_dimensions, as: 'perInteractionDimensions', class: Google::Apis::DfareportingV3_3::SortedDimension, decorator: Google::Apis::DfareportingV3_3::SortedDimension::Representation
3853
+
3854
+ property :report_properties, as: 'reportProperties', class: Google::Apis::DfareportingV3_3::Report::PathToConversionCriteria::ReportProperties, decorator: Google::Apis::DfareportingV3_3::Report::PathToConversionCriteria::ReportProperties::Representation
3855
+
3856
+ end
3857
+
3858
+ class ReportProperties
3859
+ # @private
3860
+ class Representation < Google::Apis::Core::JsonRepresentation
3861
+ property :clicks_lookback_window, as: 'clicksLookbackWindow'
3862
+ property :impressions_lookback_window, as: 'impressionsLookbackWindow'
3863
+ property :include_attributed_ip_conversions, as: 'includeAttributedIPConversions'
3864
+ property :include_unattributed_cookie_conversions, as: 'includeUnattributedCookieConversions'
3865
+ property :include_unattributed_ip_conversions, as: 'includeUnattributedIPConversions'
3866
+ property :maximum_click_interactions, as: 'maximumClickInteractions'
3867
+ property :maximum_impression_interactions, as: 'maximumImpressionInteractions'
3868
+ property :maximum_interaction_gap, as: 'maximumInteractionGap'
3869
+ property :pivot_on_interaction_path, as: 'pivotOnInteractionPath'
3870
+ end
3871
+ end
3872
+ end
3873
+
3874
+ class ReachCriteria
3875
+ # @private
3876
+ class Representation < Google::Apis::Core::JsonRepresentation
3877
+ property :activities, as: 'activities', class: Google::Apis::DfareportingV3_3::Activities, decorator: Google::Apis::DfareportingV3_3::Activities::Representation
3878
+
3879
+ property :custom_rich_media_events, as: 'customRichMediaEvents', class: Google::Apis::DfareportingV3_3::CustomRichMediaEvents, decorator: Google::Apis::DfareportingV3_3::CustomRichMediaEvents::Representation
3880
+
3881
+ property :date_range, as: 'dateRange', class: Google::Apis::DfareportingV3_3::DateRange, decorator: Google::Apis::DfareportingV3_3::DateRange::Representation
3882
+
3883
+ collection :dimension_filters, as: 'dimensionFilters', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
3884
+
3885
+ collection :dimensions, as: 'dimensions', class: Google::Apis::DfareportingV3_3::SortedDimension, decorator: Google::Apis::DfareportingV3_3::SortedDimension::Representation
3886
+
3887
+ property :enable_all_dimension_combinations, as: 'enableAllDimensionCombinations'
3888
+ collection :metric_names, as: 'metricNames'
3889
+ collection :reach_by_frequency_metric_names, as: 'reachByFrequencyMetricNames'
3890
+ end
3891
+ end
3892
+
3893
+ class Schedule
3894
+ # @private
3895
+ class Representation < Google::Apis::Core::JsonRepresentation
3896
+ property :active, as: 'active'
3897
+ property :every, as: 'every'
3898
+ property :expiration_date, as: 'expirationDate', type: Date
3899
+
3900
+ property :repeats, as: 'repeats'
3901
+ collection :repeats_on_week_days, as: 'repeatsOnWeekDays'
3902
+ property :runs_on_day_of_month, as: 'runsOnDayOfMonth'
3903
+ property :start_date, as: 'startDate', type: Date
3904
+
3905
+ end
3906
+ end
3907
+ end
3908
+
3909
+ class ReportCompatibleFields
3910
+ # @private
3911
+ class Representation < Google::Apis::Core::JsonRepresentation
3912
+ collection :dimension_filters, as: 'dimensionFilters', class: Google::Apis::DfareportingV3_3::Dimension, decorator: Google::Apis::DfareportingV3_3::Dimension::Representation
3913
+
3914
+ collection :dimensions, as: 'dimensions', class: Google::Apis::DfareportingV3_3::Dimension, decorator: Google::Apis::DfareportingV3_3::Dimension::Representation
3915
+
3916
+ property :kind, as: 'kind'
3917
+ collection :metrics, as: 'metrics', class: Google::Apis::DfareportingV3_3::Metric, decorator: Google::Apis::DfareportingV3_3::Metric::Representation
3918
+
3919
+ collection :pivoted_activity_metrics, as: 'pivotedActivityMetrics', class: Google::Apis::DfareportingV3_3::Metric, decorator: Google::Apis::DfareportingV3_3::Metric::Representation
3920
+
3921
+ end
3922
+ end
3923
+
3924
+ class ReportList
3925
+ # @private
3926
+ class Representation < Google::Apis::Core::JsonRepresentation
3927
+ property :etag, as: 'etag'
3928
+ collection :items, as: 'items', class: Google::Apis::DfareportingV3_3::Report, decorator: Google::Apis::DfareportingV3_3::Report::Representation
3929
+
3930
+ property :kind, as: 'kind'
3931
+ property :next_page_token, as: 'nextPageToken'
3932
+ end
3933
+ end
3934
+
3935
+ class ReportsConfiguration
3936
+ # @private
3937
+ class Representation < Google::Apis::Core::JsonRepresentation
3938
+ property :exposure_to_conversion_enabled, as: 'exposureToConversionEnabled'
3939
+ property :lookback_configuration, as: 'lookbackConfiguration', class: Google::Apis::DfareportingV3_3::LookbackConfiguration, decorator: Google::Apis::DfareportingV3_3::LookbackConfiguration::Representation
3940
+
3941
+ property :report_generation_time_zone_id, :numeric_string => true, as: 'reportGenerationTimeZoneId'
3942
+ end
3943
+ end
3944
+
3945
+ class RichMediaExitOverride
3946
+ # @private
3947
+ class Representation < Google::Apis::Core::JsonRepresentation
3948
+ property :click_through_url, as: 'clickThroughUrl', class: Google::Apis::DfareportingV3_3::ClickThroughUrl, decorator: Google::Apis::DfareportingV3_3::ClickThroughUrl::Representation
3949
+
3950
+ property :enabled, as: 'enabled'
3951
+ property :exit_id, :numeric_string => true, as: 'exitId'
3952
+ end
3953
+ end
3954
+
3955
+ class Rule
3956
+ # @private
3957
+ class Representation < Google::Apis::Core::JsonRepresentation
3958
+ property :asset_id, :numeric_string => true, as: 'assetId'
3959
+ property :name, as: 'name'
3960
+ property :targeting_template_id, :numeric_string => true, as: 'targetingTemplateId'
3961
+ end
3962
+ end
3963
+
3964
+ class Site
3965
+ # @private
3966
+ class Representation < Google::Apis::Core::JsonRepresentation
3967
+ property :account_id, :numeric_string => true, as: 'accountId'
3968
+ property :approved, as: 'approved'
3969
+ property :directory_site_id, :numeric_string => true, as: 'directorySiteId'
3970
+ property :directory_site_id_dimension_value, as: 'directorySiteIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
3971
+
3972
+ property :id, :numeric_string => true, as: 'id'
3973
+ property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
3974
+
3975
+ property :key_name, as: 'keyName'
3976
+ property :kind, as: 'kind'
3977
+ property :name, as: 'name'
3978
+ collection :site_contacts, as: 'siteContacts', class: Google::Apis::DfareportingV3_3::SiteContact, decorator: Google::Apis::DfareportingV3_3::SiteContact::Representation
3979
+
3980
+ property :site_settings, as: 'siteSettings', class: Google::Apis::DfareportingV3_3::SiteSettings, decorator: Google::Apis::DfareportingV3_3::SiteSettings::Representation
3981
+
3982
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
3983
+ property :video_settings, as: 'videoSettings', class: Google::Apis::DfareportingV3_3::SiteVideoSettings, decorator: Google::Apis::DfareportingV3_3::SiteVideoSettings::Representation
3984
+
3985
+ end
3986
+ end
3987
+
3988
+ class SiteCompanionSetting
3989
+ # @private
3990
+ class Representation < Google::Apis::Core::JsonRepresentation
3991
+ property :companions_disabled, as: 'companionsDisabled'
3992
+ collection :enabled_sizes, as: 'enabledSizes', class: Google::Apis::DfareportingV3_3::Size, decorator: Google::Apis::DfareportingV3_3::Size::Representation
3993
+
3994
+ property :image_only, as: 'imageOnly'
3995
+ property :kind, as: 'kind'
3996
+ end
3997
+ end
3998
+
3999
+ class SiteContact
4000
+ # @private
4001
+ class Representation < Google::Apis::Core::JsonRepresentation
4002
+ property :address, as: 'address'
4003
+ property :contact_type, as: 'contactType'
4004
+ property :email, as: 'email'
4005
+ property :first_name, as: 'firstName'
4006
+ property :id, :numeric_string => true, as: 'id'
4007
+ property :last_name, as: 'lastName'
4008
+ property :phone, as: 'phone'
4009
+ property :title, as: 'title'
4010
+ end
4011
+ end
4012
+
4013
+ class SiteSettings
4014
+ # @private
4015
+ class Representation < Google::Apis::Core::JsonRepresentation
4016
+ property :active_view_opt_out, as: 'activeViewOptOut'
4017
+ property :ad_blocking_opt_out, as: 'adBlockingOptOut'
4018
+ property :disable_new_cookie, as: 'disableNewCookie'
4019
+ property :tag_setting, as: 'tagSetting', class: Google::Apis::DfareportingV3_3::TagSetting, decorator: Google::Apis::DfareportingV3_3::TagSetting::Representation
4020
+
4021
+ property :video_active_view_opt_out_template, as: 'videoActiveViewOptOutTemplate'
4022
+ property :vpaid_adapter_choice_template, as: 'vpaidAdapterChoiceTemplate'
4023
+ end
4024
+ end
4025
+
4026
+ class SiteSkippableSetting
4027
+ # @private
4028
+ class Representation < Google::Apis::Core::JsonRepresentation
4029
+ property :kind, as: 'kind'
4030
+ property :progress_offset, as: 'progressOffset', class: Google::Apis::DfareportingV3_3::VideoOffset, decorator: Google::Apis::DfareportingV3_3::VideoOffset::Representation
4031
+
4032
+ property :skip_offset, as: 'skipOffset', class: Google::Apis::DfareportingV3_3::VideoOffset, decorator: Google::Apis::DfareportingV3_3::VideoOffset::Representation
4033
+
4034
+ property :skippable, as: 'skippable'
4035
+ end
4036
+ end
4037
+
4038
+ class SiteTranscodeSetting
4039
+ # @private
4040
+ class Representation < Google::Apis::Core::JsonRepresentation
4041
+ collection :enabled_video_formats, as: 'enabledVideoFormats'
4042
+ property :kind, as: 'kind'
4043
+ end
4044
+ end
4045
+
4046
+ class SiteVideoSettings
4047
+ # @private
4048
+ class Representation < Google::Apis::Core::JsonRepresentation
4049
+ property :companion_settings, as: 'companionSettings', class: Google::Apis::DfareportingV3_3::SiteCompanionSetting, decorator: Google::Apis::DfareportingV3_3::SiteCompanionSetting::Representation
4050
+
4051
+ property :kind, as: 'kind'
4052
+ property :orientation, as: 'orientation'
4053
+ property :skippable_settings, as: 'skippableSettings', class: Google::Apis::DfareportingV3_3::SiteSkippableSetting, decorator: Google::Apis::DfareportingV3_3::SiteSkippableSetting::Representation
4054
+
4055
+ property :transcode_settings, as: 'transcodeSettings', class: Google::Apis::DfareportingV3_3::SiteTranscodeSetting, decorator: Google::Apis::DfareportingV3_3::SiteTranscodeSetting::Representation
4056
+
4057
+ end
4058
+ end
4059
+
4060
+ class SitesListResponse
4061
+ # @private
4062
+ class Representation < Google::Apis::Core::JsonRepresentation
4063
+ property :kind, as: 'kind'
4064
+ property :next_page_token, as: 'nextPageToken'
4065
+ collection :sites, as: 'sites', class: Google::Apis::DfareportingV3_3::Site, decorator: Google::Apis::DfareportingV3_3::Site::Representation
4066
+
4067
+ end
4068
+ end
4069
+
4070
+ class Size
4071
+ # @private
4072
+ class Representation < Google::Apis::Core::JsonRepresentation
4073
+ property :height, as: 'height'
4074
+ property :iab, as: 'iab'
4075
+ property :id, :numeric_string => true, as: 'id'
4076
+ property :kind, as: 'kind'
4077
+ property :width, as: 'width'
4078
+ end
4079
+ end
4080
+
4081
+ class SizesListResponse
4082
+ # @private
4083
+ class Representation < Google::Apis::Core::JsonRepresentation
4084
+ property :kind, as: 'kind'
4085
+ collection :sizes, as: 'sizes', class: Google::Apis::DfareportingV3_3::Size, decorator: Google::Apis::DfareportingV3_3::Size::Representation
4086
+
4087
+ end
4088
+ end
4089
+
4090
+ class SkippableSetting
4091
+ # @private
4092
+ class Representation < Google::Apis::Core::JsonRepresentation
4093
+ property :kind, as: 'kind'
4094
+ property :progress_offset, as: 'progressOffset', class: Google::Apis::DfareportingV3_3::VideoOffset, decorator: Google::Apis::DfareportingV3_3::VideoOffset::Representation
4095
+
4096
+ property :skip_offset, as: 'skipOffset', class: Google::Apis::DfareportingV3_3::VideoOffset, decorator: Google::Apis::DfareportingV3_3::VideoOffset::Representation
4097
+
4098
+ property :skippable, as: 'skippable'
4099
+ end
4100
+ end
4101
+
4102
+ class SortedDimension
4103
+ # @private
4104
+ class Representation < Google::Apis::Core::JsonRepresentation
4105
+ property :kind, as: 'kind'
4106
+ property :name, as: 'name'
4107
+ property :sort_order, as: 'sortOrder'
4108
+ end
4109
+ end
4110
+
4111
+ class Subaccount
4112
+ # @private
4113
+ class Representation < Google::Apis::Core::JsonRepresentation
4114
+ property :account_id, :numeric_string => true, as: 'accountId'
4115
+ collection :available_permission_ids, as: 'availablePermissionIds'
4116
+ property :id, :numeric_string => true, as: 'id'
4117
+ property :kind, as: 'kind'
4118
+ property :name, as: 'name'
4119
+ end
4120
+ end
4121
+
4122
+ class SubaccountsListResponse
4123
+ # @private
4124
+ class Representation < Google::Apis::Core::JsonRepresentation
4125
+ property :kind, as: 'kind'
4126
+ property :next_page_token, as: 'nextPageToken'
4127
+ collection :subaccounts, as: 'subaccounts', class: Google::Apis::DfareportingV3_3::Subaccount, decorator: Google::Apis::DfareportingV3_3::Subaccount::Representation
4128
+
4129
+ end
4130
+ end
4131
+
4132
+ class TagData
4133
+ # @private
4134
+ class Representation < Google::Apis::Core::JsonRepresentation
4135
+ property :ad_id, :numeric_string => true, as: 'adId'
4136
+ property :click_tag, as: 'clickTag'
4137
+ property :creative_id, :numeric_string => true, as: 'creativeId'
4138
+ property :format, as: 'format'
4139
+ property :impression_tag, as: 'impressionTag'
4140
+ end
4141
+ end
4142
+
4143
+ class TagSetting
4144
+ # @private
4145
+ class Representation < Google::Apis::Core::JsonRepresentation
4146
+ property :additional_key_values, as: 'additionalKeyValues'
4147
+ property :include_click_through_urls, as: 'includeClickThroughUrls'
4148
+ property :include_click_tracking, as: 'includeClickTracking'
4149
+ property :keyword_option, as: 'keywordOption'
4150
+ end
4151
+ end
4152
+
4153
+ class TagSettings
4154
+ # @private
4155
+ class Representation < Google::Apis::Core::JsonRepresentation
4156
+ property :dynamic_tag_enabled, as: 'dynamicTagEnabled'
4157
+ property :image_tag_enabled, as: 'imageTagEnabled'
4158
+ end
4159
+ end
4160
+
4161
+ class TargetWindow
4162
+ # @private
4163
+ class Representation < Google::Apis::Core::JsonRepresentation
4164
+ property :custom_html, as: 'customHtml'
4165
+ property :target_window_option, as: 'targetWindowOption'
4166
+ end
4167
+ end
4168
+
4169
+ class TargetableRemarketingList
4170
+ # @private
4171
+ class Representation < Google::Apis::Core::JsonRepresentation
4172
+ property :account_id, :numeric_string => true, as: 'accountId'
4173
+ property :active, as: 'active'
4174
+ property :advertiser_id, :numeric_string => true, as: 'advertiserId'
4175
+ property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
4176
+
4177
+ property :description, as: 'description'
4178
+ property :id, :numeric_string => true, as: 'id'
4179
+ property :kind, as: 'kind'
4180
+ property :life_span, :numeric_string => true, as: 'lifeSpan'
4181
+ property :list_size, :numeric_string => true, as: 'listSize'
4182
+ property :list_source, as: 'listSource'
4183
+ property :name, as: 'name'
4184
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
4185
+ end
4186
+ end
4187
+
4188
+ class TargetableRemarketingListsListResponse
4189
+ # @private
4190
+ class Representation < Google::Apis::Core::JsonRepresentation
4191
+ property :kind, as: 'kind'
4192
+ property :next_page_token, as: 'nextPageToken'
4193
+ collection :targetable_remarketing_lists, as: 'targetableRemarketingLists', class: Google::Apis::DfareportingV3_3::TargetableRemarketingList, decorator: Google::Apis::DfareportingV3_3::TargetableRemarketingList::Representation
4194
+
4195
+ end
4196
+ end
4197
+
4198
+ class TargetingTemplate
4199
+ # @private
4200
+ class Representation < Google::Apis::Core::JsonRepresentation
4201
+ property :account_id, :numeric_string => true, as: 'accountId'
4202
+ property :advertiser_id, :numeric_string => true, as: 'advertiserId'
4203
+ property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
4204
+
4205
+ property :day_part_targeting, as: 'dayPartTargeting', class: Google::Apis::DfareportingV3_3::DayPartTargeting, decorator: Google::Apis::DfareportingV3_3::DayPartTargeting::Representation
4206
+
4207
+ property :geo_targeting, as: 'geoTargeting', class: Google::Apis::DfareportingV3_3::GeoTargeting, decorator: Google::Apis::DfareportingV3_3::GeoTargeting::Representation
4208
+
4209
+ property :id, :numeric_string => true, as: 'id'
4210
+ property :key_value_targeting_expression, as: 'keyValueTargetingExpression', class: Google::Apis::DfareportingV3_3::KeyValueTargetingExpression, decorator: Google::Apis::DfareportingV3_3::KeyValueTargetingExpression::Representation
4211
+
4212
+ property :kind, as: 'kind'
4213
+ property :language_targeting, as: 'languageTargeting', class: Google::Apis::DfareportingV3_3::LanguageTargeting, decorator: Google::Apis::DfareportingV3_3::LanguageTargeting::Representation
4214
+
4215
+ property :list_targeting_expression, as: 'listTargetingExpression', class: Google::Apis::DfareportingV3_3::ListTargetingExpression, decorator: Google::Apis::DfareportingV3_3::ListTargetingExpression::Representation
4216
+
4217
+ property :name, as: 'name'
4218
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
4219
+ property :technology_targeting, as: 'technologyTargeting', class: Google::Apis::DfareportingV3_3::TechnologyTargeting, decorator: Google::Apis::DfareportingV3_3::TechnologyTargeting::Representation
4220
+
4221
+ end
4222
+ end
4223
+
4224
+ class TargetingTemplatesListResponse
4225
+ # @private
4226
+ class Representation < Google::Apis::Core::JsonRepresentation
4227
+ property :kind, as: 'kind'
4228
+ property :next_page_token, as: 'nextPageToken'
4229
+ collection :targeting_templates, as: 'targetingTemplates', class: Google::Apis::DfareportingV3_3::TargetingTemplate, decorator: Google::Apis::DfareportingV3_3::TargetingTemplate::Representation
4230
+
4231
+ end
4232
+ end
4233
+
4234
+ class TechnologyTargeting
4235
+ # @private
4236
+ class Representation < Google::Apis::Core::JsonRepresentation
4237
+ collection :browsers, as: 'browsers', class: Google::Apis::DfareportingV3_3::Browser, decorator: Google::Apis::DfareportingV3_3::Browser::Representation
4238
+
4239
+ collection :connection_types, as: 'connectionTypes', class: Google::Apis::DfareportingV3_3::ConnectionType, decorator: Google::Apis::DfareportingV3_3::ConnectionType::Representation
4240
+
4241
+ collection :mobile_carriers, as: 'mobileCarriers', class: Google::Apis::DfareportingV3_3::MobileCarrier, decorator: Google::Apis::DfareportingV3_3::MobileCarrier::Representation
4242
+
4243
+ collection :operating_system_versions, as: 'operatingSystemVersions', class: Google::Apis::DfareportingV3_3::OperatingSystemVersion, decorator: Google::Apis::DfareportingV3_3::OperatingSystemVersion::Representation
4244
+
4245
+ collection :operating_systems, as: 'operatingSystems', class: Google::Apis::DfareportingV3_3::OperatingSystem, decorator: Google::Apis::DfareportingV3_3::OperatingSystem::Representation
4246
+
4247
+ collection :platform_types, as: 'platformTypes', class: Google::Apis::DfareportingV3_3::PlatformType, decorator: Google::Apis::DfareportingV3_3::PlatformType::Representation
4248
+
4249
+ end
4250
+ end
4251
+
4252
+ class ThirdPartyAuthenticationToken
4253
+ # @private
4254
+ class Representation < Google::Apis::Core::JsonRepresentation
4255
+ property :name, as: 'name'
4256
+ property :value, as: 'value'
4257
+ end
4258
+ end
4259
+
4260
+ class ThirdPartyTrackingUrl
4261
+ # @private
4262
+ class Representation < Google::Apis::Core::JsonRepresentation
4263
+ property :third_party_url_type, as: 'thirdPartyUrlType'
4264
+ property :url, as: 'url'
4265
+ end
4266
+ end
4267
+
4268
+ class TranscodeSetting
4269
+ # @private
4270
+ class Representation < Google::Apis::Core::JsonRepresentation
4271
+ collection :enabled_video_formats, as: 'enabledVideoFormats'
4272
+ property :kind, as: 'kind'
4273
+ end
4274
+ end
4275
+
4276
+ class UniversalAdId
4277
+ # @private
4278
+ class Representation < Google::Apis::Core::JsonRepresentation
4279
+ property :registry, as: 'registry'
4280
+ property :value, as: 'value'
4281
+ end
4282
+ end
4283
+
4284
+ class UserDefinedVariableConfiguration
4285
+ # @private
4286
+ class Representation < Google::Apis::Core::JsonRepresentation
4287
+ property :data_type, as: 'dataType'
4288
+ property :report_name, as: 'reportName'
4289
+ property :variable_type, as: 'variableType'
4290
+ end
4291
+ end
4292
+
4293
+ class UserProfile
4294
+ # @private
4295
+ class Representation < Google::Apis::Core::JsonRepresentation
4296
+ property :account_id, :numeric_string => true, as: 'accountId'
4297
+ property :account_name, as: 'accountName'
4298
+ property :etag, as: 'etag'
4299
+ property :kind, as: 'kind'
4300
+ property :profile_id, :numeric_string => true, as: 'profileId'
4301
+ property :sub_account_id, :numeric_string => true, as: 'subAccountId'
4302
+ property :sub_account_name, as: 'subAccountName'
4303
+ property :user_name, as: 'userName'
4304
+ end
4305
+ end
4306
+
4307
+ class UserProfileList
4308
+ # @private
4309
+ class Representation < Google::Apis::Core::JsonRepresentation
4310
+ property :etag, as: 'etag'
4311
+ collection :items, as: 'items', class: Google::Apis::DfareportingV3_3::UserProfile, decorator: Google::Apis::DfareportingV3_3::UserProfile::Representation
4312
+
4313
+ property :kind, as: 'kind'
4314
+ end
4315
+ end
4316
+
4317
+ class UserRole
4318
+ # @private
4319
+ class Representation < Google::Apis::Core::JsonRepresentation
4320
+ property :account_id, :numeric_string => true, as: 'accountId'
4321
+ property :default_user_role, as: 'defaultUserRole'
4322
+ property :id, :numeric_string => true, as: 'id'
4323
+ property :kind, as: 'kind'
4324
+ property :name, as: 'name'
4325
+ property :parent_user_role_id, :numeric_string => true, as: 'parentUserRoleId'
4326
+ collection :permissions, as: 'permissions', class: Google::Apis::DfareportingV3_3::UserRolePermission, decorator: Google::Apis::DfareportingV3_3::UserRolePermission::Representation
4327
+
4328
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
4329
+ end
4330
+ end
4331
+
4332
+ class UserRolePermission
4333
+ # @private
4334
+ class Representation < Google::Apis::Core::JsonRepresentation
4335
+ property :availability, as: 'availability'
4336
+ property :id, :numeric_string => true, as: 'id'
4337
+ property :kind, as: 'kind'
4338
+ property :name, as: 'name'
4339
+ property :permission_group_id, :numeric_string => true, as: 'permissionGroupId'
4340
+ end
4341
+ end
4342
+
4343
+ class UserRolePermissionGroup
4344
+ # @private
4345
+ class Representation < Google::Apis::Core::JsonRepresentation
4346
+ property :id, :numeric_string => true, as: 'id'
4347
+ property :kind, as: 'kind'
4348
+ property :name, as: 'name'
4349
+ end
4350
+ end
4351
+
4352
+ class UserRolePermissionGroupsListResponse
4353
+ # @private
4354
+ class Representation < Google::Apis::Core::JsonRepresentation
4355
+ property :kind, as: 'kind'
4356
+ collection :user_role_permission_groups, as: 'userRolePermissionGroups', class: Google::Apis::DfareportingV3_3::UserRolePermissionGroup, decorator: Google::Apis::DfareportingV3_3::UserRolePermissionGroup::Representation
4357
+
4358
+ end
4359
+ end
4360
+
4361
+ class UserRolePermissionsListResponse
4362
+ # @private
4363
+ class Representation < Google::Apis::Core::JsonRepresentation
4364
+ property :kind, as: 'kind'
4365
+ collection :user_role_permissions, as: 'userRolePermissions', class: Google::Apis::DfareportingV3_3::UserRolePermission, decorator: Google::Apis::DfareportingV3_3::UserRolePermission::Representation
4366
+
4367
+ end
4368
+ end
4369
+
4370
+ class UserRolesListResponse
4371
+ # @private
4372
+ class Representation < Google::Apis::Core::JsonRepresentation
4373
+ property :kind, as: 'kind'
4374
+ property :next_page_token, as: 'nextPageToken'
4375
+ collection :user_roles, as: 'userRoles', class: Google::Apis::DfareportingV3_3::UserRole, decorator: Google::Apis::DfareportingV3_3::UserRole::Representation
4376
+
4377
+ end
4378
+ end
4379
+
4380
+ class VideoFormat
4381
+ # @private
4382
+ class Representation < Google::Apis::Core::JsonRepresentation
4383
+ property :file_type, as: 'fileType'
4384
+ property :id, as: 'id'
4385
+ property :kind, as: 'kind'
4386
+ property :resolution, as: 'resolution', class: Google::Apis::DfareportingV3_3::Size, decorator: Google::Apis::DfareportingV3_3::Size::Representation
4387
+
4388
+ property :target_bit_rate, as: 'targetBitRate'
4389
+ end
4390
+ end
4391
+
4392
+ class VideoFormatsListResponse
4393
+ # @private
4394
+ class Representation < Google::Apis::Core::JsonRepresentation
4395
+ property :kind, as: 'kind'
4396
+ collection :video_formats, as: 'videoFormats', class: Google::Apis::DfareportingV3_3::VideoFormat, decorator: Google::Apis::DfareportingV3_3::VideoFormat::Representation
4397
+
4398
+ end
4399
+ end
4400
+
4401
+ class VideoOffset
4402
+ # @private
4403
+ class Representation < Google::Apis::Core::JsonRepresentation
4404
+ property :offset_percentage, as: 'offsetPercentage'
4405
+ property :offset_seconds, as: 'offsetSeconds'
4406
+ end
4407
+ end
4408
+
4409
+ class VideoSettings
4410
+ # @private
4411
+ class Representation < Google::Apis::Core::JsonRepresentation
4412
+ property :companion_settings, as: 'companionSettings', class: Google::Apis::DfareportingV3_3::CompanionSetting, decorator: Google::Apis::DfareportingV3_3::CompanionSetting::Representation
4413
+
4414
+ property :kind, as: 'kind'
4415
+ property :orientation, as: 'orientation'
4416
+ property :skippable_settings, as: 'skippableSettings', class: Google::Apis::DfareportingV3_3::SkippableSetting, decorator: Google::Apis::DfareportingV3_3::SkippableSetting::Representation
4417
+
4418
+ property :transcode_settings, as: 'transcodeSettings', class: Google::Apis::DfareportingV3_3::TranscodeSetting, decorator: Google::Apis::DfareportingV3_3::TranscodeSetting::Representation
4419
+
4420
+ end
4421
+ end
4422
+ end
4423
+ end
4424
+ end