invitations

@JvmName(name = "listInvitationsResponseInvitation")
fun Flow<ListInvitationsResponse>.invitations(): Flow<Invitation>

This paginator transforms the flow returned by listInvitationsPaginated to access the nested member Invitation

Return

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