GoogleAdsSearchads360V23CommonResponsiveSearchAdInfo constructor

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

Implementation

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