V3EscalationPoliciesIncidentReminderRule
Last updated
Represents a rule for sending incident reminders.
import { V3EscalationPoliciesIncidentReminderRule } from "@solarwinds/squadcast-sdk-typescript/models";
let value: V3EscalationPoliciesIncidentReminderRule = {
via: [
"<value 1>",
"<value 2>",
"<value 3>",
],
timeInterval: 816183,
till: 670894,
};via
string[]
✔️
The notification methods to use for the reminder.
timeInterval
number
✔️
The interval in minutes at which to send the reminder.
till
number
✔️
The duration in minutes for which to send reminders.
Last updated