items

@JvmName(name = "listAlertsResponseAlert")
fun Flow<ListAlertsResponse>.items(): Flow<Alert>

This paginator transforms the flow returned by listAlertsPaginated to access the nested member Alert

Return

A kotlinx.coroutines.flow.Flow that can collect Alert