google-apis-tagmanager_v1 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,28 @@
1
+ # Copyright 2020 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ module Google
16
+ module Apis
17
+ module TagmanagerV1
18
+ # Version of the google-apis-tagmanager_v1 gem
19
+ GEM_VERSION = "0.1.0"
20
+
21
+ # Version of the code generator used to generate this client
22
+ GENERATOR_VERSION = "0.1.1"
23
+
24
+ # Revision of the discovery document this client was generated from
25
+ REVISION = "20200826"
26
+ end
27
+ end
28
+ end
@@ -0,0 +1,630 @@
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 TagmanagerV1
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 Condition
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
43
+ class Container
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
49
+ class ContainerAccess
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
55
+ class ContainerVersion
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class ContainerVersionHeader
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class CreateContainerVersionRequestVersionOptions
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class CreateContainerVersionResponse
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
79
+ class Environment
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
85
+ class Folder
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
91
+ class FolderEntities
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
97
+ class ListAccountUsersResponse
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
103
+ class ListAccountsResponse
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class ListContainerVersionsResponse
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
115
+ class ListContainersResponse
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
121
+ class ListEnvironmentsResponse
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
127
+ class ListFoldersResponse
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
133
+ class ListTagsResponse
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
139
+ class ListTriggersResponse
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class ListVariablesResponse
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
151
+ class Macro
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
157
+ class Parameter
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
163
+ class PublishContainerVersionResponse
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
169
+ class Rule
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
175
+ class SetupTag
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class Tag
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
187
+ class TeardownTag
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
193
+ class Trigger
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
199
+ class UserAccess
200
+ class Representation < Google::Apis::Core::JsonRepresentation; end
201
+
202
+ include Google::Apis::Core::JsonObjectSupport
203
+ end
204
+
205
+ class Variable
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
211
+ class Account
212
+ # @private
213
+ class Representation < Google::Apis::Core::JsonRepresentation
214
+ property :account_id, as: 'accountId'
215
+ property :fingerprint, as: 'fingerprint'
216
+ property :name, as: 'name'
217
+ property :share_data, as: 'shareData'
218
+ end
219
+ end
220
+
221
+ class AccountAccess
222
+ # @private
223
+ class Representation < Google::Apis::Core::JsonRepresentation
224
+ collection :permission, as: 'permission'
225
+ end
226
+ end
227
+
228
+ class Condition
229
+ # @private
230
+ class Representation < Google::Apis::Core::JsonRepresentation
231
+ collection :parameter, as: 'parameter', class: Google::Apis::TagmanagerV1::Parameter, decorator: Google::Apis::TagmanagerV1::Parameter::Representation
232
+
233
+ property :type, as: 'type'
234
+ end
235
+ end
236
+
237
+ class Container
238
+ # @private
239
+ class Representation < Google::Apis::Core::JsonRepresentation
240
+ property :account_id, as: 'accountId'
241
+ property :container_id, as: 'containerId'
242
+ collection :domain_name, as: 'domainName'
243
+ collection :enabled_built_in_variable, as: 'enabledBuiltInVariable'
244
+ property :fingerprint, as: 'fingerprint'
245
+ property :name, as: 'name'
246
+ property :notes, as: 'notes'
247
+ property :public_id, as: 'publicId'
248
+ property :time_zone_country_id, as: 'timeZoneCountryId'
249
+ property :time_zone_id, as: 'timeZoneId'
250
+ collection :usage_context, as: 'usageContext'
251
+ end
252
+ end
253
+
254
+ class ContainerAccess
255
+ # @private
256
+ class Representation < Google::Apis::Core::JsonRepresentation
257
+ property :container_id, as: 'containerId'
258
+ collection :permission, as: 'permission'
259
+ end
260
+ end
261
+
262
+ class ContainerVersion
263
+ # @private
264
+ class Representation < Google::Apis::Core::JsonRepresentation
265
+ property :account_id, as: 'accountId'
266
+ property :container, as: 'container', class: Google::Apis::TagmanagerV1::Container, decorator: Google::Apis::TagmanagerV1::Container::Representation
267
+
268
+ property :container_id, as: 'containerId'
269
+ property :container_version_id, as: 'containerVersionId'
270
+ property :deleted, as: 'deleted'
271
+ property :fingerprint, as: 'fingerprint'
272
+ collection :folder, as: 'folder', class: Google::Apis::TagmanagerV1::Folder, decorator: Google::Apis::TagmanagerV1::Folder::Representation
273
+
274
+ collection :macro, as: 'macro', class: Google::Apis::TagmanagerV1::Macro, decorator: Google::Apis::TagmanagerV1::Macro::Representation
275
+
276
+ property :name, as: 'name'
277
+ property :notes, as: 'notes'
278
+ collection :rule, as: 'rule', class: Google::Apis::TagmanagerV1::Rule, decorator: Google::Apis::TagmanagerV1::Rule::Representation
279
+
280
+ collection :tag, as: 'tag', class: Google::Apis::TagmanagerV1::Tag, decorator: Google::Apis::TagmanagerV1::Tag::Representation
281
+
282
+ collection :trigger, as: 'trigger', class: Google::Apis::TagmanagerV1::Trigger, decorator: Google::Apis::TagmanagerV1::Trigger::Representation
283
+
284
+ collection :variable, as: 'variable', class: Google::Apis::TagmanagerV1::Variable, decorator: Google::Apis::TagmanagerV1::Variable::Representation
285
+
286
+ end
287
+ end
288
+
289
+ class ContainerVersionHeader
290
+ # @private
291
+ class Representation < Google::Apis::Core::JsonRepresentation
292
+ property :account_id, as: 'accountId'
293
+ property :container_id, as: 'containerId'
294
+ property :container_version_id, as: 'containerVersionId'
295
+ property :deleted, as: 'deleted'
296
+ property :name, as: 'name'
297
+ property :num_macros, as: 'numMacros'
298
+ property :num_rules, as: 'numRules'
299
+ property :num_tags, as: 'numTags'
300
+ property :num_triggers, as: 'numTriggers'
301
+ property :num_variables, as: 'numVariables'
302
+ end
303
+ end
304
+
305
+ class CreateContainerVersionRequestVersionOptions
306
+ # @private
307
+ class Representation < Google::Apis::Core::JsonRepresentation
308
+ property :name, as: 'name'
309
+ property :notes, as: 'notes'
310
+ property :quick_preview, as: 'quickPreview'
311
+ end
312
+ end
313
+
314
+ class CreateContainerVersionResponse
315
+ # @private
316
+ class Representation < Google::Apis::Core::JsonRepresentation
317
+ property :compiler_error, as: 'compilerError'
318
+ property :container_version, as: 'containerVersion', class: Google::Apis::TagmanagerV1::ContainerVersion, decorator: Google::Apis::TagmanagerV1::ContainerVersion::Representation
319
+
320
+ end
321
+ end
322
+
323
+ class Environment
324
+ # @private
325
+ class Representation < Google::Apis::Core::JsonRepresentation
326
+ property :account_id, as: 'accountId'
327
+ property :authorization_code, as: 'authorizationCode'
328
+ property :authorization_timestamp_ms, :numeric_string => true, as: 'authorizationTimestampMs'
329
+ property :container_id, as: 'containerId'
330
+ property :container_version_id, as: 'containerVersionId'
331
+ property :description, as: 'description'
332
+ property :enable_debug, as: 'enableDebug'
333
+ property :environment_id, as: 'environmentId'
334
+ property :fingerprint, as: 'fingerprint'
335
+ property :name, as: 'name'
336
+ property :type, as: 'type'
337
+ property :url, as: 'url'
338
+ end
339
+ end
340
+
341
+ class Folder
342
+ # @private
343
+ class Representation < Google::Apis::Core::JsonRepresentation
344
+ property :account_id, as: 'accountId'
345
+ property :container_id, as: 'containerId'
346
+ property :fingerprint, as: 'fingerprint'
347
+ property :folder_id, as: 'folderId'
348
+ property :name, as: 'name'
349
+ end
350
+ end
351
+
352
+ class FolderEntities
353
+ # @private
354
+ class Representation < Google::Apis::Core::JsonRepresentation
355
+ collection :tag, as: 'tag', class: Google::Apis::TagmanagerV1::Tag, decorator: Google::Apis::TagmanagerV1::Tag::Representation
356
+
357
+ collection :trigger, as: 'trigger', class: Google::Apis::TagmanagerV1::Trigger, decorator: Google::Apis::TagmanagerV1::Trigger::Representation
358
+
359
+ collection :variable, as: 'variable', class: Google::Apis::TagmanagerV1::Variable, decorator: Google::Apis::TagmanagerV1::Variable::Representation
360
+
361
+ end
362
+ end
363
+
364
+ class ListAccountUsersResponse
365
+ # @private
366
+ class Representation < Google::Apis::Core::JsonRepresentation
367
+ collection :user_access, as: 'userAccess', class: Google::Apis::TagmanagerV1::UserAccess, decorator: Google::Apis::TagmanagerV1::UserAccess::Representation
368
+
369
+ end
370
+ end
371
+
372
+ class ListAccountsResponse
373
+ # @private
374
+ class Representation < Google::Apis::Core::JsonRepresentation
375
+ collection :accounts, as: 'accounts', class: Google::Apis::TagmanagerV1::Account, decorator: Google::Apis::TagmanagerV1::Account::Representation
376
+
377
+ end
378
+ end
379
+
380
+ class ListContainerVersionsResponse
381
+ # @private
382
+ class Representation < Google::Apis::Core::JsonRepresentation
383
+ collection :container_version, as: 'containerVersion', class: Google::Apis::TagmanagerV1::ContainerVersion, decorator: Google::Apis::TagmanagerV1::ContainerVersion::Representation
384
+
385
+ collection :container_version_header, as: 'containerVersionHeader', class: Google::Apis::TagmanagerV1::ContainerVersionHeader, decorator: Google::Apis::TagmanagerV1::ContainerVersionHeader::Representation
386
+
387
+ end
388
+ end
389
+
390
+ class ListContainersResponse
391
+ # @private
392
+ class Representation < Google::Apis::Core::JsonRepresentation
393
+ collection :containers, as: 'containers', class: Google::Apis::TagmanagerV1::Container, decorator: Google::Apis::TagmanagerV1::Container::Representation
394
+
395
+ end
396
+ end
397
+
398
+ class ListEnvironmentsResponse
399
+ # @private
400
+ class Representation < Google::Apis::Core::JsonRepresentation
401
+ collection :environments, as: 'environments', class: Google::Apis::TagmanagerV1::Environment, decorator: Google::Apis::TagmanagerV1::Environment::Representation
402
+
403
+ end
404
+ end
405
+
406
+ class ListFoldersResponse
407
+ # @private
408
+ class Representation < Google::Apis::Core::JsonRepresentation
409
+ collection :folders, as: 'folders', class: Google::Apis::TagmanagerV1::Folder, decorator: Google::Apis::TagmanagerV1::Folder::Representation
410
+
411
+ end
412
+ end
413
+
414
+ class ListTagsResponse
415
+ # @private
416
+ class Representation < Google::Apis::Core::JsonRepresentation
417
+ collection :tags, as: 'tags', class: Google::Apis::TagmanagerV1::Tag, decorator: Google::Apis::TagmanagerV1::Tag::Representation
418
+
419
+ end
420
+ end
421
+
422
+ class ListTriggersResponse
423
+ # @private
424
+ class Representation < Google::Apis::Core::JsonRepresentation
425
+ collection :triggers, as: 'triggers', class: Google::Apis::TagmanagerV1::Trigger, decorator: Google::Apis::TagmanagerV1::Trigger::Representation
426
+
427
+ end
428
+ end
429
+
430
+ class ListVariablesResponse
431
+ # @private
432
+ class Representation < Google::Apis::Core::JsonRepresentation
433
+ collection :variables, as: 'variables', class: Google::Apis::TagmanagerV1::Variable, decorator: Google::Apis::TagmanagerV1::Variable::Representation
434
+
435
+ end
436
+ end
437
+
438
+ class Macro
439
+ # @private
440
+ class Representation < Google::Apis::Core::JsonRepresentation
441
+ property :account_id, as: 'accountId'
442
+ property :container_id, as: 'containerId'
443
+ collection :disabling_rule_id, as: 'disablingRuleId'
444
+ collection :enabling_rule_id, as: 'enablingRuleId'
445
+ property :fingerprint, as: 'fingerprint'
446
+ property :macro_id, as: 'macroId'
447
+ property :name, as: 'name'
448
+ property :notes, as: 'notes'
449
+ collection :parameter, as: 'parameter', class: Google::Apis::TagmanagerV1::Parameter, decorator: Google::Apis::TagmanagerV1::Parameter::Representation
450
+
451
+ property :parent_folder_id, as: 'parentFolderId'
452
+ property :schedule_end_ms, :numeric_string => true, as: 'scheduleEndMs'
453
+ property :schedule_start_ms, :numeric_string => true, as: 'scheduleStartMs'
454
+ property :type, as: 'type'
455
+ end
456
+ end
457
+
458
+ class Parameter
459
+ # @private
460
+ class Representation < Google::Apis::Core::JsonRepresentation
461
+ property :key, as: 'key'
462
+ collection :list, as: 'list', class: Google::Apis::TagmanagerV1::Parameter, decorator: Google::Apis::TagmanagerV1::Parameter::Representation
463
+
464
+ collection :map, as: 'map', class: Google::Apis::TagmanagerV1::Parameter, decorator: Google::Apis::TagmanagerV1::Parameter::Representation
465
+
466
+ property :type, as: 'type'
467
+ property :value, as: 'value'
468
+ end
469
+ end
470
+
471
+ class PublishContainerVersionResponse
472
+ # @private
473
+ class Representation < Google::Apis::Core::JsonRepresentation
474
+ property :compiler_error, as: 'compilerError'
475
+ property :container_version, as: 'containerVersion', class: Google::Apis::TagmanagerV1::ContainerVersion, decorator: Google::Apis::TagmanagerV1::ContainerVersion::Representation
476
+
477
+ end
478
+ end
479
+
480
+ class Rule
481
+ # @private
482
+ class Representation < Google::Apis::Core::JsonRepresentation
483
+ property :account_id, as: 'accountId'
484
+ collection :condition, as: 'condition', class: Google::Apis::TagmanagerV1::Condition, decorator: Google::Apis::TagmanagerV1::Condition::Representation
485
+
486
+ property :container_id, as: 'containerId'
487
+ property :fingerprint, as: 'fingerprint'
488
+ property :name, as: 'name'
489
+ property :notes, as: 'notes'
490
+ property :rule_id, as: 'ruleId'
491
+ end
492
+ end
493
+
494
+ class SetupTag
495
+ # @private
496
+ class Representation < Google::Apis::Core::JsonRepresentation
497
+ property :stop_on_setup_failure, as: 'stopOnSetupFailure'
498
+ property :tag_name, as: 'tagName'
499
+ end
500
+ end
501
+
502
+ class Tag
503
+ # @private
504
+ class Representation < Google::Apis::Core::JsonRepresentation
505
+ property :account_id, as: 'accountId'
506
+ collection :blocking_rule_id, as: 'blockingRuleId'
507
+ collection :blocking_trigger_id, as: 'blockingTriggerId'
508
+ property :container_id, as: 'containerId'
509
+ property :fingerprint, as: 'fingerprint'
510
+ collection :firing_rule_id, as: 'firingRuleId'
511
+ collection :firing_trigger_id, as: 'firingTriggerId'
512
+ property :live_only, as: 'liveOnly'
513
+ property :name, as: 'name'
514
+ property :notes, as: 'notes'
515
+ collection :parameter, as: 'parameter', class: Google::Apis::TagmanagerV1::Parameter, decorator: Google::Apis::TagmanagerV1::Parameter::Representation
516
+
517
+ property :parent_folder_id, as: 'parentFolderId'
518
+ property :paused, as: 'paused'
519
+ property :priority, as: 'priority', class: Google::Apis::TagmanagerV1::Parameter, decorator: Google::Apis::TagmanagerV1::Parameter::Representation
520
+
521
+ property :schedule_end_ms, :numeric_string => true, as: 'scheduleEndMs'
522
+ property :schedule_start_ms, :numeric_string => true, as: 'scheduleStartMs'
523
+ collection :setup_tag, as: 'setupTag', class: Google::Apis::TagmanagerV1::SetupTag, decorator: Google::Apis::TagmanagerV1::SetupTag::Representation
524
+
525
+ property :tag_firing_option, as: 'tagFiringOption'
526
+ property :tag_id, as: 'tagId'
527
+ collection :teardown_tag, as: 'teardownTag', class: Google::Apis::TagmanagerV1::TeardownTag, decorator: Google::Apis::TagmanagerV1::TeardownTag::Representation
528
+
529
+ property :type, as: 'type'
530
+ end
531
+ end
532
+
533
+ class TeardownTag
534
+ # @private
535
+ class Representation < Google::Apis::Core::JsonRepresentation
536
+ property :stop_teardown_on_failure, as: 'stopTeardownOnFailure'
537
+ property :tag_name, as: 'tagName'
538
+ end
539
+ end
540
+
541
+ class Trigger
542
+ # @private
543
+ class Representation < Google::Apis::Core::JsonRepresentation
544
+ property :account_id, as: 'accountId'
545
+ collection :auto_event_filter, as: 'autoEventFilter', class: Google::Apis::TagmanagerV1::Condition, decorator: Google::Apis::TagmanagerV1::Condition::Representation
546
+
547
+ property :check_validation, as: 'checkValidation', class: Google::Apis::TagmanagerV1::Parameter, decorator: Google::Apis::TagmanagerV1::Parameter::Representation
548
+
549
+ property :container_id, as: 'containerId'
550
+ property :continuous_time_min_milliseconds, as: 'continuousTimeMinMilliseconds', class: Google::Apis::TagmanagerV1::Parameter, decorator: Google::Apis::TagmanagerV1::Parameter::Representation
551
+
552
+ collection :custom_event_filter, as: 'customEventFilter', class: Google::Apis::TagmanagerV1::Condition, decorator: Google::Apis::TagmanagerV1::Condition::Representation
553
+
554
+ property :event_name, as: 'eventName', class: Google::Apis::TagmanagerV1::Parameter, decorator: Google::Apis::TagmanagerV1::Parameter::Representation
555
+
556
+ collection :filter, as: 'filter', class: Google::Apis::TagmanagerV1::Condition, decorator: Google::Apis::TagmanagerV1::Condition::Representation
557
+
558
+ property :fingerprint, as: 'fingerprint'
559
+ property :horizontal_scroll_percentage_list, as: 'horizontalScrollPercentageList', class: Google::Apis::TagmanagerV1::Parameter, decorator: Google::Apis::TagmanagerV1::Parameter::Representation
560
+
561
+ property :interval, as: 'interval', class: Google::Apis::TagmanagerV1::Parameter, decorator: Google::Apis::TagmanagerV1::Parameter::Representation
562
+
563
+ property :interval_seconds, as: 'intervalSeconds', class: Google::Apis::TagmanagerV1::Parameter, decorator: Google::Apis::TagmanagerV1::Parameter::Representation
564
+
565
+ property :limit, as: 'limit', class: Google::Apis::TagmanagerV1::Parameter, decorator: Google::Apis::TagmanagerV1::Parameter::Representation
566
+
567
+ property :max_timer_length_seconds, as: 'maxTimerLengthSeconds', class: Google::Apis::TagmanagerV1::Parameter, decorator: Google::Apis::TagmanagerV1::Parameter::Representation
568
+
569
+ property :name, as: 'name'
570
+ collection :parameter, as: 'parameter', class: Google::Apis::TagmanagerV1::Parameter, decorator: Google::Apis::TagmanagerV1::Parameter::Representation
571
+
572
+ property :parent_folder_id, as: 'parentFolderId'
573
+ property :selector, as: 'selector', class: Google::Apis::TagmanagerV1::Parameter, decorator: Google::Apis::TagmanagerV1::Parameter::Representation
574
+
575
+ property :total_time_min_milliseconds, as: 'totalTimeMinMilliseconds', class: Google::Apis::TagmanagerV1::Parameter, decorator: Google::Apis::TagmanagerV1::Parameter::Representation
576
+
577
+ property :trigger_id, as: 'triggerId'
578
+ property :type, as: 'type'
579
+ property :unique_trigger_id, as: 'uniqueTriggerId', class: Google::Apis::TagmanagerV1::Parameter, decorator: Google::Apis::TagmanagerV1::Parameter::Representation
580
+
581
+ property :vertical_scroll_percentage_list, as: 'verticalScrollPercentageList', class: Google::Apis::TagmanagerV1::Parameter, decorator: Google::Apis::TagmanagerV1::Parameter::Representation
582
+
583
+ property :visibility_selector, as: 'visibilitySelector', class: Google::Apis::TagmanagerV1::Parameter, decorator: Google::Apis::TagmanagerV1::Parameter::Representation
584
+
585
+ property :visible_percentage_max, as: 'visiblePercentageMax', class: Google::Apis::TagmanagerV1::Parameter, decorator: Google::Apis::TagmanagerV1::Parameter::Representation
586
+
587
+ property :visible_percentage_min, as: 'visiblePercentageMin', class: Google::Apis::TagmanagerV1::Parameter, decorator: Google::Apis::TagmanagerV1::Parameter::Representation
588
+
589
+ property :wait_for_tags, as: 'waitForTags', class: Google::Apis::TagmanagerV1::Parameter, decorator: Google::Apis::TagmanagerV1::Parameter::Representation
590
+
591
+ property :wait_for_tags_timeout, as: 'waitForTagsTimeout', class: Google::Apis::TagmanagerV1::Parameter, decorator: Google::Apis::TagmanagerV1::Parameter::Representation
592
+
593
+ end
594
+ end
595
+
596
+ class UserAccess
597
+ # @private
598
+ class Representation < Google::Apis::Core::JsonRepresentation
599
+ property :account_access, as: 'accountAccess', class: Google::Apis::TagmanagerV1::AccountAccess, decorator: Google::Apis::TagmanagerV1::AccountAccess::Representation
600
+
601
+ property :account_id, as: 'accountId'
602
+ collection :container_access, as: 'containerAccess', class: Google::Apis::TagmanagerV1::ContainerAccess, decorator: Google::Apis::TagmanagerV1::ContainerAccess::Representation
603
+
604
+ property :email_address, as: 'emailAddress'
605
+ property :permission_id, as: 'permissionId'
606
+ end
607
+ end
608
+
609
+ class Variable
610
+ # @private
611
+ class Representation < Google::Apis::Core::JsonRepresentation
612
+ property :account_id, as: 'accountId'
613
+ property :container_id, as: 'containerId'
614
+ collection :disabling_trigger_id, as: 'disablingTriggerId'
615
+ collection :enabling_trigger_id, as: 'enablingTriggerId'
616
+ property :fingerprint, as: 'fingerprint'
617
+ property :name, as: 'name'
618
+ property :notes, as: 'notes'
619
+ collection :parameter, as: 'parameter', class: Google::Apis::TagmanagerV1::Parameter, decorator: Google::Apis::TagmanagerV1::Parameter::Representation
620
+
621
+ property :parent_folder_id, as: 'parentFolderId'
622
+ property :schedule_end_ms, :numeric_string => true, as: 'scheduleEndMs'
623
+ property :schedule_start_ms, :numeric_string => true, as: 'scheduleStartMs'
624
+ property :type, as: 'type'
625
+ property :variable_id, as: 'variableId'
626
+ end
627
+ end
628
+ end
629
+ end
630
+ end