pageResolutions

@JvmName(name = "listPageResolutionsResponseResolutionContact")
fun Flow<ListPageResolutionsResponse>.pageResolutions(): Flow<ResolutionContact>

This paginator transforms the flow returned by listPageResolutionsPaginated to access the nested member ResolutionContact

Return

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