GoogleAdsSearchads360V23ResourcesRecommendationRaiseTargetCpaRecommendation.fromJson constructor
GoogleAdsSearchads360V23ResourcesRecommendationRaiseTargetCpaRecommendation.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23ResourcesRecommendationRaiseTargetCpaRecommendation.fromJson(
core.Map json_,
) : this(
appBiddingGoal: json_['appBiddingGoal'] as core.String?,
targetAdjustment: json_.containsKey('targetAdjustment')
? GoogleAdsSearchads360V23ResourcesRecommendationTargetAdjustmentInfo.fromJson(
json_['targetAdjustment']
as core.Map<core.String, core.dynamic>,
)
: null,
);