GoogleAdsSearchads360V23CommonMonthlySearchVolume.fromJson constructor

GoogleAdsSearchads360V23CommonMonthlySearchVolume.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23CommonMonthlySearchVolume.fromJson(core.Map json_)
  : this(
      month: json_['month'] as core.String?,
      monthlySearches: json_['monthlySearches'] as core.String?,
      year: json_['year'] as core.String?,
    );