GoogleAdsSearchads360V23ServicesGenerateBenchmarksMetricsRequest constructor

GoogleAdsSearchads360V23ServicesGenerateBenchmarksMetricsRequest({
  1. GoogleAdsSearchads360V23CommonAdditionalApplicationInfo? applicationInfo,
  2. GoogleAdsSearchads360V23ServicesBenchmarksSource? benchmarksSource,
  3. String? currencyCode,
  4. String? customerBenchmarksGroup,
  5. GoogleAdsSearchads360V23CommonDateRange? dateRange,
  6. GoogleAdsSearchads360V23CommonLocationInfo? location,
  7. GoogleAdsSearchads360V23ServicesProductFilter? productFilter,
})

Implementation

GoogleAdsSearchads360V23ServicesGenerateBenchmarksMetricsRequest({
  this.applicationInfo,
  this.benchmarksSource,
  this.currencyCode,
  this.customerBenchmarksGroup,
  this.dateRange,
  this.location,
  this.productFilter,
});