rules

@JvmName(name = "listTopicRulesResponseTopicRuleListItem")
fun Flow<ListTopicRulesResponse>.rules(): Flow<TopicRuleListItem>

This paginator transforms the flow returned by listTopicRulesPaginated to access the nested member TopicRuleListItem

Return

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