Data Transfer Config Schedule Options
data class DataTransferConfigScheduleOptions(val disableAutoScheduling: Boolean? = null, val endTime: String? = null, val startTime: String? = null)
Constructors
Link copied to clipboard
fun DataTransferConfigScheduleOptions(disableAutoScheduling: Boolean? = null, endTime: String? = null, startTime: String? = null)
Types
Properties
Link copied to clipboard
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. The time when a data transfer can be triggered manually is not limited by this option.