sites

@JvmName(name = "listSitesResponseSite")
fun Flow<ListSitesResponse>.sites(): Flow<Site>

This paginator transforms the flow returned by listSitesPaginated to access the nested member Site

Return

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