Used to represent an update in a relationship between an alert and an artifact.

interface AlertMetadataChange {
    alertId?: number;
    metadataChange?: MetadataChange;
}

Properties

alertId?: number

The ID of the alert.

metadataChange?: MetadataChange

The change that occurred to the metadata.