CronResponse

data class CronResponse(val expression: String? = null, val startTime: String? = null, val timeZone: String? = null)

The workflow trigger cron for ComputeStartStop schedule type.

Constructors

Link copied to clipboard
constructor(expression: String? = null, startTime: String? = null, timeZone: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val expression: String? = null

Required Specifies cron expression of schedule. The expression should follow NCronTab format.

Link copied to clipboard
val startTime: String? = null

The start time in yyyy-MM-ddTHH:mm:ss format.

Link copied to clipboard
val timeZone: String? = null

Specifies time zone in which the schedule runs. TimeZone should follow Windows time zone format. Refer: https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/default-time-zones?view=windows-11