totals

@JvmName(name = "listUsageTotalsResponseUsageTotal")
fun Flow<ListUsageTotalsResponse>.totals(): Flow<UsageTotal>

This paginator transforms the flow returned by listUsageTotalsPaginated to access the nested member UsageTotal

Return

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