GoogleAdsSearchads360V23ResourcesRecommendationShoppingOfferAttributeRecommendation constructor

GoogleAdsSearchads360V23ResourcesRecommendationShoppingOfferAttributeRecommendation({
  1. String? demotedOffersCount,
  2. String? feedLabel,
  3. GoogleAdsSearchads360V23ResourcesRecommendationMerchantInfo? merchant,
  4. String? offersCount,
})

Implementation

GoogleAdsSearchads360V23ResourcesRecommendationShoppingOfferAttributeRecommendation({
  this.demotedOffersCount,
  this.feedLabel,
  this.merchant,
  this.offersCount,
});