GetScheduleResult

data class GetScheduleResult(val cronExpression: String? = null, val jobNames: List<String>? = null)

Constructors

Link copied to clipboard
constructor(cronExpression: String? = null, jobNames: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cronExpression: String? = null

Schedule cron

Link copied to clipboard
val jobNames: List<String>? = null

A list of jobs to be run, according to the schedule.