records

@JvmName(name = "getUsageStatisticsResponseUsageRecord")
fun Flow<GetUsageStatisticsResponse>.records(): Flow<UsageRecord>

This paginator transforms the flow returned by getUsageStatisticsPaginated to access the nested member UsageRecord

Return

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