RefreshScheduleScheduleScheduleFrequencyRefreshOnDay

data class RefreshScheduleScheduleScheduleFrequencyRefreshOnDay(val dayOfMonth: String? = null, val dayOfWeek: String? = null)

Constructors

constructor(dayOfMonth: String? = null, dayOfWeek: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dayOfMonth: String? = null

The day of the month that you want to schedule refresh on.

Link copied to clipboard
val dayOfWeek: String? = null

The day of the week that you want to schedule a refresh on. Valid values are SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY and SATURDAY.