GoogleAdsSearchads360V23CommonUnifiedSitelinkAsset constructor

GoogleAdsSearchads360V23CommonUnifiedSitelinkAsset({
  1. List<GoogleAdsSearchads360V23CommonAdScheduleInfo>? adScheduleTargets,
  2. String? description1,
  3. String? description2,
  4. String? endDate,
  5. String? linkText,
  6. bool? mobilePreferred,
  7. String? startDate,
  8. String? trackingId,
  9. bool? useSearcherTimeZone,
})

Implementation

GoogleAdsSearchads360V23CommonUnifiedSitelinkAsset({
  this.adScheduleTargets,
  this.description1,
  this.description2,
  this.endDate,
  this.linkText,
  this.mobilePreferred,
  this.startDate,
  this.trackingId,
  this.useSearcherTimeZone,
});