GoogleAdsSearchads360V23ServicesGenerateAudienceOverlapInsightsRequest constructor

GoogleAdsSearchads360V23ServicesGenerateAudienceOverlapInsightsRequest({
  1. GoogleAdsSearchads360V23CommonLocationInfo? countryLocation,
  2. String? customerInsightsGroup,
  3. List<String>? dimensions,
  4. GoogleAdsSearchads360V23CommonAdditionalApplicationInfo? insightsApplicationInfo,
  5. GoogleAdsSearchads360V23CommonAudienceInsightsAttribute? primaryAttribute,
})

Implementation

GoogleAdsSearchads360V23ServicesGenerateAudienceOverlapInsightsRequest({
  this.countryLocation,
  this.customerInsightsGroup,
  this.dimensions,
  this.insightsApplicationInfo,
  this.primaryAttribute,
});