dataGrantSummaries

@JvmName(name = "listDataGrantsResponseDataGrantSummaryEntry")
fun Flow<ListDataGrantsResponse>.dataGrantSummaries(): Flow<DataGrantSummaryEntry>

This paginator transforms the flow returned by listDataGrantsPaginated to access the nested member DataGrantSummaryEntry

Return

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


@JvmName(name = "listReceivedDataGrantsResponseReceivedDataGrantSummariesEntry")
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