webExperiences

@JvmName(name = "listWebExperiencesResponseWebExperience")
fun Flow<ListWebExperiencesResponse>.webExperiences(): Flow<WebExperience>

This paginator transforms the flow returned by listWebExperiencesPaginated to access the nested member WebExperience

Return

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