RefreshScheduleMap

data class RefreshScheduleMap(val refreshType: RefreshScheduleMapRefreshType? = null, val scheduleFrequency: RefreshScheduleMapScheduleFrequencyProperties? = null, val scheduleId: String? = null, val startAfterDateTime: String? = null)

Constructors

Link copied to clipboard
constructor(refreshType: RefreshScheduleMapRefreshType? = null, scheduleFrequency: RefreshScheduleMapScheduleFrequencyProperties? = null, scheduleId: String? = null, startAfterDateTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of refresh that a dataset undergoes. Valid values are as follows:

Link copied to clipboard

Information about the schedule frequency.

Link copied to clipboard
val scheduleId: String? = null

An unique identifier for the refresh schedule.

Link copied to clipboard

The date time after which refresh is to be scheduled