GoogleAdsSearchads360V23ServicesGenerateKeywordHistoricalMetricsResponse constructor

GoogleAdsSearchads360V23ServicesGenerateKeywordHistoricalMetricsResponse({
  1. GoogleAdsSearchads360V23CommonKeywordPlanAggregateMetricResults? aggregateMetricResults,
  2. List<GoogleAdsSearchads360V23ServicesGenerateKeywordHistoricalMetricsResult>? results,
})

Implementation

GoogleAdsSearchads360V23ServicesGenerateKeywordHistoricalMetricsResponse({
  this.aggregateMetricResults,
  this.results,
});