GoogleAdsSearchads360V23ServicesListInsightsEligibleDatesResponse constructor

GoogleAdsSearchads360V23ServicesListInsightsEligibleDatesResponse({
  1. List<String>? dataMonths,
  2. GoogleAdsSearchads360V23CommonDateRange? lastThirtyDays,
})

Implementation

GoogleAdsSearchads360V23ServicesListInsightsEligibleDatesResponse({
  this.dataMonths,
  this.lastThirtyDays,
});