GoogleAdsSearchads360V23CommonSearchAds360ResponsiveSearchAdInfo constructor

GoogleAdsSearchads360V23CommonSearchAds360ResponsiveSearchAdInfo({
  1. String? adTrackingId,
  2. List<GoogleAdsSearchads360V23CommonAdTextAsset>? descriptions,
  3. List<GoogleAdsSearchads360V23CommonAdTextAsset>? headlines,
  4. String? path1,
  5. String? path2,
})

Implementation

GoogleAdsSearchads360V23CommonSearchAds360ResponsiveSearchAdInfo({
  this.adTrackingId,
  this.descriptions,
  this.headlines,
  this.path1,
  this.path2,
});