data class AlertSchedule(val cronExpression: String? = null, val dayOfWeek: Int? = null, val delay: Int? = null, val hour: Int? = null, val interval: String? = null, val runImmediately: Boolean? = null, val timeZone: String? = null, val type: String)