sessions

@JvmName(name = "listSessionsResponseSessionSummary")
fun Flow<ListSessionsResponse>.sessions(): Flow<SessionSummary>

This paginator transforms the flow returned by listSessionsPaginated to access the nested member SessionSummary

Return

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


@JvmName(name = "listSessionsForWorkerResponseWorkerSessionSummary")
fun Flow<ListSessionsForWorkerResponse>.sessions(): Flow<WorkerSessionSummary>

This paginator transforms the flow returned by listSessionsForWorkerPaginated to access the nested member WorkerSessionSummary

Return

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