GoogleAdsSearchads360V23ResourcesConversionGoalCampaignConfig constructor

GoogleAdsSearchads360V23ResourcesConversionGoalCampaignConfig({
  1. String? campaign,
  2. String? customConversionGoal,
  3. String? goalConfigLevel,
  4. String? resourceName,
  5. String? searchAds360CustomConversionGoal,
  6. String? searchAds360GoalConfigLevel,
})

Implementation

GoogleAdsSearchads360V23ResourcesConversionGoalCampaignConfig({
  this.campaign,
  this.customConversionGoal,
  this.goalConfigLevel,
  this.resourceName,
  this.searchAds360CustomConversionGoal,
  this.searchAds360GoalConfigLevel,
});