GoogleAdsSearchads360V23ResourcesRecommendationCampaignBudget constructor

GoogleAdsSearchads360V23ResourcesRecommendationCampaignBudget({
  1. String? currentAmountMicros,
  2. String? newStartDate,
  3. String? recommendedNewAmountMicros,
})

Implementation

GoogleAdsSearchads360V23ResourcesRecommendationCampaignBudget({
  this.currentAmountMicros,
  this.newStartDate,
  this.recommendedNewAmountMicros,
});