subjects

@JvmName(name = "listSubjectsResponseSubjectSummary")
fun Flow<ListSubjectsResponse>.subjects(): Flow<SubjectSummary>

This paginator transforms the flow returned by listSubjectsPaginated to access the nested member SubjectSummary

Return

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