RefreshSchedule¶
Structure Class¶
RefreshSchedule
dataclass
¶
The schedule for a dashboard refresh.
Attributes¶
frequency
class-attribute
instance-attribute
¶
frequency: RefreshScheduleFrequency | None = None
The frequency at which you want the dashboard refreshed.
status
class-attribute
instance-attribute
¶
status: RefreshScheduleStatus | None = None
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.