fileShareInfoList

@JvmName(name = "listFileSharesResponseFileShareInfo")
fun Flow<ListFileSharesResponse>.fileShareInfoList(): Flow<FileShareInfo>

This paginator transforms the flow returned by listFileSharesPaginated to access the nested member FileShareInfo

Return

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