GoogleAdsSearchads360V23ServicesGenerateKeywordHistoricalMetricsRequest constructor

GoogleAdsSearchads360V23ServicesGenerateKeywordHistoricalMetricsRequest({
  1. GoogleAdsSearchads360V23CommonKeywordPlanAggregateMetrics? aggregateMetrics,
  2. List<String>? geoTargetConstants,
  3. GoogleAdsSearchads360V23CommonHistoricalMetricsOptions? historicalMetricsOptions,
  4. bool? includeAdultKeywords,
  5. String? keywordPlanNetwork,
  6. List<String>? keywords,
  7. String? language,
})

Implementation

GoogleAdsSearchads360V23ServicesGenerateKeywordHistoricalMetricsRequest({
  this.aggregateMetrics,
  this.geoTargetConstants,
  this.historicalMetricsOptions,
  this.includeAdultKeywords,
  this.keywordPlanNetwork,
  this.keywords,
  this.language,
});