collaborationList

@JvmName(name = "listCollaborationsResponseCollaborationSummary")
fun Flow<ListCollaborationsResponse>.collaborationList(): Flow<CollaborationSummary>

This paginator transforms the flow returned by listCollaborationsPaginated to access the nested member CollaborationSummary

Return

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