RefreshScheduleScheduleScheduleFrequency

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The interval between scheduled refreshes. Valid values are MINUTE15, MINUTE30, HOURLY, DAILY, WEEKLY and MONTHLY.

Link copied to clipboard

The refresh on entity configuration for weekly or monthly schedules. See refresh_on_day.

Link copied to clipboard
val timeOfTheDay: String? = null

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.

Link copied to clipboard
val timezone: String? = null

The timezone that you want the refresh schedule to use.