GoogleAdsSearchads360V23CommonCalloutAsset constructor

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

Implementation

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