Alert metadata.

interface AlertMetadata {
    alertId?: number;
    metadata?: Metadata[];
}

Properties

Properties

alertId?: number

The ID of the alert.

metadata?: Metadata[]

A list of metadata to be associated with the alert.