GoogleAdsSearchads360V23ResourcesRecommendationKeywordRecommendationSearchTerm.fromJson constructor

GoogleAdsSearchads360V23ResourcesRecommendationKeywordRecommendationSearchTerm.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23ResourcesRecommendationKeywordRecommendationSearchTerm.fromJson(
  core.Map json_,
) : this(
      estimatedWeeklySearchCount:
          json_['estimatedWeeklySearchCount'] as core.String?,
      text: json_['text'] as core.String?,
    );