AboutSupportDeveloper GuideVersion 2.0.0

Entity type for an alert.

interface Alert {
    active?: boolean;
    conditions?: AlertCondition[];
    expiry?: string;
    frequency?: "ONCE_PER_DAY";
    id?: string;
    note?: string;
    revision?: number;
    source?: {
        sourceId?: string;
    }[];
    timeRange?: AlertTimeRange;
}

Properties

active?: boolean
conditions?: AlertCondition[]
expiry?: string
frequency?: "ONCE_PER_DAY"
id?: string
note?: string
revision?: number
source?: {
    sourceId?: string;
}[]

Type declaration

  • Optional sourceId?: string
timeRange?: AlertTimeRange

Generated using TypeDoc