@@ -249,14 +249,14 @@ @implementation GTLRAdExchangeBuyer_CreateOrdersResponse
249
249
//
250
250
251
251
@implementation GTLRAdExchangeBuyer_Creative
252
- @dynamic accountId, adChoicesDestinationUrl, advertiserId, advertiserName ,
253
- agencyId, apiUploadTimestamp, attribute, buyerCreativeId ,
254
- clickThroughUrl, corrections, creativeStatusIdentityType, dealsStatus ,
255
- detectedDomains, filteringReasons, height, HTMLSnippet ,
256
- impressionTrackingUrl, kind, languages, nativeAd, openAuctionStatus ,
257
- productCategories, restrictedCategories, sensitiveCategories ,
258
- servingRestrictions, vendorType, version, videoURL, videoVastXML ,
259
- width;
252
+ @dynamic accountId, adChoicesDestinationUrl, adTechnologyProviders ,
253
+ advertiserId, advertiserName, agencyId, apiUploadTimestamp, attribute,
254
+ buyerCreativeId, clickThroughUrl, corrections ,
255
+ creativeStatusIdentityType, dealsStatus, detectedDomains ,
256
+ filteringReasons, height, HTMLSnippet, impressionTrackingUrl, kind ,
257
+ languages, nativeAd, openAuctionStatus, productCategories ,
258
+ restrictedCategories, sensitiveCategories, servingRestrictions ,
259
+ vendorType, version, videoURL, videoVastXML, width;
260
260
261
261
+ (NSDictionary <NSString *, Class> *)arrayPropertyToClassMap {
262
262
NSDictionary <NSString *, Class > *map = @{
@@ -279,6 +279,24 @@ @implementation GTLRAdExchangeBuyer_Creative
279
279
@end
280
280
281
281
282
+ // ----------------------------------------------------------------------------
283
+ //
284
+ // GTLRAdExchangeBuyer_Creative_AdTechnologyProviders
285
+ //
286
+
287
+ @implementation GTLRAdExchangeBuyer_Creative_AdTechnologyProviders
288
+ @dynamic detectedProviderIds, hasUnidentifiedProvider;
289
+
290
+ + (NSDictionary <NSString *, Class> *)arrayPropertyToClassMap {
291
+ NSDictionary <NSString *, Class > *map = @{
292
+ @" detectedProviderIds" : [NSNumber class ]
293
+ };
294
+ return map;
295
+ }
296
+
297
+ @end
298
+
299
+
282
300
// ----------------------------------------------------------------------------
283
301
//
284
302
// GTLRAdExchangeBuyer_Creative_Corrections_Item
@@ -324,7 +342,7 @@ @implementation GTLRAdExchangeBuyer_Creative_FilteringReasons
324
342
@implementation GTLRAdExchangeBuyer_Creative_NativeAd
325
343
@dynamic advertiser, appIcon, body, callToAction, clickLinkUrl,
326
344
clickTrackingUrl, headline, image, impressionTrackingUrl, logo, price,
327
- starRating, store, videoURL;
345
+ starRating, videoURL;
328
346
329
347
+ (NSDictionary <NSString *, Class> *)arrayPropertyToClassMap {
330
348
NSDictionary <NSString *, Class > *map = @{
0 commit comments