GoogleAdsSearchads360V23ServicesGenerateRecommendationsRequestAssetGroupInfo constructor

GoogleAdsSearchads360V23ServicesGenerateRecommendationsRequestAssetGroupInfo({
  1. List<String>? description,
  2. String? finalUrl,
  3. List<String>? headline,
})

Implementation

GoogleAdsSearchads360V23ServicesGenerateRecommendationsRequestAssetGroupInfo({
  this.description,
  this.finalUrl,
  this.headline,
});