DataSourceScheduleConfiguration

data class DataSourceScheduleConfiguration(val schedule: String? = null, val timezone: String? = null)

The schedule of the data source runs.

Constructors

Link copied to clipboard
constructor(schedule: String? = null, timezone: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val schedule: String? = null

The schedule of the data source runs.

Link copied to clipboard
val timezone: String? = null

The timezone of the data source run.