GoogleAdsSearchads360V23CommonCallAsset constructor

GoogleAdsSearchads360V23CommonCallAsset({
  1. List<GoogleAdsSearchads360V23CommonAdScheduleInfo>? adScheduleTargets,
  2. String? callConversionAction,
  3. String? callConversionReportingState,
  4. String? countryCode,
  5. String? phoneNumber,
})

Implementation

GoogleAdsSearchads360V23CommonCallAsset({
  this.adScheduleTargets,
  this.callConversionAction,
  this.callConversionReportingState,
  this.countryCode,
  this.phoneNumber,
});