suites

@JvmName(name = "listSuitesResponseSuite")
fun Flow<ListSuitesResponse>.suites(): Flow<Suite>

This paginator transforms the flow returned by listSuitesPaginated to access the nested member Suite

Return

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