dataGrantSummaries
This paginator transforms the flow returned by listDataGrantsPaginated to access the nested member DataGrantSummaryEntry
Return
A kotlinx.coroutines.flow.Flow that can collect DataGrantSummaryEntry
fun Flow<ListReceivedDataGrantsResponse>.dataGrantSummaries(): Flow<ReceivedDataGrantSummariesEntry>
This paginator transforms the flow returned by listReceivedDataGrantsPaginated to access the nested member ReceivedDataGrantSummariesEntry
Return
A kotlinx.coroutines.flow.Flow that can collect ReceivedDataGrantSummariesEntry