alerts

@JvmName(name = "listAlertsResponseChannelAlert")
fun Flow<ListAlertsResponse>.alerts(): Flow<ChannelAlert>

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

Return

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


@JvmName(name = "listClusterAlertsResponseClusterAlert")
fun Flow<ListClusterAlertsResponse>.alerts(): Flow<ClusterAlert>

This paginator transforms the flow returned by listClusterAlertsPaginated to access the nested member ClusterAlert

Return

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


@JvmName(name = "listMultiplexAlertsResponseMultiplexAlert")
fun Flow<ListMultiplexAlertsResponse>.alerts(): Flow<MultiplexAlert>

This paginator transforms the flow returned by listMultiplexAlertsPaginated to access the nested member MultiplexAlert

Return

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