GoogleAdsSearchads360V23CommonKeywordPlanHistoricalMetrics constructor

GoogleAdsSearchads360V23CommonKeywordPlanHistoricalMetrics({
  1. String? averageCpcMicros,
  2. String? avgMonthlySearches,
  3. String? competition,
  4. String? competitionIndex,
  5. String? highTopOfPageBidMicros,
  6. String? lowTopOfPageBidMicros,
  7. List<GoogleAdsSearchads360V23CommonMonthlySearchVolume>? monthlySearchVolumes,
})

Implementation

GoogleAdsSearchads360V23CommonKeywordPlanHistoricalMetrics({
  this.averageCpcMicros,
  this.avgMonthlySearches,
  this.competition,
  this.competitionIndex,
  this.highTopOfPageBidMicros,
  this.lowTopOfPageBidMicros,
  this.monthlySearchVolumes,
});