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