startTimeOfDay property

TimeOfDay? startTimeOfDay
getter/setter pair

The time in UTC that a transfer job is scheduled to run.

Transfers may start later than this time. If start_time_of_day is not specified: * One-time transfers run immediately. * Recurring transfers run immediately, and each day at midnight UTC, through schedule_end_date. If start_time_of_day is specified: * One-time transfers run at the specified time. * Recurring transfers run at the specified time each day, through schedule_end_date.

Implementation

TimeOfDay? startTimeOfDay;