dashboards

@JvmName(name = "listDashboardsResponseDashboardReference")
fun Flow<ListDashboardsResponse>.dashboards(): Flow<DashboardReference>

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

Return

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