GoogleAdsSearchads360V23ResourcesRecommendationCampaignBudget.fromJson constructor
GoogleAdsSearchads360V23ResourcesRecommendationCampaignBudget.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23ResourcesRecommendationCampaignBudget.fromJson(
core.Map json_,
) : this(
currentAmountMicros: json_['currentAmountMicros'] as core.String?,
newStartDate: json_['newStartDate'] as core.String?,
recommendedNewAmountMicros:
json_['recommendedNewAmountMicros'] as core.String?,
);