componentVersions

@JvmName(name = "listComponentVersionsResponseComponentVersionListItem")
fun Flow<ListComponentVersionsResponse>.componentVersions(): Flow<ComponentVersionListItem>

This paginator transforms the flow returned by listComponentVersionsPaginated to access the nested member ComponentVersionListItem

Return

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