GoogleAdsSearchads360V23ServicesApplyRecommendationOperationForecastingSetTargetCpaParameters constructor

GoogleAdsSearchads360V23ServicesApplyRecommendationOperationForecastingSetTargetCpaParameters({
  1. String? campaignBudgetAmountMicros,
  2. String? targetCpaMicros,
})

Implementation

GoogleAdsSearchads360V23ServicesApplyRecommendationOperationForecastingSetTargetCpaParameters({
  this.campaignBudgetAmountMicros,
  this.targetCpaMicros,
});