GoogleAdsSearchads360V23ServicesListPlannableUserInterestsRequest constructor

GoogleAdsSearchads360V23ServicesListPlannableUserInterestsRequest({
  1. String? customerId,
  2. String? nameQuery,
  3. String? pathQuery,
  4. GoogleAdsSearchads360V23CommonAdditionalApplicationInfo? reachApplicationInfo,
  5. List<String>? userInterestTaxonomyTypes,
})

Implementation

GoogleAdsSearchads360V23ServicesListPlannableUserInterestsRequest({
  this.customerId,
  this.nameQuery,
  this.pathQuery,
  this.reachApplicationInfo,
  this.userInterestTaxonomyTypes,
});