serverInfos

@JvmName(name = "listServersResponseServerDetail")
fun Flow<ListServersResponse>.serverInfos(): Flow<ServerDetail>

This paginator transforms the flow returned by listServersPaginated to access the nested member ServerDetail

Return

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