dashboardSummaryList

@JvmName(name = "listDashboardsResponseDashboardSummary")
fun Flow<ListDashboardsResponse>.dashboardSummaryList(): 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


@JvmName(name = "searchDashboardsResponseDashboardSummary")
fun Flow<SearchDashboardsResponse>.dashboardSummaryList(): Flow<DashboardSummary>

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

Return

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