imports

@JvmName(name = "listImportsResponseImportsListItem")
fun Flow<ListImportsResponse>.imports(): Flow<ImportsListItem>

This paginator transforms the flow returned by listImportsPaginated to access the nested member ImportsListItem

Return

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