GoogleAdsSearchads360V23ServicesListAudienceInsightsAttributesRequest constructor

GoogleAdsSearchads360V23ServicesListAudienceInsightsAttributesRequest({
  1. String? customerInsightsGroup,
  2. List<String>? dimensions,
  3. GoogleAdsSearchads360V23CommonAdditionalApplicationInfo? insightsApplicationInfo,
  4. List<GoogleAdsSearchads360V23CommonLocationInfo>? locationCountryFilters,
  5. String? queryText,
  6. GoogleAdsSearchads360V23CommonLocationInfo? youtubeReachLocation,
})

Implementation

GoogleAdsSearchads360V23ServicesListAudienceInsightsAttributesRequest({
  this.customerInsightsGroup,
  this.dimensions,
  this.insightsApplicationInfo,
  this.locationCountryFilters,
  this.queryText,
  this.youtubeReachLocation,
});