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