dataSources

@JvmName(name = "listDataSourcesResponseDataSource")
fun Flow<ListDataSourcesResponse>.dataSources(): Flow<DataSource>

This paginator transforms the flow returned by listDataSourcesPaginated to access the nested member DataSource

Return

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