GoogleAdsSearchads360V23ServicesApplyRecommendationOperationTargetCpaOptInParameters constructor

GoogleAdsSearchads360V23ServicesApplyRecommendationOperationTargetCpaOptInParameters({
  1. String? newCampaignBudgetAmountMicros,
  2. String? targetCpaMicros,
})

Implementation

GoogleAdsSearchads360V23ServicesApplyRecommendationOperationTargetCpaOptInParameters({
  this.newCampaignBudgetAmountMicros,
  this.targetCpaMicros,
});