plannedDates property

DateRange? plannedDates
getter/setter pair

The dates that the campaign is expected to run.

They are resolved relative to the parent advertiser's time zone. * The dates specified here will not affect serving. They are used to generate alerts and warnings. For example, if the flight date of any child insertion order is outside the range of these dates, the user interface will show a warning. * start_date is required and must be the current date or later. * end_date is optional. If specified, it must be the start_date or later. * Any specified date must be before the year 2037.

Required.

Implementation

DateRange? plannedDates;