trialSummaries

@JvmName(name = "listTrialsResponseTrialSummary")
fun Flow<ListTrialsResponse>.trialSummaries(): Flow<TrialSummary>

This paginator transforms the flow returned by listTrialsPaginated to access the nested member TrialSummary

Return

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