GoogleAdsSearchads360V23CommonDemandGenProductAdInfo constructor

GoogleAdsSearchads360V23CommonDemandGenProductAdInfo({
  1. String? breadcrumb1,
  2. String? breadcrumb2,
  3. GoogleAdsSearchads360V23CommonAdTextAsset? businessName,
  4. GoogleAdsSearchads360V23CommonAdCallToActionAsset? callToAction,
  5. GoogleAdsSearchads360V23CommonAdTextAsset? description,
  6. GoogleAdsSearchads360V23CommonAdTextAsset? headline,
  7. GoogleAdsSearchads360V23CommonAdImageAsset? logoImage,
})

Implementation

GoogleAdsSearchads360V23CommonDemandGenProductAdInfo({
  this.breadcrumb1,
  this.breadcrumb2,
  this.businessName,
  this.callToAction,
  this.description,
  this.headline,
  this.logoImage,
});