metricDatumList

@JvmName(name = "listMetricValuesResponseMetricDatum")
fun Flow<ListMetricValuesResponse>.metricDatumList(): Flow<MetricDatum>

This paginator transforms the flow returned by listMetricValuesPaginated to access the nested member MetricDatum

Return

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