grants

@JvmName(name = "listGrantsResponseGrantListEntry")
fun Flow<ListGrantsResponse>.grants(): Flow<GrantListEntry>

This paginator transforms the flow returned by listGrantsPaginated to access the nested member GrantListEntry

Return

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


@JvmName(name = "listRetirableGrantsResponseGrantListEntry")
fun Flow<ListRetirableGrantsResponse>.grants(): Flow<GrantListEntry>

This paginator transforms the flow returned by listRetirableGrantsPaginated to access the nested member GrantListEntry

Return

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