grants

@JvmName(name = "listApplicationGrantsResponseGrantItem")
fun Flow<ListApplicationGrantsResponse>.grants(): Flow<GrantItem>

This paginator transforms the flow returned by listApplicationGrantsPaginated to access the nested member GrantItem

Return

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