ruleSets

@JvmName(name = "listRuleSetsResponseRuleSet")
fun Flow<ListRuleSetsResponse>.ruleSets(): Flow<RuleSet>

This paginator transforms the flow returned by listRuleSetsPaginated to access the nested member RuleSet

Return

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