GoogleAdsSearchads360V23CommonExpandedTextAdInfo constructor

GoogleAdsSearchads360V23CommonExpandedTextAdInfo({
  1. String? description,
  2. String? description2,
  3. String? headlinePart1,
  4. String? headlinePart2,
  5. String? headlinePart3,
  6. String? path1,
  7. String? path2,
})

Implementation

GoogleAdsSearchads360V23CommonExpandedTextAdInfo({
  this.description,
  this.description2,
  this.headlinePart1,
  this.headlinePart2,
  this.headlinePart3,
  this.path1,
  this.path2,
});