endDate property

Date? endDate
getter/setter pair

The date on which to end the scheduled runs.

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

Implementation

Date? endDate;