GoogleAdsSearchads360V23CommonDemandGenMultiAssetAdInfo constructor

GoogleAdsSearchads360V23CommonDemandGenMultiAssetAdInfo({
  1. String? businessName,
  2. String? callToActionText,
  3. List<GoogleAdsSearchads360V23CommonAdTextAsset>? descriptions,
  4. List<GoogleAdsSearchads360V23CommonAdTextAsset>? headlines,
  5. List<GoogleAdsSearchads360V23CommonAdImageAsset>? logoImages,
  6. List<GoogleAdsSearchads360V23CommonAdImageAsset>? marketingImages,
  7. List<GoogleAdsSearchads360V23CommonAdImageAsset>? portraitMarketingImages,
  8. List<GoogleAdsSearchads360V23CommonAdImageAsset>? squareMarketingImages,
  9. List<GoogleAdsSearchads360V23CommonAdImageAsset>? tallPortraitMarketingImages,
})

Implementation

GoogleAdsSearchads360V23CommonDemandGenMultiAssetAdInfo({
  this.businessName,
  this.callToActionText,
  this.descriptions,
  this.headlines,
  this.logoImages,
  this.marketingImages,
  this.portraitMarketingImages,
  this.squareMarketingImages,
  this.tallPortraitMarketingImages,
});