dataTables

@JvmName(name = "searchDataTablesResponseDataTable")
fun Flow<SearchDataTablesResponse>.dataTables(): Flow<DataTable>

This paginator transforms the flow returned by searchDataTablesPaginated to access the nested member DataTable

Return

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