scheduleTime property

String? scheduleTime
getter/setter pair

A timestamp indicates when the next run will be scheduled.

The value is refreshed by the server after each run. If unspecified, it will default to current server time, which means the scan will be scheduled to start immediately.

Implementation

core.String? scheduleTime;