GoogleAdsSearchads360V23ServicesCampaignDuration constructor

GoogleAdsSearchads360V23ServicesCampaignDuration({
  1. GoogleAdsSearchads360V23CommonDateRange? dateRange,
  2. int? durationInDays,
})

Implementation

GoogleAdsSearchads360V23ServicesCampaignDuration({
  this.dateRange,
  this.durationInDays,
});