GoogleAdsSearchads360V23ResourcesAd constructor

GoogleAdsSearchads360V23ResourcesAd({
  1. bool? addedByGoogleAds,
  2. GoogleAdsSearchads360V23CommonAppAdInfo? appAd,
  3. GoogleAdsSearchads360V23CommonAppEngagementAdInfo? appEngagementAd,
  4. GoogleAdsSearchads360V23CommonAppPreRegistrationAdInfo? appPreRegistrationAd,
  5. GoogleAdsSearchads360V23CommonDemandGenCarouselAdInfo? demandGenCarouselAd,
  6. GoogleAdsSearchads360V23CommonDemandGenMultiAssetAdInfo? demandGenMultiAssetAd,
  7. GoogleAdsSearchads360V23CommonDemandGenProductAdInfo? demandGenProductAd,
  8. GoogleAdsSearchads360V23CommonDemandGenVideoResponsiveAdInfo? demandGenVideoResponsiveAd,
  9. String? devicePreference,
  10. GoogleAdsSearchads360V23CommonDisplayUploadAdInfo? displayUploadAd,
  11. String? displayUrl,
  12. GoogleAdsSearchads360V23CommonExpandedDynamicSearchAdInfo? expandedDynamicSearchAd,
  13. GoogleAdsSearchads360V23CommonExpandedTextAdInfo? expandedTextAd,
  14. List<GoogleAdsSearchads360V23CommonFinalAppUrl>? finalAppUrls,
  15. List<String>? finalMobileUrls,
  16. String? finalUrlSuffix,
  17. List<String>? finalUrls,
  18. GoogleAdsSearchads360V23CommonHotelAdInfo? hotelAd,
  19. String? id,
  20. GoogleAdsSearchads360V23CommonImageAdInfo? imageAd,
  21. GoogleAdsSearchads360V23CommonLegacyAppInstallAdInfo? legacyAppInstallAd,
  22. GoogleAdsSearchads360V23CommonLegacyResponsiveDisplayAdInfo? legacyResponsiveDisplayAd,
  23. GoogleAdsSearchads360V23CommonLocalAdInfo? localAd,
  24. String? name,
  25. GoogleAdsSearchads360V23CommonSearchAds360ProductAdInfo? productAd,
  26. String? resourceName,
  27. GoogleAdsSearchads360V23CommonResponsiveDisplayAdInfo? responsiveDisplayAd,
  28. GoogleAdsSearchads360V23CommonResponsiveSearchAdInfo? responsiveSearchAd,
  29. GoogleAdsSearchads360V23CommonSearchAds360ExpandedDynamicSearchAdInfo? searchAds360ExpandedDynamicSearchAd,
  30. GoogleAdsSearchads360V23CommonSearchAds360ExpandedTextAdInfo? searchAds360ExpandedTextAd,
  31. GoogleAdsSearchads360V23CommonSearchAds360ResponsiveSearchAdInfo? searchAds360ResponsiveSearchAd,
  32. GoogleAdsSearchads360V23CommonSearchAds360TextAdInfo? searchAds360TextAd,
  33. GoogleAdsSearchads360V23CommonShoppingComparisonListingAdInfo? shoppingComparisonListingAd,
  34. GoogleAdsSearchads360V23CommonShoppingProductAdInfo? shoppingProductAd,
  35. GoogleAdsSearchads360V23CommonShoppingSmartAdInfo? shoppingSmartAd,
  36. GoogleAdsSearchads360V23CommonSmartCampaignAdInfo? smartCampaignAd,
  37. GoogleAdsSearchads360V23CommonSyntheticContentInfo? syntheticContentInfo,
  38. String? systemManagedResourceSource,
  39. GoogleAdsSearchads360V23CommonTextAdInfo? textAd,
  40. String? trackingUrlTemplate,
  41. GoogleAdsSearchads360V23CommonTravelAdInfo? travelAd,
  42. String? type,
  43. List<GoogleAdsSearchads360V23CommonUrlCollection>? urlCollections,
  44. List<GoogleAdsSearchads360V23CommonCustomParameter>? urlCustomParameters,
})

Implementation

GoogleAdsSearchads360V23ResourcesAd({
  this.addedByGoogleAds,
  this.appAd,
  this.appEngagementAd,
  this.appPreRegistrationAd,
  this.demandGenCarouselAd,
  this.demandGenMultiAssetAd,
  this.demandGenProductAd,
  this.demandGenVideoResponsiveAd,
  this.devicePreference,
  this.displayUploadAd,
  this.displayUrl,
  this.expandedDynamicSearchAd,
  this.expandedTextAd,
  this.finalAppUrls,
  this.finalMobileUrls,
  this.finalUrlSuffix,
  this.finalUrls,
  this.hotelAd,
  this.id,
  this.imageAd,
  this.legacyAppInstallAd,
  this.legacyResponsiveDisplayAd,
  this.localAd,
  this.name,
  this.productAd,
  this.resourceName,
  this.responsiveDisplayAd,
  this.responsiveSearchAd,
  this.searchAds360ExpandedDynamicSearchAd,
  this.searchAds360ExpandedTextAd,
  this.searchAds360ResponsiveSearchAd,
  this.searchAds360TextAd,
  this.shoppingComparisonListingAd,
  this.shoppingProductAd,
  this.shoppingSmartAd,
  this.smartCampaignAd,
  this.syntheticContentInfo,
  this.systemManagedResourceSource,
  this.textAd,
  this.trackingUrlTemplate,
  this.travelAd,
  this.type,
  this.urlCollections,
  this.urlCustomParameters,
});