TimerTriggerDescriptorResponse

data class TimerTriggerDescriptorResponse(val scheduleOccurrence: String? = null, val timerTriggerName: String? = null)

Constructors

Link copied to clipboard
constructor(scheduleOccurrence: String? = null, timerTriggerName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The occurrence that triggered the run.

Link copied to clipboard

The timer trigger name that caused the run.