DashboardRefreshSchedule

data class DashboardRefreshSchedule(val frequency: DashboardRefreshScheduleFrequencyProperties? = null, val status: DashboardRefreshScheduleStatus? = null, val timeOfDay: String? = null)

Configures the automatic refresh schedule for the dashboard. Includes the frequency unit (DAYS or HOURS) and value, as well as the status (ENABLED or DISABLED) of the refresh schedule.

Constructors

Link copied to clipboard
constructor(frequency: DashboardRefreshScheduleFrequencyProperties? = null, status: DashboardRefreshScheduleStatus? = null, timeOfDay: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The frequency at which you want the dashboard refreshed.

Link copied to clipboard

The status of the schedule. Supported values are ENABLED and DISABLED.

Link copied to clipboard
val timeOfDay: String? = null

StartTime of the automatic schedule refresh.