Refresh Schedule Schedule Schedule Frequency
data class RefreshScheduleScheduleScheduleFrequency(val interval: String, val refreshOnDay: RefreshScheduleScheduleScheduleFrequencyRefreshOnDay? = null, val timeOfTheDay: String? = null, val timezone: String? = null)
Constructors
Link copied to clipboard
constructor(interval: String, refreshOnDay: RefreshScheduleScheduleScheduleFrequencyRefreshOnDay? = null, timeOfTheDay: String? = null, timezone: String? = null)
Properties
Link copied to clipboard
The refresh on entity configuration for weekly or monthly schedules. See refresh_on_day.
Link copied to clipboard
The time of day that you want the dataset to refresh. This value is expressed in HH:MM
format. This field is not required for schedules that refresh hourly.