GoogleAdsSearchads360V23ResourcesRecommendationShoppingFixDisapprovedProductsRecommendation constructor

GoogleAdsSearchads360V23ResourcesRecommendationShoppingFixDisapprovedProductsRecommendation({
  1. String? disapprovedProductsCount,
  2. String? feedLabel,
  3. GoogleAdsSearchads360V23ResourcesRecommendationMerchantInfo? merchant,
  4. String? productsCount,
})

Implementation

GoogleAdsSearchads360V23ResourcesRecommendationShoppingFixDisapprovedProductsRecommendation({
  this.disapprovedProductsCount,
  this.feedLabel,
  this.merchant,
  this.productsCount,
});