startTimeOfDay

@JvmName(name = "xbyxlvmkfdjmbntd")
suspend fun startTimeOfDay(value: Output<TransferJobScheduleStartTimeOfDayArgs>)
@JvmName(name = "ucsmuhgpfbkbidpj")
suspend fun startTimeOfDay(value: TransferJobScheduleStartTimeOfDayArgs?)

Parameters

value

The time in UTC at which the transfer will be scheduled to start in a day. Transfers may start later than this time. If not specified, recurring and one-time transfers that are scheduled to run today will run immediately; recurring transfers that are scheduled to run on a future date will start at approximately midnight UTC on that date. Note that when configuring a transfer with the Cloud Platform Console, the transfer's start time in a day is specified in your local timezone. Structure documented below.


@JvmName(name = "jbiaquwqqgjlsjjl")
suspend fun startTimeOfDay(argument: suspend TransferJobScheduleStartTimeOfDayArgsBuilder.() -> Unit)

Parameters

argument

The time in UTC at which the transfer will be scheduled to start in a day. Transfers may start later than this time. If not specified, recurring and one-time transfers that are scheduled to run today will run immediately; recurring transfers that are scheduled to run on a future date will start at approximately midnight UTC on that date. Note that when configuring a transfer with the Cloud Platform Console, the transfer's start time in a day is specified in your local timezone. Structure documented below.