dashboardSummaries

@JvmName(name = "listDashboardsResponseDashboardSummary")
fun Flow<ListDashboardsResponse>.dashboardSummaries(): Flow<DashboardSummary>

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

Return

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