applications

@JvmName(name = "listApplicationsResponseApplication")
fun Flow<ListApplicationsResponse>.applications(): Flow<Application>

This paginator transforms the flow returned by listApplicationsPaginated to access the nested member Application

Return

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