共用方式為


NotificationSettings interface

排程的通知設定。

屬性

emailRecipient

傳送通知給 (的電子郵件收件者可以是分號分隔的電子郵件地址清單,) 。

notificationLocale

針對不支援的語言傳送通知 (後援時,要使用的地區設定為 EN) 。

status

如果此排程已啟用通知, (即已啟用、已停用) 。

timeInMinutes

在事件傳送通知之前,以分鐘為單位的時間。

webhookUrl

將傳送通知的 Webhook URL。

屬性詳細資料

emailRecipient

傳送通知給 (的電子郵件收件者可以是分號分隔的電子郵件地址清單,) 。

emailRecipient?: string

屬性值

string

notificationLocale

針對不支援的語言傳送通知 (後援時,要使用的地區設定為 EN) 。

notificationLocale?: string

屬性值

string

status

如果此排程已啟用通知, (即已啟用、已停用) 。

status?: string

屬性值

string

timeInMinutes

在事件傳送通知之前,以分鐘為單位的時間。

timeInMinutes?: number

屬性值

number

webhookUrl

將傳送通知的 Webhook URL。

webhookUrl?: string

屬性值

string