supersededAlerts property

List<String>? supersededAlerts
getter/setter pair

List of alert IDs superseded by this alert.

It is used to indicate that this alert is essentially extension of superseded alerts and we found the relationship after creating these alerts.

Implementation

core.List<core.String>? supersededAlerts;