Refresh Schedule Schedule Schedule Frequency Args
data class RefreshScheduleScheduleScheduleFrequencyArgs(val interval: Output<String>, val refreshOnDay: Output<RefreshScheduleScheduleScheduleFrequencyRefreshOnDayArgs>? = null, val timeOfTheDay: Output<String>? = null, val timezone: Output<String>? = null) : ConvertibleToJava<RefreshScheduleScheduleScheduleFrequencyArgs>
Constructors
Link copied to clipboard
constructor(interval: Output<String>, refreshOnDay: Output<RefreshScheduleScheduleScheduleFrequencyRefreshOnDayArgs>? = null, timeOfTheDay: Output<String>? = null, timezone: Output<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.