ScheduledAlertProperties
Properties for scheduled alerts (notification only)
TypeScript
export interface ScheduledAlertProperties extendsExtends
Properties
| Property | Type | Description |
|---|---|---|
| IncludeSuspendButton | boolean | When true, the scheduled notification includes a Suspend button |
Property Details
IncludeSuspendButton
When true, the scheduled notification includes a Suspend button
TypeScript
IncludeSuspendButton?: boolean;Property Value
boolean