GoogleAdsSearchads360V23CommonYearMonth.fromJson constructor

GoogleAdsSearchads360V23CommonYearMonth.fromJson(
  1. Map json_
)

Implementation

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