executionTime property

TimeOfDay? executionTime
getter/setter pair

The time of day (in UTC) at which the query should run.

If left unspecified, the server picks an arbitrary time of day and runs the query at the same time each day.

Optional.

Implementation

TimeOfDay? executionTime;