GoogleAdsSearchads360V23ServicesGenerateRecommendationsRequest constructor

GoogleAdsSearchads360V23ServicesGenerateRecommendationsRequest({
  1. List<GoogleAdsSearchads360V23ServicesGenerateRecommendationsRequestAdGroupInfo>? adGroupInfo,
  2. String? advertisingChannelType,
  3. List<GoogleAdsSearchads360V23ServicesGenerateRecommendationsRequestAssetGroupInfo>? assetGroupInfo,
  4. GoogleAdsSearchads360V23ServicesGenerateRecommendationsRequestBiddingInfo? biddingInfo,
  5. GoogleAdsSearchads360V23ServicesGenerateRecommendationsRequestBudgetInfo? budgetInfo,
  6. int? campaignCallAssetCount,
  7. int? campaignImageAssetCount,
  8. int? campaignSitelinkCount,
  9. String? conversionTrackingStatus,
  10. List<String>? countryCodes,
  11. bool? isNewCustomer,
  12. List<String>? languageCodes,
  13. String? merchantCenterAccountId,
  14. List<String>? negativeLocationsIds,
  15. List<String>? positiveLocationsIds,
  16. List<String>? recommendationTypes,
  17. GoogleAdsSearchads360V23ServicesGenerateRecommendationsRequestSeedInfo? seedInfo,
  18. bool? targetContentNetwork,
  19. bool? targetPartnerSearchNetwork,
})

Implementation

GoogleAdsSearchads360V23ServicesGenerateRecommendationsRequest({
  this.adGroupInfo,
  this.advertisingChannelType,
  this.assetGroupInfo,
  this.biddingInfo,
  this.budgetInfo,
  this.campaignCallAssetCount,
  this.campaignImageAssetCount,
  this.campaignSitelinkCount,
  this.conversionTrackingStatus,
  this.countryCodes,
  this.isNewCustomer,
  this.languageCodes,
  this.merchantCenterAccountId,
  this.negativeLocationsIds,
  this.positiveLocationsIds,
  this.recommendationTypes,
  this.seedInfo,
  this.targetContentNetwork,
  this.targetPartnerSearchNetwork,
});