dashboardEntries

@JvmName(name = "listDashboardsResponseDashboardEntry")
fun Flow<ListDashboardsResponse>.dashboardEntries(): Flow<DashboardEntry>

This paginator transforms the flow returned by listDashboardsPaginated to access the nested member DashboardEntry

Return

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