GoogleAdsSearchads360V23CommonMonthlySearchVolume constructor

GoogleAdsSearchads360V23CommonMonthlySearchVolume({
  1. String? month,
  2. String? monthlySearches,
  3. String? year,
})

Implementation

GoogleAdsSearchads360V23CommonMonthlySearchVolume({
  this.month,
  this.monthlySearches,
  this.year,
});