IntegrationScheduledTriggerProperties

data class IntegrationScheduledTriggerProperties(val dataPullMode: IntegrationScheduledTriggerPropertiesDataPullMode? = null, val firstExecutionFrom: Double? = null, val scheduleEndTime: Double? = null, val scheduleExpression: String, val scheduleOffset: Int? = null, val scheduleStartTime: Double? = null, val timezone: String? = null)

Constructors

Link copied to clipboard
fun IntegrationScheduledTriggerProperties(dataPullMode: IntegrationScheduledTriggerPropertiesDataPullMode? = null, firstExecutionFrom: Double? = null, scheduleEndTime: Double? = null, scheduleExpression: String, scheduleOffset: Int? = null, scheduleStartTime: Double? = null, timezone: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val scheduleEndTime: Double? = null
Link copied to clipboard
Link copied to clipboard
val scheduleOffset: Int? = null
Link copied to clipboard
Link copied to clipboard
val timezone: String? = null