GoogleAdsSearchads360V23CommonUnifiedCallAsset constructor

GoogleAdsSearchads360V23CommonUnifiedCallAsset({
  1. List<GoogleAdsSearchads360V23CommonAdScheduleInfo>? adScheduleTargets,
  2. String? callConversionAction,
  3. String? callConversionReportingState,
  4. bool? callOnly,
  5. bool? callTrackingEnabled,
  6. String? countryCode,
  7. String? endDate,
  8. String? phoneNumber,
  9. String? startDate,
  10. bool? useSearcherTimeZone,
})

Implementation

GoogleAdsSearchads360V23CommonUnifiedCallAsset({
  this.adScheduleTargets,
  this.callConversionAction,
  this.callConversionReportingState,
  this.callOnly,
  this.callTrackingEnabled,
  this.countryCode,
  this.endDate,
  this.phoneNumber,
  this.startDate,
  this.useSearcherTimeZone,
});