nextRunTime property

String? nextRunTime
getter/setter pair

Timestamp when this Schedule should schedule the next run.

Having a next_run_time in the past means the runs are being started behind schedule.

Output only.

Implementation

core.String? nextRunTime;