anomalies

@JvmName(name = "listAnomaliesResponseAnomaly")
fun Flow<ListAnomaliesResponse>.anomalies(): Flow<Anomaly>

This paginator transforms the flow returned by listAnomaliesPaginated to access the nested member Anomaly

Return

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