Skip to main content
Version: Latest

DeliveryTime

type DeliveryTime {
dayOfWeek: Int
time: [LocalTime!]
timezone: TimeZone
}

Fields

DeliveryTime.dayOfWeek ● Int scalar

Day of the week, SUN - 0 , MON - 1 ....., SAT - 6, only for WEEKLY alert. @exposed(scopes: ['enterprise-only'])

DeliveryTime.time ● [LocalTime!] list scalar

Delivery time for alert, e.g., 07:00, 00:15, 14:00 DAILY - ["07:00", "00:15", "14:00"] @exposed(scopes: ['enterprise-only'])

DeliveryTime.timezone ● TimeZone enum

Timezone eg: IST, MST, PST, Asia/Singapore etc. @exposed(scopes: ['enterprise-only'])

Member of

AlertSetting object