safetyRules

@JvmName(name = "listSafetyRulesResponseRule")
fun Flow<ListSafetyRulesResponse>.safetyRules(): Flow<Rule>

This paginator transforms the flow returned by listSafetyRulesPaginated to access the nested member Rule

Return

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