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