policies

@JvmName(name = "listPoliciesResponsePolicy")
fun Flow<ListPoliciesResponse>.policies(): Flow<Policy>

This paginator transforms the flow returned by listPoliciesPaginated to access the nested member Policy

Return

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