GoogleAdsSearchads360V23CommonHistoricalMetricsOptions constructor

GoogleAdsSearchads360V23CommonHistoricalMetricsOptions({
  1. bool? includeAverageCpc,
  2. GoogleAdsSearchads360V23CommonYearMonthRange? yearMonthRange,
})

Implementation

GoogleAdsSearchads360V23CommonHistoricalMetricsOptions({
  this.includeAverageCpc,
  this.yearMonthRange,
});