GoogleAdsSearchads360V23ResourcesCampaignAppCampaignSetting constructor

GoogleAdsSearchads360V23ResourcesCampaignAppCampaignSetting({
  1. String? appId,
  2. String? appStore,
  3. String? biddingStrategyGoalType,
})

Implementation

GoogleAdsSearchads360V23ResourcesCampaignAppCampaignSetting({
  this.appId,
  this.appStore,
  this.biddingStrategyGoalType,
});