environments

@JvmName(name = "listEnvironmentsResponseEnvironment")
fun Flow<ListEnvironmentsResponse>.environments(): Flow<Environment>

This paginator transforms the flow returned by listEnvironmentsPaginated to access the nested member Environment

Return

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