startTime property

String? startTime
getter/setter pair

Specifies time to start scheduling transfer runs.

The first run will be scheduled at or after the start time according to a recurrence pattern defined in the schedule string. The start time can be changed at any moment.

Implementation

core.String? startTime;