GoogleAdsSearchads360V23ServicesApplyRecommendationOperationForecastingSetTargetRoasParameters constructor

GoogleAdsSearchads360V23ServicesApplyRecommendationOperationForecastingSetTargetRoasParameters({
  1. String? campaignBudgetAmountMicros,
  2. double? targetRoas,
})

Implementation

GoogleAdsSearchads360V23ServicesApplyRecommendationOperationForecastingSetTargetRoasParameters({
  this.campaignBudgetAmountMicros,
  this.targetRoas,
});