GoogleAdsSearchads360V23ServicesApplyRecommendationOperationCampaignBudgetParameters.fromJson constructor
GoogleAdsSearchads360V23ServicesApplyRecommendationOperationCampaignBudgetParameters.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23ServicesApplyRecommendationOperationCampaignBudgetParameters.fromJson(
core.Map json_,
) : this(
newBudgetAmountMicros: json_['newBudgetAmountMicros'] as core.String?,
);