GoogleAdsSearchads360V23ResourcesCampaignShoppingSetting constructor

GoogleAdsSearchads360V23ResourcesCampaignShoppingSetting({
  1. List<String>? advertisingPartnerIds,
  2. int? campaignPriority,
  3. bool? disableProductFeed,
  4. bool? enableLocal,
  5. String? feedLabel,
  6. String? merchantId,
  7. bool? useVehicleInventory,
})

Implementation

GoogleAdsSearchads360V23ResourcesCampaignShoppingSetting({
  this.advertisingPartnerIds,
  this.campaignPriority,
  this.disableProductFeed,
  this.enableLocal,
  this.feedLabel,
  this.merchantId,
  this.useVehicleInventory,
});