components

@JvmName(name = "listComponentsResponseComponentSummary")
fun Flow<ListComponentsResponse>.components(): Flow<ComponentSummary>

This paginator transforms the flow returned by listComponentsPaginated to access the nested member ComponentSummary

Return

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