GoogleAdsSearchads360V23ResourcesRecommendationCampaignBudgetRecommendation constructor
GoogleAdsSearchads360V23ResourcesRecommendationCampaignBudgetRecommendation({
- List<
GoogleAdsSearchads360V23ResourcesRecommendationCampaignBudgetRecommendationCampaignBudgetRecommendationOption> ? budgetOptions, - String? currentBudgetAmountMicros,
- String? recommendedBudgetAmountMicros,
Implementation
GoogleAdsSearchads360V23ResourcesRecommendationCampaignBudgetRecommendation({
this.budgetOptions,
this.currentBudgetAmountMicros,
this.recommendedBudgetAmountMicros,
});