requestedQuotas
fun Flow<ListRequestedServiceQuotaChangeHistoryResponse>.requestedQuotas(): Flow<RequestedServiceQuotaChange>
This paginator transforms the flow returned by listRequestedServiceQuotaChangeHistoryPaginated to access the nested member RequestedServiceQuotaChange
Return
A kotlinx.coroutines.flow.Flow that can collect RequestedServiceQuotaChange
fun Flow<ListRequestedServiceQuotaChangeHistoryByQuotaResponse>.requestedQuotas(): Flow<RequestedServiceQuotaChange>
This paginator transforms the flow returned by listRequestedServiceQuotaChangeHistoryByQuotaPaginated to access the nested member RequestedServiceQuotaChange
Return
A kotlinx.coroutines.flow.Flow that can collect RequestedServiceQuotaChange