sites

@JvmName(name = "getSitesResponseSite")
fun Flow<GetSitesResponse>.sites(): Flow<Site>

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

Return

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