indices

@JvmName(name = "listIndicesResponseIndex")
fun Flow<ListIndicesResponse>.indices(): Flow<Index>

This paginator transforms the flow returned by listIndicesPaginated to access the nested member Index

Return

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