GoogleAdsSearchads360V23ServicesGenerateRecommendationsRequestSeedInfo constructor

GoogleAdsSearchads360V23ServicesGenerateRecommendationsRequestSeedInfo({
  1. List<String>? keywordSeeds,
  2. String? urlSeed,
})

Implementation

GoogleAdsSearchads360V23ServicesGenerateRecommendationsRequestSeedInfo({
  this.keywordSeeds,
  this.urlSeed,
});