RefreshSchedule

The schedule for a dashboard refresh.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The frequency at which you want the dashboard refreshed.

Link copied to clipboard

Specifies whether the refresh schedule is enabled. Set the value to ENABLED to enable the refresh schedule, or to DISABLED to turn off the refresh schedule.

Link copied to clipboard

The time of day in UTC to run the schedule; for hourly only refer to minutes; default is 00:00.

Functions

Link copied to clipboard
inline fun copy(block: RefreshSchedule.Builder.() -> Unit = {}): RefreshSchedule
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String