imageVersionList

@JvmName(name = "listImagesResponseImageVersion")
fun Flow<ListImagesResponse>.imageVersionList(): Flow<ImageVersion>

This paginator transforms the flow returned by listImagesPaginated to access the nested member ImageVersion

Return

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