google-apis-tagmanager_v2 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,28 @@
1
+ # Copyright 2020 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ module Google
16
+ module Apis
17
+ module TagmanagerV2
18
+ # Version of the google-apis-tagmanager_v2 gem
19
+ GEM_VERSION = "0.1.0"
20
+
21
+ # Version of the code generator used to generate this client
22
+ GENERATOR_VERSION = "0.1.1"
23
+
24
+ # Revision of the discovery document this client was generated from
25
+ REVISION = "20201022"
26
+ end
27
+ end
28
+ end
@@ -0,0 +1,1095 @@
1
+ # Copyright 2020 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ require 'date'
16
+ require 'google/apis/core/base_service'
17
+ require 'google/apis/core/json_representation'
18
+ require 'google/apis/core/hashable'
19
+ require 'google/apis/errors'
20
+
21
+ module Google
22
+ module Apis
23
+ module TagmanagerV2
24
+
25
+ class Account
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class AccountAccess
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
37
+ class BuiltInVariable
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
43
+ class Client
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
49
+ class Condition
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
55
+ class Container
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class ContainerAccess
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class ContainerVersion
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class ContainerVersionHeader
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
79
+ class CreateBuiltInVariableResponse
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
85
+ class CreateContainerVersionRequestVersionOptions
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
91
+ class CreateContainerVersionResponse
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
97
+ class CustomTemplate
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
103
+ class Entity
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class Environment
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
115
+ class Folder
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
121
+ class FolderEntities
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
127
+ class GalleryReference
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
133
+ class GetWorkspaceStatusResponse
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
139
+ class ListAccountsResponse
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class ListContainerVersionsResponse
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
151
+ class ListContainersResponse
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
157
+ class ListEnabledBuiltInVariablesResponse
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
163
+ class ListEnvironmentsResponse
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
169
+ class ListFoldersResponse
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
175
+ class ListTagsResponse
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class ListTemplatesResponse
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
187
+ class ListTriggersResponse
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
193
+ class ListUserPermissionsResponse
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
199
+ class ListVariablesResponse
200
+ class Representation < Google::Apis::Core::JsonRepresentation; end
201
+
202
+ include Google::Apis::Core::JsonObjectSupport
203
+ end
204
+
205
+ class ListWorkspacesResponse
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
211
+ class ListZonesResponse
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
217
+ class MergeConflict
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
223
+ class Parameter
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
229
+ class PublishContainerVersionResponse
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
235
+ class QuickPreviewResponse
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
241
+ class RevertBuiltInVariableResponse
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
247
+ class RevertFolderResponse
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
253
+ class RevertTagResponse
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
259
+ class RevertTemplateResponse
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
265
+ class RevertTriggerResponse
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ include Google::Apis::Core::JsonObjectSupport
269
+ end
270
+
271
+ class RevertVariableResponse
272
+ class Representation < Google::Apis::Core::JsonRepresentation; end
273
+
274
+ include Google::Apis::Core::JsonObjectSupport
275
+ end
276
+
277
+ class RevertZoneResponse
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
283
+ class SetupTag
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
289
+ class SyncStatus
290
+ class Representation < Google::Apis::Core::JsonRepresentation; end
291
+
292
+ include Google::Apis::Core::JsonObjectSupport
293
+ end
294
+
295
+ class SyncWorkspaceResponse
296
+ class Representation < Google::Apis::Core::JsonRepresentation; end
297
+
298
+ include Google::Apis::Core::JsonObjectSupport
299
+ end
300
+
301
+ class Tag
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
307
+ class TeardownTag
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+
310
+ include Google::Apis::Core::JsonObjectSupport
311
+ end
312
+
313
+ class Trigger
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
319
+ class UserPermission
320
+ class Representation < Google::Apis::Core::JsonRepresentation; end
321
+
322
+ include Google::Apis::Core::JsonObjectSupport
323
+ end
324
+
325
+ class Variable
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
331
+ class VariableFormatValue
332
+ class Representation < Google::Apis::Core::JsonRepresentation; end
333
+
334
+ include Google::Apis::Core::JsonObjectSupport
335
+ end
336
+
337
+ class Workspace
338
+ class Representation < Google::Apis::Core::JsonRepresentation; end
339
+
340
+ include Google::Apis::Core::JsonObjectSupport
341
+ end
342
+
343
+ class Zone
344
+ class Representation < Google::Apis::Core::JsonRepresentation; end
345
+
346
+ include Google::Apis::Core::JsonObjectSupport
347
+ end
348
+
349
+ class ZoneBoundary
350
+ class Representation < Google::Apis::Core::JsonRepresentation; end
351
+
352
+ include Google::Apis::Core::JsonObjectSupport
353
+ end
354
+
355
+ class ZoneChildContainer
356
+ class Representation < Google::Apis::Core::JsonRepresentation; end
357
+
358
+ include Google::Apis::Core::JsonObjectSupport
359
+ end
360
+
361
+ class ZoneTypeRestriction
362
+ class Representation < Google::Apis::Core::JsonRepresentation; end
363
+
364
+ include Google::Apis::Core::JsonObjectSupport
365
+ end
366
+
367
+ class Account
368
+ # @private
369
+ class Representation < Google::Apis::Core::JsonRepresentation
370
+ property :account_id, as: 'accountId'
371
+ property :fingerprint, as: 'fingerprint'
372
+ property :name, as: 'name'
373
+ property :path, as: 'path'
374
+ property :share_data, as: 'shareData'
375
+ property :tag_manager_url, as: 'tagManagerUrl'
376
+ end
377
+ end
378
+
379
+ class AccountAccess
380
+ # @private
381
+ class Representation < Google::Apis::Core::JsonRepresentation
382
+ property :permission, as: 'permission'
383
+ end
384
+ end
385
+
386
+ class BuiltInVariable
387
+ # @private
388
+ class Representation < Google::Apis::Core::JsonRepresentation
389
+ property :account_id, as: 'accountId'
390
+ property :container_id, as: 'containerId'
391
+ property :name, as: 'name'
392
+ property :path, as: 'path'
393
+ property :type, as: 'type'
394
+ property :workspace_id, as: 'workspaceId'
395
+ end
396
+ end
397
+
398
+ class Client
399
+ # @private
400
+ class Representation < Google::Apis::Core::JsonRepresentation
401
+ property :account_id, as: 'accountId'
402
+ property :client_id, as: 'clientId'
403
+ property :container_id, as: 'containerId'
404
+ property :fingerprint, as: 'fingerprint'
405
+ property :name, as: 'name'
406
+ collection :parameter, as: 'parameter', class: Google::Apis::TagmanagerV2::Parameter, decorator: Google::Apis::TagmanagerV2::Parameter::Representation
407
+
408
+ property :parent_folder_id, as: 'parentFolderId'
409
+ property :path, as: 'path'
410
+ property :priority, as: 'priority'
411
+ property :tag_manager_url, as: 'tagManagerUrl'
412
+ property :type, as: 'type'
413
+ property :workspace_id, as: 'workspaceId'
414
+ end
415
+ end
416
+
417
+ class Condition
418
+ # @private
419
+ class Representation < Google::Apis::Core::JsonRepresentation
420
+ collection :parameter, as: 'parameter', class: Google::Apis::TagmanagerV2::Parameter, decorator: Google::Apis::TagmanagerV2::Parameter::Representation
421
+
422
+ property :type, as: 'type'
423
+ end
424
+ end
425
+
426
+ class Container
427
+ # @private
428
+ class Representation < Google::Apis::Core::JsonRepresentation
429
+ property :account_id, as: 'accountId'
430
+ property :container_id, as: 'containerId'
431
+ collection :domain_name, as: 'domainName'
432
+ property :fingerprint, as: 'fingerprint'
433
+ property :name, as: 'name'
434
+ property :notes, as: 'notes'
435
+ property :path, as: 'path'
436
+ property :public_id, as: 'publicId'
437
+ property :tag_manager_url, as: 'tagManagerUrl'
438
+ collection :usage_context, as: 'usageContext'
439
+ end
440
+ end
441
+
442
+ class ContainerAccess
443
+ # @private
444
+ class Representation < Google::Apis::Core::JsonRepresentation
445
+ property :container_id, as: 'containerId'
446
+ property :permission, as: 'permission'
447
+ end
448
+ end
449
+
450
+ class ContainerVersion
451
+ # @private
452
+ class Representation < Google::Apis::Core::JsonRepresentation
453
+ property :account_id, as: 'accountId'
454
+ collection :built_in_variable, as: 'builtInVariable', class: Google::Apis::TagmanagerV2::BuiltInVariable, decorator: Google::Apis::TagmanagerV2::BuiltInVariable::Representation
455
+
456
+ collection :client, as: 'client', class: Google::Apis::TagmanagerV2::Client, decorator: Google::Apis::TagmanagerV2::Client::Representation
457
+
458
+ property :container, as: 'container', class: Google::Apis::TagmanagerV2::Container, decorator: Google::Apis::TagmanagerV2::Container::Representation
459
+
460
+ property :container_id, as: 'containerId'
461
+ property :container_version_id, as: 'containerVersionId'
462
+ collection :custom_template, as: 'customTemplate', class: Google::Apis::TagmanagerV2::CustomTemplate, decorator: Google::Apis::TagmanagerV2::CustomTemplate::Representation
463
+
464
+ property :deleted, as: 'deleted'
465
+ property :description, as: 'description'
466
+ property :fingerprint, as: 'fingerprint'
467
+ collection :folder, as: 'folder', class: Google::Apis::TagmanagerV2::Folder, decorator: Google::Apis::TagmanagerV2::Folder::Representation
468
+
469
+ property :name, as: 'name'
470
+ property :path, as: 'path'
471
+ collection :tag, as: 'tag', class: Google::Apis::TagmanagerV2::Tag, decorator: Google::Apis::TagmanagerV2::Tag::Representation
472
+
473
+ property :tag_manager_url, as: 'tagManagerUrl'
474
+ collection :trigger, as: 'trigger', class: Google::Apis::TagmanagerV2::Trigger, decorator: Google::Apis::TagmanagerV2::Trigger::Representation
475
+
476
+ collection :variable, as: 'variable', class: Google::Apis::TagmanagerV2::Variable, decorator: Google::Apis::TagmanagerV2::Variable::Representation
477
+
478
+ collection :zone, as: 'zone', class: Google::Apis::TagmanagerV2::Zone, decorator: Google::Apis::TagmanagerV2::Zone::Representation
479
+
480
+ end
481
+ end
482
+
483
+ class ContainerVersionHeader
484
+ # @private
485
+ class Representation < Google::Apis::Core::JsonRepresentation
486
+ property :account_id, as: 'accountId'
487
+ property :container_id, as: 'containerId'
488
+ property :container_version_id, as: 'containerVersionId'
489
+ property :deleted, as: 'deleted'
490
+ property :name, as: 'name'
491
+ property :num_clients, as: 'numClients'
492
+ property :num_custom_templates, as: 'numCustomTemplates'
493
+ property :num_macros, as: 'numMacros'
494
+ property :num_rules, as: 'numRules'
495
+ property :num_tags, as: 'numTags'
496
+ property :num_triggers, as: 'numTriggers'
497
+ property :num_variables, as: 'numVariables'
498
+ property :num_zones, as: 'numZones'
499
+ property :path, as: 'path'
500
+ end
501
+ end
502
+
503
+ class CreateBuiltInVariableResponse
504
+ # @private
505
+ class Representation < Google::Apis::Core::JsonRepresentation
506
+ collection :built_in_variable, as: 'builtInVariable', class: Google::Apis::TagmanagerV2::BuiltInVariable, decorator: Google::Apis::TagmanagerV2::BuiltInVariable::Representation
507
+
508
+ end
509
+ end
510
+
511
+ class CreateContainerVersionRequestVersionOptions
512
+ # @private
513
+ class Representation < Google::Apis::Core::JsonRepresentation
514
+ property :name, as: 'name'
515
+ property :notes, as: 'notes'
516
+ end
517
+ end
518
+
519
+ class CreateContainerVersionResponse
520
+ # @private
521
+ class Representation < Google::Apis::Core::JsonRepresentation
522
+ property :compiler_error, as: 'compilerError'
523
+ property :container_version, as: 'containerVersion', class: Google::Apis::TagmanagerV2::ContainerVersion, decorator: Google::Apis::TagmanagerV2::ContainerVersion::Representation
524
+
525
+ property :new_workspace_path, as: 'newWorkspacePath'
526
+ property :sync_status, as: 'syncStatus', class: Google::Apis::TagmanagerV2::SyncStatus, decorator: Google::Apis::TagmanagerV2::SyncStatus::Representation
527
+
528
+ end
529
+ end
530
+
531
+ class CustomTemplate
532
+ # @private
533
+ class Representation < Google::Apis::Core::JsonRepresentation
534
+ property :account_id, as: 'accountId'
535
+ property :container_id, as: 'containerId'
536
+ property :fingerprint, as: 'fingerprint'
537
+ property :gallery_reference, as: 'galleryReference', class: Google::Apis::TagmanagerV2::GalleryReference, decorator: Google::Apis::TagmanagerV2::GalleryReference::Representation
538
+
539
+ property :name, as: 'name'
540
+ property :path, as: 'path'
541
+ property :tag_manager_url, as: 'tagManagerUrl'
542
+ property :template_data, as: 'templateData'
543
+ property :template_id, as: 'templateId'
544
+ property :workspace_id, as: 'workspaceId'
545
+ end
546
+ end
547
+
548
+ class Entity
549
+ # @private
550
+ class Representation < Google::Apis::Core::JsonRepresentation
551
+ property :change_status, as: 'changeStatus'
552
+ property :client, as: 'client', class: Google::Apis::TagmanagerV2::Client, decorator: Google::Apis::TagmanagerV2::Client::Representation
553
+
554
+ property :folder, as: 'folder', class: Google::Apis::TagmanagerV2::Folder, decorator: Google::Apis::TagmanagerV2::Folder::Representation
555
+
556
+ property :tag, as: 'tag', class: Google::Apis::TagmanagerV2::Tag, decorator: Google::Apis::TagmanagerV2::Tag::Representation
557
+
558
+ property :trigger, as: 'trigger', class: Google::Apis::TagmanagerV2::Trigger, decorator: Google::Apis::TagmanagerV2::Trigger::Representation
559
+
560
+ property :variable, as: 'variable', class: Google::Apis::TagmanagerV2::Variable, decorator: Google::Apis::TagmanagerV2::Variable::Representation
561
+
562
+ end
563
+ end
564
+
565
+ class Environment
566
+ # @private
567
+ class Representation < Google::Apis::Core::JsonRepresentation
568
+ property :account_id, as: 'accountId'
569
+ property :authorization_code, as: 'authorizationCode'
570
+ property :authorization_timestamp, as: 'authorizationTimestamp'
571
+ property :container_id, as: 'containerId'
572
+ property :container_version_id, as: 'containerVersionId'
573
+ property :description, as: 'description'
574
+ property :enable_debug, as: 'enableDebug'
575
+ property :environment_id, as: 'environmentId'
576
+ property :fingerprint, as: 'fingerprint'
577
+ property :name, as: 'name'
578
+ property :path, as: 'path'
579
+ property :tag_manager_url, as: 'tagManagerUrl'
580
+ property :type, as: 'type'
581
+ property :url, as: 'url'
582
+ property :workspace_id, as: 'workspaceId'
583
+ end
584
+ end
585
+
586
+ class Folder
587
+ # @private
588
+ class Representation < Google::Apis::Core::JsonRepresentation
589
+ property :account_id, as: 'accountId'
590
+ property :container_id, as: 'containerId'
591
+ property :fingerprint, as: 'fingerprint'
592
+ property :folder_id, as: 'folderId'
593
+ property :name, as: 'name'
594
+ property :notes, as: 'notes'
595
+ property :path, as: 'path'
596
+ property :tag_manager_url, as: 'tagManagerUrl'
597
+ property :workspace_id, as: 'workspaceId'
598
+ end
599
+ end
600
+
601
+ class FolderEntities
602
+ # @private
603
+ class Representation < Google::Apis::Core::JsonRepresentation
604
+ property :next_page_token, as: 'nextPageToken'
605
+ collection :tag, as: 'tag', class: Google::Apis::TagmanagerV2::Tag, decorator: Google::Apis::TagmanagerV2::Tag::Representation
606
+
607
+ collection :trigger, as: 'trigger', class: Google::Apis::TagmanagerV2::Trigger, decorator: Google::Apis::TagmanagerV2::Trigger::Representation
608
+
609
+ collection :variable, as: 'variable', class: Google::Apis::TagmanagerV2::Variable, decorator: Google::Apis::TagmanagerV2::Variable::Representation
610
+
611
+ end
612
+ end
613
+
614
+ class GalleryReference
615
+ # @private
616
+ class Representation < Google::Apis::Core::JsonRepresentation
617
+ property :host, as: 'host'
618
+ property :is_modified, as: 'isModified'
619
+ property :owner, as: 'owner'
620
+ property :repository, as: 'repository'
621
+ property :signature, as: 'signature'
622
+ property :version, as: 'version'
623
+ end
624
+ end
625
+
626
+ class GetWorkspaceStatusResponse
627
+ # @private
628
+ class Representation < Google::Apis::Core::JsonRepresentation
629
+ collection :merge_conflict, as: 'mergeConflict', class: Google::Apis::TagmanagerV2::MergeConflict, decorator: Google::Apis::TagmanagerV2::MergeConflict::Representation
630
+
631
+ collection :workspace_change, as: 'workspaceChange', class: Google::Apis::TagmanagerV2::Entity, decorator: Google::Apis::TagmanagerV2::Entity::Representation
632
+
633
+ end
634
+ end
635
+
636
+ class ListAccountsResponse
637
+ # @private
638
+ class Representation < Google::Apis::Core::JsonRepresentation
639
+ collection :account, as: 'account', class: Google::Apis::TagmanagerV2::Account, decorator: Google::Apis::TagmanagerV2::Account::Representation
640
+
641
+ property :next_page_token, as: 'nextPageToken'
642
+ end
643
+ end
644
+
645
+ class ListContainerVersionsResponse
646
+ # @private
647
+ class Representation < Google::Apis::Core::JsonRepresentation
648
+ collection :container_version_header, as: 'containerVersionHeader', class: Google::Apis::TagmanagerV2::ContainerVersionHeader, decorator: Google::Apis::TagmanagerV2::ContainerVersionHeader::Representation
649
+
650
+ property :next_page_token, as: 'nextPageToken'
651
+ end
652
+ end
653
+
654
+ class ListContainersResponse
655
+ # @private
656
+ class Representation < Google::Apis::Core::JsonRepresentation
657
+ collection :container, as: 'container', class: Google::Apis::TagmanagerV2::Container, decorator: Google::Apis::TagmanagerV2::Container::Representation
658
+
659
+ property :next_page_token, as: 'nextPageToken'
660
+ end
661
+ end
662
+
663
+ class ListEnabledBuiltInVariablesResponse
664
+ # @private
665
+ class Representation < Google::Apis::Core::JsonRepresentation
666
+ collection :built_in_variable, as: 'builtInVariable', class: Google::Apis::TagmanagerV2::BuiltInVariable, decorator: Google::Apis::TagmanagerV2::BuiltInVariable::Representation
667
+
668
+ property :next_page_token, as: 'nextPageToken'
669
+ end
670
+ end
671
+
672
+ class ListEnvironmentsResponse
673
+ # @private
674
+ class Representation < Google::Apis::Core::JsonRepresentation
675
+ collection :environment, as: 'environment', class: Google::Apis::TagmanagerV2::Environment, decorator: Google::Apis::TagmanagerV2::Environment::Representation
676
+
677
+ property :next_page_token, as: 'nextPageToken'
678
+ end
679
+ end
680
+
681
+ class ListFoldersResponse
682
+ # @private
683
+ class Representation < Google::Apis::Core::JsonRepresentation
684
+ collection :folder, as: 'folder', class: Google::Apis::TagmanagerV2::Folder, decorator: Google::Apis::TagmanagerV2::Folder::Representation
685
+
686
+ property :next_page_token, as: 'nextPageToken'
687
+ end
688
+ end
689
+
690
+ class ListTagsResponse
691
+ # @private
692
+ class Representation < Google::Apis::Core::JsonRepresentation
693
+ property :next_page_token, as: 'nextPageToken'
694
+ collection :tag, as: 'tag', class: Google::Apis::TagmanagerV2::Tag, decorator: Google::Apis::TagmanagerV2::Tag::Representation
695
+
696
+ end
697
+ end
698
+
699
+ class ListTemplatesResponse
700
+ # @private
701
+ class Representation < Google::Apis::Core::JsonRepresentation
702
+ property :next_page_token, as: 'nextPageToken'
703
+ collection :template, as: 'template', class: Google::Apis::TagmanagerV2::CustomTemplate, decorator: Google::Apis::TagmanagerV2::CustomTemplate::Representation
704
+
705
+ end
706
+ end
707
+
708
+ class ListTriggersResponse
709
+ # @private
710
+ class Representation < Google::Apis::Core::JsonRepresentation
711
+ property :next_page_token, as: 'nextPageToken'
712
+ collection :trigger, as: 'trigger', class: Google::Apis::TagmanagerV2::Trigger, decorator: Google::Apis::TagmanagerV2::Trigger::Representation
713
+
714
+ end
715
+ end
716
+
717
+ class ListUserPermissionsResponse
718
+ # @private
719
+ class Representation < Google::Apis::Core::JsonRepresentation
720
+ property :next_page_token, as: 'nextPageToken'
721
+ collection :user_permission, as: 'userPermission', class: Google::Apis::TagmanagerV2::UserPermission, decorator: Google::Apis::TagmanagerV2::UserPermission::Representation
722
+
723
+ end
724
+ end
725
+
726
+ class ListVariablesResponse
727
+ # @private
728
+ class Representation < Google::Apis::Core::JsonRepresentation
729
+ property :next_page_token, as: 'nextPageToken'
730
+ collection :variable, as: 'variable', class: Google::Apis::TagmanagerV2::Variable, decorator: Google::Apis::TagmanagerV2::Variable::Representation
731
+
732
+ end
733
+ end
734
+
735
+ class ListWorkspacesResponse
736
+ # @private
737
+ class Representation < Google::Apis::Core::JsonRepresentation
738
+ property :next_page_token, as: 'nextPageToken'
739
+ collection :workspace, as: 'workspace', class: Google::Apis::TagmanagerV2::Workspace, decorator: Google::Apis::TagmanagerV2::Workspace::Representation
740
+
741
+ end
742
+ end
743
+
744
+ class ListZonesResponse
745
+ # @private
746
+ class Representation < Google::Apis::Core::JsonRepresentation
747
+ property :next_page_token, as: 'nextPageToken'
748
+ collection :zone, as: 'zone', class: Google::Apis::TagmanagerV2::Zone, decorator: Google::Apis::TagmanagerV2::Zone::Representation
749
+
750
+ end
751
+ end
752
+
753
+ class MergeConflict
754
+ # @private
755
+ class Representation < Google::Apis::Core::JsonRepresentation
756
+ property :entity_in_base_version, as: 'entityInBaseVersion', class: Google::Apis::TagmanagerV2::Entity, decorator: Google::Apis::TagmanagerV2::Entity::Representation
757
+
758
+ property :entity_in_workspace, as: 'entityInWorkspace', class: Google::Apis::TagmanagerV2::Entity, decorator: Google::Apis::TagmanagerV2::Entity::Representation
759
+
760
+ end
761
+ end
762
+
763
+ class Parameter
764
+ # @private
765
+ class Representation < Google::Apis::Core::JsonRepresentation
766
+ property :key, as: 'key'
767
+ collection :list, as: 'list', class: Google::Apis::TagmanagerV2::Parameter, decorator: Google::Apis::TagmanagerV2::Parameter::Representation
768
+
769
+ collection :map, as: 'map', class: Google::Apis::TagmanagerV2::Parameter, decorator: Google::Apis::TagmanagerV2::Parameter::Representation
770
+
771
+ property :type, as: 'type'
772
+ property :value, as: 'value'
773
+ end
774
+ end
775
+
776
+ class PublishContainerVersionResponse
777
+ # @private
778
+ class Representation < Google::Apis::Core::JsonRepresentation
779
+ property :compiler_error, as: 'compilerError'
780
+ property :container_version, as: 'containerVersion', class: Google::Apis::TagmanagerV2::ContainerVersion, decorator: Google::Apis::TagmanagerV2::ContainerVersion::Representation
781
+
782
+ end
783
+ end
784
+
785
+ class QuickPreviewResponse
786
+ # @private
787
+ class Representation < Google::Apis::Core::JsonRepresentation
788
+ property :compiler_error, as: 'compilerError'
789
+ property :container_version, as: 'containerVersion', class: Google::Apis::TagmanagerV2::ContainerVersion, decorator: Google::Apis::TagmanagerV2::ContainerVersion::Representation
790
+
791
+ property :sync_status, as: 'syncStatus', class: Google::Apis::TagmanagerV2::SyncStatus, decorator: Google::Apis::TagmanagerV2::SyncStatus::Representation
792
+
793
+ end
794
+ end
795
+
796
+ class RevertBuiltInVariableResponse
797
+ # @private
798
+ class Representation < Google::Apis::Core::JsonRepresentation
799
+ property :enabled, as: 'enabled'
800
+ end
801
+ end
802
+
803
+ class RevertFolderResponse
804
+ # @private
805
+ class Representation < Google::Apis::Core::JsonRepresentation
806
+ property :folder, as: 'folder', class: Google::Apis::TagmanagerV2::Folder, decorator: Google::Apis::TagmanagerV2::Folder::Representation
807
+
808
+ end
809
+ end
810
+
811
+ class RevertTagResponse
812
+ # @private
813
+ class Representation < Google::Apis::Core::JsonRepresentation
814
+ property :tag, as: 'tag', class: Google::Apis::TagmanagerV2::Tag, decorator: Google::Apis::TagmanagerV2::Tag::Representation
815
+
816
+ end
817
+ end
818
+
819
+ class RevertTemplateResponse
820
+ # @private
821
+ class Representation < Google::Apis::Core::JsonRepresentation
822
+ property :template, as: 'template', class: Google::Apis::TagmanagerV2::CustomTemplate, decorator: Google::Apis::TagmanagerV2::CustomTemplate::Representation
823
+
824
+ end
825
+ end
826
+
827
+ class RevertTriggerResponse
828
+ # @private
829
+ class Representation < Google::Apis::Core::JsonRepresentation
830
+ property :trigger, as: 'trigger', class: Google::Apis::TagmanagerV2::Trigger, decorator: Google::Apis::TagmanagerV2::Trigger::Representation
831
+
832
+ end
833
+ end
834
+
835
+ class RevertVariableResponse
836
+ # @private
837
+ class Representation < Google::Apis::Core::JsonRepresentation
838
+ property :variable, as: 'variable', class: Google::Apis::TagmanagerV2::Variable, decorator: Google::Apis::TagmanagerV2::Variable::Representation
839
+
840
+ end
841
+ end
842
+
843
+ class RevertZoneResponse
844
+ # @private
845
+ class Representation < Google::Apis::Core::JsonRepresentation
846
+ property :zone, as: 'zone', class: Google::Apis::TagmanagerV2::Zone, decorator: Google::Apis::TagmanagerV2::Zone::Representation
847
+
848
+ end
849
+ end
850
+
851
+ class SetupTag
852
+ # @private
853
+ class Representation < Google::Apis::Core::JsonRepresentation
854
+ property :stop_on_setup_failure, as: 'stopOnSetupFailure'
855
+ property :tag_name, as: 'tagName'
856
+ end
857
+ end
858
+
859
+ class SyncStatus
860
+ # @private
861
+ class Representation < Google::Apis::Core::JsonRepresentation
862
+ property :merge_conflict, as: 'mergeConflict'
863
+ property :sync_error, as: 'syncError'
864
+ end
865
+ end
866
+
867
+ class SyncWorkspaceResponse
868
+ # @private
869
+ class Representation < Google::Apis::Core::JsonRepresentation
870
+ collection :merge_conflict, as: 'mergeConflict', class: Google::Apis::TagmanagerV2::MergeConflict, decorator: Google::Apis::TagmanagerV2::MergeConflict::Representation
871
+
872
+ property :sync_status, as: 'syncStatus', class: Google::Apis::TagmanagerV2::SyncStatus, decorator: Google::Apis::TagmanagerV2::SyncStatus::Representation
873
+
874
+ end
875
+ end
876
+
877
+ class Tag
878
+ # @private
879
+ class Representation < Google::Apis::Core::JsonRepresentation
880
+ property :account_id, as: 'accountId'
881
+ collection :blocking_rule_id, as: 'blockingRuleId'
882
+ collection :blocking_trigger_id, as: 'blockingTriggerId'
883
+ property :container_id, as: 'containerId'
884
+ property :fingerprint, as: 'fingerprint'
885
+ collection :firing_rule_id, as: 'firingRuleId'
886
+ collection :firing_trigger_id, as: 'firingTriggerId'
887
+ property :live_only, as: 'liveOnly'
888
+ property :monitoring_metadata, as: 'monitoringMetadata', class: Google::Apis::TagmanagerV2::Parameter, decorator: Google::Apis::TagmanagerV2::Parameter::Representation
889
+
890
+ property :monitoring_metadata_tag_name_key, as: 'monitoringMetadataTagNameKey'
891
+ property :name, as: 'name'
892
+ property :notes, as: 'notes'
893
+ collection :parameter, as: 'parameter', class: Google::Apis::TagmanagerV2::Parameter, decorator: Google::Apis::TagmanagerV2::Parameter::Representation
894
+
895
+ property :parent_folder_id, as: 'parentFolderId'
896
+ property :path, as: 'path'
897
+ property :paused, as: 'paused'
898
+ property :priority, as: 'priority', class: Google::Apis::TagmanagerV2::Parameter, decorator: Google::Apis::TagmanagerV2::Parameter::Representation
899
+
900
+ property :schedule_end_ms, :numeric_string => true, as: 'scheduleEndMs'
901
+ property :schedule_start_ms, :numeric_string => true, as: 'scheduleStartMs'
902
+ collection :setup_tag, as: 'setupTag', class: Google::Apis::TagmanagerV2::SetupTag, decorator: Google::Apis::TagmanagerV2::SetupTag::Representation
903
+
904
+ property :tag_firing_option, as: 'tagFiringOption'
905
+ property :tag_id, as: 'tagId'
906
+ property :tag_manager_url, as: 'tagManagerUrl'
907
+ collection :teardown_tag, as: 'teardownTag', class: Google::Apis::TagmanagerV2::TeardownTag, decorator: Google::Apis::TagmanagerV2::TeardownTag::Representation
908
+
909
+ property :type, as: 'type'
910
+ property :workspace_id, as: 'workspaceId'
911
+ end
912
+ end
913
+
914
+ class TeardownTag
915
+ # @private
916
+ class Representation < Google::Apis::Core::JsonRepresentation
917
+ property :stop_teardown_on_failure, as: 'stopTeardownOnFailure'
918
+ property :tag_name, as: 'tagName'
919
+ end
920
+ end
921
+
922
+ class Trigger
923
+ # @private
924
+ class Representation < Google::Apis::Core::JsonRepresentation
925
+ property :account_id, as: 'accountId'
926
+ collection :auto_event_filter, as: 'autoEventFilter', class: Google::Apis::TagmanagerV2::Condition, decorator: Google::Apis::TagmanagerV2::Condition::Representation
927
+
928
+ property :check_validation, as: 'checkValidation', class: Google::Apis::TagmanagerV2::Parameter, decorator: Google::Apis::TagmanagerV2::Parameter::Representation
929
+
930
+ property :container_id, as: 'containerId'
931
+ property :continuous_time_min_milliseconds, as: 'continuousTimeMinMilliseconds', class: Google::Apis::TagmanagerV2::Parameter, decorator: Google::Apis::TagmanagerV2::Parameter::Representation
932
+
933
+ collection :custom_event_filter, as: 'customEventFilter', class: Google::Apis::TagmanagerV2::Condition, decorator: Google::Apis::TagmanagerV2::Condition::Representation
934
+
935
+ property :event_name, as: 'eventName', class: Google::Apis::TagmanagerV2::Parameter, decorator: Google::Apis::TagmanagerV2::Parameter::Representation
936
+
937
+ collection :filter, as: 'filter', class: Google::Apis::TagmanagerV2::Condition, decorator: Google::Apis::TagmanagerV2::Condition::Representation
938
+
939
+ property :fingerprint, as: 'fingerprint'
940
+ property :horizontal_scroll_percentage_list, as: 'horizontalScrollPercentageList', class: Google::Apis::TagmanagerV2::Parameter, decorator: Google::Apis::TagmanagerV2::Parameter::Representation
941
+
942
+ property :interval, as: 'interval', class: Google::Apis::TagmanagerV2::Parameter, decorator: Google::Apis::TagmanagerV2::Parameter::Representation
943
+
944
+ property :interval_seconds, as: 'intervalSeconds', class: Google::Apis::TagmanagerV2::Parameter, decorator: Google::Apis::TagmanagerV2::Parameter::Representation
945
+
946
+ property :limit, as: 'limit', class: Google::Apis::TagmanagerV2::Parameter, decorator: Google::Apis::TagmanagerV2::Parameter::Representation
947
+
948
+ property :max_timer_length_seconds, as: 'maxTimerLengthSeconds', class: Google::Apis::TagmanagerV2::Parameter, decorator: Google::Apis::TagmanagerV2::Parameter::Representation
949
+
950
+ property :name, as: 'name'
951
+ property :notes, as: 'notes'
952
+ collection :parameter, as: 'parameter', class: Google::Apis::TagmanagerV2::Parameter, decorator: Google::Apis::TagmanagerV2::Parameter::Representation
953
+
954
+ property :parent_folder_id, as: 'parentFolderId'
955
+ property :path, as: 'path'
956
+ property :selector, as: 'selector', class: Google::Apis::TagmanagerV2::Parameter, decorator: Google::Apis::TagmanagerV2::Parameter::Representation
957
+
958
+ property :tag_manager_url, as: 'tagManagerUrl'
959
+ property :total_time_min_milliseconds, as: 'totalTimeMinMilliseconds', class: Google::Apis::TagmanagerV2::Parameter, decorator: Google::Apis::TagmanagerV2::Parameter::Representation
960
+
961
+ property :trigger_id, as: 'triggerId'
962
+ property :type, as: 'type'
963
+ property :unique_trigger_id, as: 'uniqueTriggerId', class: Google::Apis::TagmanagerV2::Parameter, decorator: Google::Apis::TagmanagerV2::Parameter::Representation
964
+
965
+ property :vertical_scroll_percentage_list, as: 'verticalScrollPercentageList', class: Google::Apis::TagmanagerV2::Parameter, decorator: Google::Apis::TagmanagerV2::Parameter::Representation
966
+
967
+ property :visibility_selector, as: 'visibilitySelector', class: Google::Apis::TagmanagerV2::Parameter, decorator: Google::Apis::TagmanagerV2::Parameter::Representation
968
+
969
+ property :visible_percentage_max, as: 'visiblePercentageMax', class: Google::Apis::TagmanagerV2::Parameter, decorator: Google::Apis::TagmanagerV2::Parameter::Representation
970
+
971
+ property :visible_percentage_min, as: 'visiblePercentageMin', class: Google::Apis::TagmanagerV2::Parameter, decorator: Google::Apis::TagmanagerV2::Parameter::Representation
972
+
973
+ property :wait_for_tags, as: 'waitForTags', class: Google::Apis::TagmanagerV2::Parameter, decorator: Google::Apis::TagmanagerV2::Parameter::Representation
974
+
975
+ property :wait_for_tags_timeout, as: 'waitForTagsTimeout', class: Google::Apis::TagmanagerV2::Parameter, decorator: Google::Apis::TagmanagerV2::Parameter::Representation
976
+
977
+ property :workspace_id, as: 'workspaceId'
978
+ end
979
+ end
980
+
981
+ class UserPermission
982
+ # @private
983
+ class Representation < Google::Apis::Core::JsonRepresentation
984
+ property :account_access, as: 'accountAccess', class: Google::Apis::TagmanagerV2::AccountAccess, decorator: Google::Apis::TagmanagerV2::AccountAccess::Representation
985
+
986
+ property :account_id, as: 'accountId'
987
+ collection :container_access, as: 'containerAccess', class: Google::Apis::TagmanagerV2::ContainerAccess, decorator: Google::Apis::TagmanagerV2::ContainerAccess::Representation
988
+
989
+ property :email_address, as: 'emailAddress'
990
+ property :path, as: 'path'
991
+ end
992
+ end
993
+
994
+ class Variable
995
+ # @private
996
+ class Representation < Google::Apis::Core::JsonRepresentation
997
+ property :account_id, as: 'accountId'
998
+ property :container_id, as: 'containerId'
999
+ collection :disabling_trigger_id, as: 'disablingTriggerId'
1000
+ collection :enabling_trigger_id, as: 'enablingTriggerId'
1001
+ property :fingerprint, as: 'fingerprint'
1002
+ property :format_value, as: 'formatValue', class: Google::Apis::TagmanagerV2::VariableFormatValue, decorator: Google::Apis::TagmanagerV2::VariableFormatValue::Representation
1003
+
1004
+ property :name, as: 'name'
1005
+ property :notes, as: 'notes'
1006
+ collection :parameter, as: 'parameter', class: Google::Apis::TagmanagerV2::Parameter, decorator: Google::Apis::TagmanagerV2::Parameter::Representation
1007
+
1008
+ property :parent_folder_id, as: 'parentFolderId'
1009
+ property :path, as: 'path'
1010
+ property :schedule_end_ms, :numeric_string => true, as: 'scheduleEndMs'
1011
+ property :schedule_start_ms, :numeric_string => true, as: 'scheduleStartMs'
1012
+ property :tag_manager_url, as: 'tagManagerUrl'
1013
+ property :type, as: 'type'
1014
+ property :variable_id, as: 'variableId'
1015
+ property :workspace_id, as: 'workspaceId'
1016
+ end
1017
+ end
1018
+
1019
+ class VariableFormatValue
1020
+ # @private
1021
+ class Representation < Google::Apis::Core::JsonRepresentation
1022
+ property :case_conversion_type, as: 'caseConversionType'
1023
+ property :convert_false_to_value, as: 'convertFalseToValue', class: Google::Apis::TagmanagerV2::Parameter, decorator: Google::Apis::TagmanagerV2::Parameter::Representation
1024
+
1025
+ property :convert_null_to_value, as: 'convertNullToValue', class: Google::Apis::TagmanagerV2::Parameter, decorator: Google::Apis::TagmanagerV2::Parameter::Representation
1026
+
1027
+ property :convert_true_to_value, as: 'convertTrueToValue', class: Google::Apis::TagmanagerV2::Parameter, decorator: Google::Apis::TagmanagerV2::Parameter::Representation
1028
+
1029
+ property :convert_undefined_to_value, as: 'convertUndefinedToValue', class: Google::Apis::TagmanagerV2::Parameter, decorator: Google::Apis::TagmanagerV2::Parameter::Representation
1030
+
1031
+ end
1032
+ end
1033
+
1034
+ class Workspace
1035
+ # @private
1036
+ class Representation < Google::Apis::Core::JsonRepresentation
1037
+ property :account_id, as: 'accountId'
1038
+ property :container_id, as: 'containerId'
1039
+ property :description, as: 'description'
1040
+ property :fingerprint, as: 'fingerprint'
1041
+ property :name, as: 'name'
1042
+ property :path, as: 'path'
1043
+ property :tag_manager_url, as: 'tagManagerUrl'
1044
+ property :workspace_id, as: 'workspaceId'
1045
+ end
1046
+ end
1047
+
1048
+ class Zone
1049
+ # @private
1050
+ class Representation < Google::Apis::Core::JsonRepresentation
1051
+ property :account_id, as: 'accountId'
1052
+ property :boundary, as: 'boundary', class: Google::Apis::TagmanagerV2::ZoneBoundary, decorator: Google::Apis::TagmanagerV2::ZoneBoundary::Representation
1053
+
1054
+ collection :child_container, as: 'childContainer', class: Google::Apis::TagmanagerV2::ZoneChildContainer, decorator: Google::Apis::TagmanagerV2::ZoneChildContainer::Representation
1055
+
1056
+ property :container_id, as: 'containerId'
1057
+ property :fingerprint, as: 'fingerprint'
1058
+ property :name, as: 'name'
1059
+ property :notes, as: 'notes'
1060
+ property :path, as: 'path'
1061
+ property :tag_manager_url, as: 'tagManagerUrl'
1062
+ property :type_restriction, as: 'typeRestriction', class: Google::Apis::TagmanagerV2::ZoneTypeRestriction, decorator: Google::Apis::TagmanagerV2::ZoneTypeRestriction::Representation
1063
+
1064
+ property :workspace_id, as: 'workspaceId'
1065
+ property :zone_id, as: 'zoneId'
1066
+ end
1067
+ end
1068
+
1069
+ class ZoneBoundary
1070
+ # @private
1071
+ class Representation < Google::Apis::Core::JsonRepresentation
1072
+ collection :condition, as: 'condition', class: Google::Apis::TagmanagerV2::Condition, decorator: Google::Apis::TagmanagerV2::Condition::Representation
1073
+
1074
+ collection :custom_evaluation_trigger_id, as: 'customEvaluationTriggerId'
1075
+ end
1076
+ end
1077
+
1078
+ class ZoneChildContainer
1079
+ # @private
1080
+ class Representation < Google::Apis::Core::JsonRepresentation
1081
+ property :nickname, as: 'nickname'
1082
+ property :public_id, as: 'publicId'
1083
+ end
1084
+ end
1085
+
1086
+ class ZoneTypeRestriction
1087
+ # @private
1088
+ class Representation < Google::Apis::Core::JsonRepresentation
1089
+ property :enable, as: 'enable'
1090
+ collection :whitelisted_type_id, as: 'whitelistedTypeId'
1091
+ end
1092
+ end
1093
+ end
1094
+ end
1095
+ end