rules

@JvmName(name = "listRulesResponseRuleSummary")
fun Flow<ListRulesResponse>.rules(): Flow<RuleSummary>

This paginator transforms the flow returned by listRulesPaginated to access the nested member RuleSummary

Return

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