anomalySubscriptions

@JvmName(name = "getAnomalySubscriptionsResponseAnomalySubscription")
fun Flow<GetAnomalySubscriptionsResponse>.anomalySubscriptions(): Flow<AnomalySubscription>

This paginator transforms the flow returned by getAnomalySubscriptionsPaginated to access the nested member AnomalySubscription

Return

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