google-apis-datamanager_v1 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,688 @@
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 DatamanagerV1
24
+
25
+ class AdIdentifiers
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class AddressInfo
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
37
+ class AudienceMember
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
43
+ class CartData
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
49
+ class Consent
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
55
+ class CustomVariable
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class Destination
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class DeviceInfo
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class EncryptionInfo
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
79
+ class ErrorCount
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
85
+ class ErrorInfo
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
91
+ class Event
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
97
+ class ExperimentalField
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
103
+ class GcpWrappedKeyInfo
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class IngestAudienceMembersRequest
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
115
+ class IngestAudienceMembersResponse
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
121
+ class IngestAudienceMembersStatus
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
127
+ class IngestEventsRequest
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
133
+ class IngestEventsResponse
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
139
+ class IngestEventsStatus
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class IngestMobileDataStatus
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
151
+ class IngestPairDataStatus
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
157
+ class IngestUserDataStatus
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
163
+ class Item
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
169
+ class MobileData
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
175
+ class PairData
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class ProductAccount
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
187
+ class RemoveAudienceMembersRequest
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
193
+ class RemoveAudienceMembersResponse
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
199
+ class RemoveAudienceMembersStatus
200
+ class Representation < Google::Apis::Core::JsonRepresentation; end
201
+
202
+ include Google::Apis::Core::JsonObjectSupport
203
+ end
204
+
205
+ class RemoveMobileDataStatus
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
211
+ class RemovePairDataStatus
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
217
+ class RemoveUserDataStatus
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
223
+ class RequestStatusPerDestination
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
229
+ class RetrieveRequestStatusResponse
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
235
+ class TermsOfService
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
241
+ class UserData
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
247
+ class UserIdentifier
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
253
+ class UserProperties
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
259
+ class WarningCount
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
265
+ class WarningInfo
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ include Google::Apis::Core::JsonObjectSupport
269
+ end
270
+
271
+ class AdIdentifiers
272
+ # @private
273
+ class Representation < Google::Apis::Core::JsonRepresentation
274
+ property :gbraid, as: 'gbraid'
275
+ property :gclid, as: 'gclid'
276
+ property :landing_page_device_info, as: 'landingPageDeviceInfo', class: Google::Apis::DatamanagerV1::DeviceInfo, decorator: Google::Apis::DatamanagerV1::DeviceInfo::Representation
277
+
278
+ property :session_attributes, as: 'sessionAttributes'
279
+ property :wbraid, as: 'wbraid'
280
+ end
281
+ end
282
+
283
+ class AddressInfo
284
+ # @private
285
+ class Representation < Google::Apis::Core::JsonRepresentation
286
+ property :family_name, as: 'familyName'
287
+ property :given_name, as: 'givenName'
288
+ property :postal_code, as: 'postalCode'
289
+ property :region_code, as: 'regionCode'
290
+ end
291
+ end
292
+
293
+ class AudienceMember
294
+ # @private
295
+ class Representation < Google::Apis::Core::JsonRepresentation
296
+ property :consent, as: 'consent', class: Google::Apis::DatamanagerV1::Consent, decorator: Google::Apis::DatamanagerV1::Consent::Representation
297
+
298
+ collection :destination_references, as: 'destinationReferences'
299
+ property :mobile_data, as: 'mobileData', class: Google::Apis::DatamanagerV1::MobileData, decorator: Google::Apis::DatamanagerV1::MobileData::Representation
300
+
301
+ property :pair_data, as: 'pairData', class: Google::Apis::DatamanagerV1::PairData, decorator: Google::Apis::DatamanagerV1::PairData::Representation
302
+
303
+ property :user_data, as: 'userData', class: Google::Apis::DatamanagerV1::UserData, decorator: Google::Apis::DatamanagerV1::UserData::Representation
304
+
305
+ end
306
+ end
307
+
308
+ class CartData
309
+ # @private
310
+ class Representation < Google::Apis::Core::JsonRepresentation
311
+ collection :items, as: 'items', class: Google::Apis::DatamanagerV1::Item, decorator: Google::Apis::DatamanagerV1::Item::Representation
312
+
313
+ property :merchant_feed_label, as: 'merchantFeedLabel'
314
+ property :merchant_feed_language_code, as: 'merchantFeedLanguageCode'
315
+ property :merchant_id, as: 'merchantId'
316
+ property :transaction_discount, as: 'transactionDiscount'
317
+ end
318
+ end
319
+
320
+ class Consent
321
+ # @private
322
+ class Representation < Google::Apis::Core::JsonRepresentation
323
+ property :ad_personalization, as: 'adPersonalization'
324
+ property :ad_user_data, as: 'adUserData'
325
+ end
326
+ end
327
+
328
+ class CustomVariable
329
+ # @private
330
+ class Representation < Google::Apis::Core::JsonRepresentation
331
+ collection :destination_references, as: 'destinationReferences'
332
+ property :value, as: 'value'
333
+ property :variable, as: 'variable'
334
+ end
335
+ end
336
+
337
+ class Destination
338
+ # @private
339
+ class Representation < Google::Apis::Core::JsonRepresentation
340
+ property :linked_account, as: 'linkedAccount', class: Google::Apis::DatamanagerV1::ProductAccount, decorator: Google::Apis::DatamanagerV1::ProductAccount::Representation
341
+
342
+ property :login_account, as: 'loginAccount', class: Google::Apis::DatamanagerV1::ProductAccount, decorator: Google::Apis::DatamanagerV1::ProductAccount::Representation
343
+
344
+ property :operating_account, as: 'operatingAccount', class: Google::Apis::DatamanagerV1::ProductAccount, decorator: Google::Apis::DatamanagerV1::ProductAccount::Representation
345
+
346
+ property :product_destination_id, as: 'productDestinationId'
347
+ property :reference, as: 'reference'
348
+ end
349
+ end
350
+
351
+ class DeviceInfo
352
+ # @private
353
+ class Representation < Google::Apis::Core::JsonRepresentation
354
+ property :ip_address, as: 'ipAddress'
355
+ property :user_agent, as: 'userAgent'
356
+ end
357
+ end
358
+
359
+ class EncryptionInfo
360
+ # @private
361
+ class Representation < Google::Apis::Core::JsonRepresentation
362
+ property :gcp_wrapped_key_info, as: 'gcpWrappedKeyInfo', class: Google::Apis::DatamanagerV1::GcpWrappedKeyInfo, decorator: Google::Apis::DatamanagerV1::GcpWrappedKeyInfo::Representation
363
+
364
+ end
365
+ end
366
+
367
+ class ErrorCount
368
+ # @private
369
+ class Representation < Google::Apis::Core::JsonRepresentation
370
+ property :reason, as: 'reason'
371
+ property :record_count, :numeric_string => true, as: 'recordCount'
372
+ end
373
+ end
374
+
375
+ class ErrorInfo
376
+ # @private
377
+ class Representation < Google::Apis::Core::JsonRepresentation
378
+ collection :error_counts, as: 'errorCounts', class: Google::Apis::DatamanagerV1::ErrorCount, decorator: Google::Apis::DatamanagerV1::ErrorCount::Representation
379
+
380
+ end
381
+ end
382
+
383
+ class Event
384
+ # @private
385
+ class Representation < Google::Apis::Core::JsonRepresentation
386
+ property :ad_identifiers, as: 'adIdentifiers', class: Google::Apis::DatamanagerV1::AdIdentifiers, decorator: Google::Apis::DatamanagerV1::AdIdentifiers::Representation
387
+
388
+ property :cart_data, as: 'cartData', class: Google::Apis::DatamanagerV1::CartData, decorator: Google::Apis::DatamanagerV1::CartData::Representation
389
+
390
+ property :consent, as: 'consent', class: Google::Apis::DatamanagerV1::Consent, decorator: Google::Apis::DatamanagerV1::Consent::Representation
391
+
392
+ property :conversion_value, as: 'conversionValue'
393
+ property :currency, as: 'currency'
394
+ collection :custom_variables, as: 'customVariables', class: Google::Apis::DatamanagerV1::CustomVariable, decorator: Google::Apis::DatamanagerV1::CustomVariable::Representation
395
+
396
+ collection :destination_references, as: 'destinationReferences'
397
+ property :event_device_info, as: 'eventDeviceInfo', class: Google::Apis::DatamanagerV1::DeviceInfo, decorator: Google::Apis::DatamanagerV1::DeviceInfo::Representation
398
+
399
+ property :event_source, as: 'eventSource'
400
+ property :event_timestamp, as: 'eventTimestamp'
401
+ collection :experimental_fields, as: 'experimentalFields', class: Google::Apis::DatamanagerV1::ExperimentalField, decorator: Google::Apis::DatamanagerV1::ExperimentalField::Representation
402
+
403
+ property :last_updated_timestamp, as: 'lastUpdatedTimestamp'
404
+ property :transaction_id, as: 'transactionId'
405
+ property :user_data, as: 'userData', class: Google::Apis::DatamanagerV1::UserData, decorator: Google::Apis::DatamanagerV1::UserData::Representation
406
+
407
+ property :user_properties, as: 'userProperties', class: Google::Apis::DatamanagerV1::UserProperties, decorator: Google::Apis::DatamanagerV1::UserProperties::Representation
408
+
409
+ end
410
+ end
411
+
412
+ class ExperimentalField
413
+ # @private
414
+ class Representation < Google::Apis::Core::JsonRepresentation
415
+ property :field, as: 'field'
416
+ property :value, as: 'value'
417
+ end
418
+ end
419
+
420
+ class GcpWrappedKeyInfo
421
+ # @private
422
+ class Representation < Google::Apis::Core::JsonRepresentation
423
+ property :encrypted_dek, as: 'encryptedDek'
424
+ property :kek_uri, as: 'kekUri'
425
+ property :key_type, as: 'keyType'
426
+ property :wip_provider, as: 'wipProvider'
427
+ end
428
+ end
429
+
430
+ class IngestAudienceMembersRequest
431
+ # @private
432
+ class Representation < Google::Apis::Core::JsonRepresentation
433
+ collection :audience_members, as: 'audienceMembers', class: Google::Apis::DatamanagerV1::AudienceMember, decorator: Google::Apis::DatamanagerV1::AudienceMember::Representation
434
+
435
+ property :consent, as: 'consent', class: Google::Apis::DatamanagerV1::Consent, decorator: Google::Apis::DatamanagerV1::Consent::Representation
436
+
437
+ collection :destinations, as: 'destinations', class: Google::Apis::DatamanagerV1::Destination, decorator: Google::Apis::DatamanagerV1::Destination::Representation
438
+
439
+ property :encoding, as: 'encoding'
440
+ property :encryption_info, as: 'encryptionInfo', class: Google::Apis::DatamanagerV1::EncryptionInfo, decorator: Google::Apis::DatamanagerV1::EncryptionInfo::Representation
441
+
442
+ property :terms_of_service, as: 'termsOfService', class: Google::Apis::DatamanagerV1::TermsOfService, decorator: Google::Apis::DatamanagerV1::TermsOfService::Representation
443
+
444
+ property :validate_only, as: 'validateOnly'
445
+ end
446
+ end
447
+
448
+ class IngestAudienceMembersResponse
449
+ # @private
450
+ class Representation < Google::Apis::Core::JsonRepresentation
451
+ property :request_id, as: 'requestId'
452
+ end
453
+ end
454
+
455
+ class IngestAudienceMembersStatus
456
+ # @private
457
+ class Representation < Google::Apis::Core::JsonRepresentation
458
+ property :mobile_data_ingestion_status, as: 'mobileDataIngestionStatus', class: Google::Apis::DatamanagerV1::IngestMobileDataStatus, decorator: Google::Apis::DatamanagerV1::IngestMobileDataStatus::Representation
459
+
460
+ property :pair_data_ingestion_status, as: 'pairDataIngestionStatus', class: Google::Apis::DatamanagerV1::IngestPairDataStatus, decorator: Google::Apis::DatamanagerV1::IngestPairDataStatus::Representation
461
+
462
+ property :user_data_ingestion_status, as: 'userDataIngestionStatus', class: Google::Apis::DatamanagerV1::IngestUserDataStatus, decorator: Google::Apis::DatamanagerV1::IngestUserDataStatus::Representation
463
+
464
+ end
465
+ end
466
+
467
+ class IngestEventsRequest
468
+ # @private
469
+ class Representation < Google::Apis::Core::JsonRepresentation
470
+ property :consent, as: 'consent', class: Google::Apis::DatamanagerV1::Consent, decorator: Google::Apis::DatamanagerV1::Consent::Representation
471
+
472
+ collection :destinations, as: 'destinations', class: Google::Apis::DatamanagerV1::Destination, decorator: Google::Apis::DatamanagerV1::Destination::Representation
473
+
474
+ property :encoding, as: 'encoding'
475
+ property :encryption_info, as: 'encryptionInfo', class: Google::Apis::DatamanagerV1::EncryptionInfo, decorator: Google::Apis::DatamanagerV1::EncryptionInfo::Representation
476
+
477
+ collection :events, as: 'events', class: Google::Apis::DatamanagerV1::Event, decorator: Google::Apis::DatamanagerV1::Event::Representation
478
+
479
+ property :validate_only, as: 'validateOnly'
480
+ end
481
+ end
482
+
483
+ class IngestEventsResponse
484
+ # @private
485
+ class Representation < Google::Apis::Core::JsonRepresentation
486
+ property :request_id, as: 'requestId'
487
+ end
488
+ end
489
+
490
+ class IngestEventsStatus
491
+ # @private
492
+ class Representation < Google::Apis::Core::JsonRepresentation
493
+ property :record_count, :numeric_string => true, as: 'recordCount'
494
+ end
495
+ end
496
+
497
+ class IngestMobileDataStatus
498
+ # @private
499
+ class Representation < Google::Apis::Core::JsonRepresentation
500
+ property :mobile_id_count, :numeric_string => true, as: 'mobileIdCount'
501
+ property :record_count, :numeric_string => true, as: 'recordCount'
502
+ end
503
+ end
504
+
505
+ class IngestPairDataStatus
506
+ # @private
507
+ class Representation < Google::Apis::Core::JsonRepresentation
508
+ property :pair_id_count, :numeric_string => true, as: 'pairIdCount'
509
+ property :record_count, :numeric_string => true, as: 'recordCount'
510
+ end
511
+ end
512
+
513
+ class IngestUserDataStatus
514
+ # @private
515
+ class Representation < Google::Apis::Core::JsonRepresentation
516
+ property :record_count, :numeric_string => true, as: 'recordCount'
517
+ property :upload_match_rate_range, as: 'uploadMatchRateRange'
518
+ property :user_identifier_count, :numeric_string => true, as: 'userIdentifierCount'
519
+ end
520
+ end
521
+
522
+ class Item
523
+ # @private
524
+ class Representation < Google::Apis::Core::JsonRepresentation
525
+ property :merchant_product_id, as: 'merchantProductId'
526
+ property :quantity, :numeric_string => true, as: 'quantity'
527
+ property :unit_price, as: 'unitPrice'
528
+ end
529
+ end
530
+
531
+ class MobileData
532
+ # @private
533
+ class Representation < Google::Apis::Core::JsonRepresentation
534
+ collection :mobile_ids, as: 'mobileIds'
535
+ end
536
+ end
537
+
538
+ class PairData
539
+ # @private
540
+ class Representation < Google::Apis::Core::JsonRepresentation
541
+ collection :pair_ids, as: 'pairIds'
542
+ end
543
+ end
544
+
545
+ class ProductAccount
546
+ # @private
547
+ class Representation < Google::Apis::Core::JsonRepresentation
548
+ property :account_id, as: 'accountId'
549
+ property :account_type, as: 'accountType'
550
+ property :product, as: 'product'
551
+ end
552
+ end
553
+
554
+ class RemoveAudienceMembersRequest
555
+ # @private
556
+ class Representation < Google::Apis::Core::JsonRepresentation
557
+ collection :audience_members, as: 'audienceMembers', class: Google::Apis::DatamanagerV1::AudienceMember, decorator: Google::Apis::DatamanagerV1::AudienceMember::Representation
558
+
559
+ collection :destinations, as: 'destinations', class: Google::Apis::DatamanagerV1::Destination, decorator: Google::Apis::DatamanagerV1::Destination::Representation
560
+
561
+ property :encoding, as: 'encoding'
562
+ property :encryption_info, as: 'encryptionInfo', class: Google::Apis::DatamanagerV1::EncryptionInfo, decorator: Google::Apis::DatamanagerV1::EncryptionInfo::Representation
563
+
564
+ property :validate_only, as: 'validateOnly'
565
+ end
566
+ end
567
+
568
+ class RemoveAudienceMembersResponse
569
+ # @private
570
+ class Representation < Google::Apis::Core::JsonRepresentation
571
+ property :request_id, as: 'requestId'
572
+ end
573
+ end
574
+
575
+ class RemoveAudienceMembersStatus
576
+ # @private
577
+ class Representation < Google::Apis::Core::JsonRepresentation
578
+ property :mobile_data_removal_status, as: 'mobileDataRemovalStatus', class: Google::Apis::DatamanagerV1::RemoveMobileDataStatus, decorator: Google::Apis::DatamanagerV1::RemoveMobileDataStatus::Representation
579
+
580
+ property :pair_data_removal_status, as: 'pairDataRemovalStatus', class: Google::Apis::DatamanagerV1::RemovePairDataStatus, decorator: Google::Apis::DatamanagerV1::RemovePairDataStatus::Representation
581
+
582
+ property :user_data_removal_status, as: 'userDataRemovalStatus', class: Google::Apis::DatamanagerV1::RemoveUserDataStatus, decorator: Google::Apis::DatamanagerV1::RemoveUserDataStatus::Representation
583
+
584
+ end
585
+ end
586
+
587
+ class RemoveMobileDataStatus
588
+ # @private
589
+ class Representation < Google::Apis::Core::JsonRepresentation
590
+ property :mobile_id_count, :numeric_string => true, as: 'mobileIdCount'
591
+ property :record_count, :numeric_string => true, as: 'recordCount'
592
+ end
593
+ end
594
+
595
+ class RemovePairDataStatus
596
+ # @private
597
+ class Representation < Google::Apis::Core::JsonRepresentation
598
+ property :pair_id_count, :numeric_string => true, as: 'pairIdCount'
599
+ property :record_count, :numeric_string => true, as: 'recordCount'
600
+ end
601
+ end
602
+
603
+ class RemoveUserDataStatus
604
+ # @private
605
+ class Representation < Google::Apis::Core::JsonRepresentation
606
+ property :record_count, :numeric_string => true, as: 'recordCount'
607
+ property :user_identifier_count, :numeric_string => true, as: 'userIdentifierCount'
608
+ end
609
+ end
610
+
611
+ class RequestStatusPerDestination
612
+ # @private
613
+ class Representation < Google::Apis::Core::JsonRepresentation
614
+ property :audience_members_ingestion_status, as: 'audienceMembersIngestionStatus', class: Google::Apis::DatamanagerV1::IngestAudienceMembersStatus, decorator: Google::Apis::DatamanagerV1::IngestAudienceMembersStatus::Representation
615
+
616
+ property :audience_members_removal_status, as: 'audienceMembersRemovalStatus', class: Google::Apis::DatamanagerV1::RemoveAudienceMembersStatus, decorator: Google::Apis::DatamanagerV1::RemoveAudienceMembersStatus::Representation
617
+
618
+ property :destination, as: 'destination', class: Google::Apis::DatamanagerV1::Destination, decorator: Google::Apis::DatamanagerV1::Destination::Representation
619
+
620
+ property :error_info, as: 'errorInfo', class: Google::Apis::DatamanagerV1::ErrorInfo, decorator: Google::Apis::DatamanagerV1::ErrorInfo::Representation
621
+
622
+ property :events_ingestion_status, as: 'eventsIngestionStatus', class: Google::Apis::DatamanagerV1::IngestEventsStatus, decorator: Google::Apis::DatamanagerV1::IngestEventsStatus::Representation
623
+
624
+ property :request_status, as: 'requestStatus'
625
+ property :warning_info, as: 'warningInfo', class: Google::Apis::DatamanagerV1::WarningInfo, decorator: Google::Apis::DatamanagerV1::WarningInfo::Representation
626
+
627
+ end
628
+ end
629
+
630
+ class RetrieveRequestStatusResponse
631
+ # @private
632
+ class Representation < Google::Apis::Core::JsonRepresentation
633
+ collection :request_status_per_destination, as: 'requestStatusPerDestination', class: Google::Apis::DatamanagerV1::RequestStatusPerDestination, decorator: Google::Apis::DatamanagerV1::RequestStatusPerDestination::Representation
634
+
635
+ end
636
+ end
637
+
638
+ class TermsOfService
639
+ # @private
640
+ class Representation < Google::Apis::Core::JsonRepresentation
641
+ property :customer_match_terms_of_service_status, as: 'customerMatchTermsOfServiceStatus'
642
+ end
643
+ end
644
+
645
+ class UserData
646
+ # @private
647
+ class Representation < Google::Apis::Core::JsonRepresentation
648
+ collection :user_identifiers, as: 'userIdentifiers', class: Google::Apis::DatamanagerV1::UserIdentifier, decorator: Google::Apis::DatamanagerV1::UserIdentifier::Representation
649
+
650
+ end
651
+ end
652
+
653
+ class UserIdentifier
654
+ # @private
655
+ class Representation < Google::Apis::Core::JsonRepresentation
656
+ property :address, as: 'address', class: Google::Apis::DatamanagerV1::AddressInfo, decorator: Google::Apis::DatamanagerV1::AddressInfo::Representation
657
+
658
+ property :email_address, as: 'emailAddress'
659
+ property :phone_number, as: 'phoneNumber'
660
+ end
661
+ end
662
+
663
+ class UserProperties
664
+ # @private
665
+ class Representation < Google::Apis::Core::JsonRepresentation
666
+ property :customer_type, as: 'customerType'
667
+ property :customer_value_bucket, as: 'customerValueBucket'
668
+ end
669
+ end
670
+
671
+ class WarningCount
672
+ # @private
673
+ class Representation < Google::Apis::Core::JsonRepresentation
674
+ property :reason, as: 'reason'
675
+ property :record_count, :numeric_string => true, as: 'recordCount'
676
+ end
677
+ end
678
+
679
+ class WarningInfo
680
+ # @private
681
+ class Representation < Google::Apis::Core::JsonRepresentation
682
+ collection :warning_counts, as: 'warningCounts', class: Google::Apis::DatamanagerV1::WarningCount, decorator: Google::Apis::DatamanagerV1::WarningCount::Representation
683
+
684
+ end
685
+ end
686
+ end
687
+ end
688
+ end