configList

@JvmName(name = "listConfigsResponseConfigListItem")
fun Flow<ListConfigsResponse>.configList(): Flow<ConfigListItem>

This paginator transforms the flow returned by listConfigsPaginated to access the nested member ConfigListItem

Return

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