tableList

@JvmName(name = "searchTablesByLfTagsResponseTaggedTable")
fun Flow<SearchTablesByLfTagsResponse>.tableList(): Flow<TaggedTable>

This paginator transforms the flow returned by searchTablesByLfTagsPaginated to access the nested member TaggedTable

Return

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