GoogleAdsSearchads360V23ServicesSmartCampaignSuggestionInfo constructor

GoogleAdsSearchads360V23ServicesSmartCampaignSuggestionInfo({
  1. List<GoogleAdsSearchads360V23CommonAdScheduleInfo>? adSchedules,
  2. GoogleAdsSearchads360V23ServicesSmartCampaignSuggestionInfoBusinessContext? businessContext,
  3. String? businessProfileLocation,
  4. String? finalUrl,
  5. List<GoogleAdsSearchads360V23CommonKeywordThemeInfo>? keywordThemes,
  6. String? languageCode,
  7. GoogleAdsSearchads360V23ServicesSmartCampaignSuggestionInfoLocationList? locationList,
  8. GoogleAdsSearchads360V23CommonProximityInfo? proximity,
})

Implementation

GoogleAdsSearchads360V23ServicesSmartCampaignSuggestionInfo({
  this.adSchedules,
  this.businessContext,
  this.businessProfileLocation,
  this.finalUrl,
  this.keywordThemes,
  this.languageCode,
  this.locationList,
  this.proximity,
});