GoogleAdsSearchads360V23CommonLegacyResponsiveDisplayAdInfo constructor

GoogleAdsSearchads360V23CommonLegacyResponsiveDisplayAdInfo({
  1. String? accentColor,
  2. bool? allowFlexibleColor,
  3. String? businessName,
  4. String? callToActionText,
  5. String? description,
  6. String? formatSetting,
  7. String? logoImage,
  8. String? longHeadline,
  9. String? mainColor,
  10. String? marketingImage,
  11. String? pricePrefix,
  12. String? promoText,
  13. String? shortHeadline,
  14. String? squareLogoImage,
  15. String? squareMarketingImage,
})

Implementation

GoogleAdsSearchads360V23CommonLegacyResponsiveDisplayAdInfo({
  this.accentColor,
  this.allowFlexibleColor,
  this.businessName,
  this.callToActionText,
  this.description,
  this.formatSetting,
  this.logoImage,
  this.longHeadline,
  this.mainColor,
  this.marketingImage,
  this.pricePrefix,
  this.promoText,
  this.shortHeadline,
  this.squareLogoImage,
  this.squareMarketingImage,
});