webApps

@JvmName(name = "listWebAppsResponseListedWebApp")
fun Flow<ListWebAppsResponse>.webApps(): Flow<ListedWebApp>

This paginator transforms the flow returned by listWebAppsPaginated to access the nested member ListedWebApp

Return

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