GoogleAdsSearchads360V23CommonSearchAds360ExpandedTextAdInfo constructor

GoogleAdsSearchads360V23CommonSearchAds360ExpandedTextAdInfo({
  1. String? adTrackingId,
  2. String? description1,
  3. String? description2,
  4. String? headline,
  5. String? headline2,
  6. String? headline3,
  7. String? path1,
  8. String? path2,
})

Implementation

GoogleAdsSearchads360V23CommonSearchAds360ExpandedTextAdInfo({
  this.adTrackingId,
  this.description1,
  this.description2,
  this.headline,
  this.headline2,
  this.headline3,
  this.path1,
  this.path2,
});