poolInfos

@JvmName(name = "listTapePoolsResponsePoolInfo")
fun Flow<ListTapePoolsResponse>.poolInfos(): Flow<PoolInfo>

This paginator transforms the flow returned by listTapePoolsPaginated to access the nested member PoolInfo

Return

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