relays

@JvmName(name = "listRelaysResponseRelay")
fun Flow<ListRelaysResponse>.relays(): Flow<Relay>

This paginator transforms the flow returned by listRelaysPaginated to access the nested member Relay

Return

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