rows

@JvmName(name = "listMetricsResponseRow")
fun Flow<ListMetricsResponse>.rows(): Flow<List<String>>

This paginator transforms the flow returned by listMetricsPaginated to access the nested member Row

Return

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