Refresh Schedule Schedule
data class RefreshScheduleSchedule(val refreshType: String, val scheduleFrequency: RefreshScheduleScheduleScheduleFrequency? = null, val startAfterDateTime: String? = null)
Constructors
Link copied to clipboard
constructor(refreshType: String, scheduleFrequency: RefreshScheduleScheduleScheduleFrequency? = null, startAfterDateTime: String? = null)
Properties
Link copied to clipboard
The type of refresh that the dataset undergoes. Valid values are INCREMENTAL_REFRESH
and FULL_REFRESH
.
Link copied to clipboard
The configuration of the schedule frequency. See schedule_frequency.
Link copied to clipboard
Time after which the refresh schedule can be started, expressed in YYYY-MM-DDTHH:MM:SS
format.