Package version:

Collection of alerts.

interface AlertCollection {
    nextLink?: string;
    value?: Alert[];
}

Properties

Properties

nextLink?: string

The value of next link.

value?: Alert[]

The list of alerts.