modelCardSummaries

@JvmName(name = "listModelCardsResponseModelCardSummary")
fun Flow<ListModelCardsResponse>.modelCardSummaries(): Flow<ModelCardSummary>

This paginator transforms the flow returned by listModelCardsPaginated to access the nested member ModelCardSummary

Return

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