GoogleAdsSearchads360V23ResourcesRecommendationShoppingAddProductsToCampaignRecommendation constructor

GoogleAdsSearchads360V23ResourcesRecommendationShoppingAddProductsToCampaignRecommendation({
  1. String? feedLabel,
  2. GoogleAdsSearchads360V23ResourcesRecommendationMerchantInfo? merchant,
  3. String? reason,
})

Implementation

GoogleAdsSearchads360V23ResourcesRecommendationShoppingAddProductsToCampaignRecommendation({
  this.feedLabel,
  this.merchant,
  this.reason,
});