imageIds

@JvmName(name = "listImagesResponseImageIdentifier")
fun Flow<ListImagesResponse>.imageIds(): Flow<ImageIdentifier>

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

Return

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