startDate property

Date? startDate
getter/setter pair

The date on which to begin the scheduled runs.

This field is required if frequency is not set to ONE_TIME. Otherwise, it will be ignored.

Implementation

Date? startDate;