JobTimeConfig

data class JobTimeConfig(val calendar: String? = null, val dataOffset: Int? = null, val timeExpression: String? = null, val timeType: Int)

Constructors

Link copied to clipboard
constructor(calendar: String? = null, dataOffset: Int? = null, timeExpression: String? = null, timeType: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val calendar: String? = null

The cron type can optionally fill in a custom calendar.

Link copied to clipboard
val dataOffset: Int? = null

Cron type can choose time offset, unit s.

Link copied to clipboard
val timeExpression: String? = null

Time expressions. Currently, the following types of time expressions are supported:

Link copied to clipboard

Time configuration type. Currently, the following time types are supported: