dataAccessors

@JvmName(name = "listDataAccessorsResponseDataAccessor")
fun Flow<ListDataAccessorsResponse>.dataAccessors(): Flow<DataAccessor>

This paginator transforms the flow returned by listDataAccessorsPaginated to access the nested member DataAccessor

Return

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