compatibleImages

@JvmName(name = "listCompatibleImagesResponseCompatibleImage")
fun Flow<ListCompatibleImagesResponse>.compatibleImages(): Flow<CompatibleImage>

This paginator transforms the flow returned by listCompatibleImagesPaginated to access the nested member CompatibleImage

Return

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