GoogleAdsSearchads360V23CommonUnifiedCalloutAsset constructor

GoogleAdsSearchads360V23CommonUnifiedCalloutAsset({
  1. List<GoogleAdsSearchads360V23CommonAdScheduleInfo>? adScheduleTargets,
  2. String? calloutText,
  3. String? endDate,
  4. String? startDate,
  5. bool? useSearcherTimeZone,
})

Implementation

GoogleAdsSearchads360V23CommonUnifiedCalloutAsset({
  this.adScheduleTargets,
  this.calloutText,
  this.endDate,
  this.startDate,
  this.useSearcherTimeZone,
});