startTime property

String? startTime
getter/setter pair

The first run of the task will be after this time.

If not specified, the task will run shortly after being submitted if ON_DEMAND and based on the schedule if RECURRING.

Optional.

Implementation

core.String? startTime;