AlertsResponse

data class 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

Constructors

AlertsResponse
Link copied to clipboard
fun AlertsResponse(totalAlerts: Int, alerts: List<Alert>)
The total number of alerts for the user including READ, UNREAD and DELETED

Properties

alerts
Link copied to clipboard
val alerts: List<Alert>
The list of alert responses
totalAlerts
Link copied to clipboard
val totalAlerts: Int
The total number of alerts for the user including READ, UNREAD and DELETED

Sources

jvm source
Link copied to clipboard