AlertsResponse

fun AlertsResponse(totalAlerts: Int, alerts: List<Alert>)

Parameters

totalAlerts

The total number of alerts for the user including READ, UNREAD and DELETED

alerts

The list of alert responses

Sources

jvm source
Link copied to clipboard