GoogleAdsSearchads360V23ResourcesRecommendationTargetCpaOptInRecommendationTargetCpaOptInRecommendationOption constructor

GoogleAdsSearchads360V23ResourcesRecommendationTargetCpaOptInRecommendationTargetCpaOptInRecommendationOption({
  1. String? goal,
  2. GoogleAdsSearchads360V23ResourcesRecommendationRecommendationImpact? impact,
  3. String? requiredCampaignBudgetAmountMicros,
  4. String? targetCpaMicros,
})

Implementation

GoogleAdsSearchads360V23ResourcesRecommendationTargetCpaOptInRecommendationTargetCpaOptInRecommendationOption({
  this.goal,
  this.impact,
  this.requiredCampaignBudgetAmountMicros,
  this.targetCpaMicros,
});