dateInterval property

String? dateInterval
getter/setter pair

A future date range relative to the current date used for forecasting. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : The value is unknown in this version.
  • "NEXT_WEEK" : The next week date range for keyword plan. The next week is based on the default locale of the user's account and is mostly SUN-SAT or MON-SUN. This can be different from next-7 days.
  • "NEXT_MONTH" : The next month date range for keyword plan.
  • "NEXT_QUARTER" : The next quarter date range for keyword plan.

Implementation

core.String? dateInterval;