rules

@JvmName(name = "searchRulesResponseRuleSearchSummary")
fun Flow<SearchRulesResponse>.rules(): Flow<RuleSearchSummary>

This paginator transforms the flow returned by searchRulesPaginated to access the nested member RuleSearchSummary

Return

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