TimerTriggerResponse

data class TimerTriggerResponse(val name: String, val schedule: String, val status: String? = null)

The properties of a timer trigger.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the trigger.

Link copied to clipboard

The CRON expression for the task schedule

Link copied to clipboard
val status: String? = null

The current status of trigger.