Nakama .NET Client SDK 3.8.0
Nakama .NET Client SDK
Loading...
Searching...
No Matches
Nakama.IApiGroupUserList Interface Reference

A list of users belonging to a group, along with their role. More...

Inherited by Nakama.ApiGroupUserList.

Properties

string Cursor [get]
 Cursor for the next page of results, if any.
 
IEnumerable< IGroupUserListGroupUserGroupUsers [get]
 User-role pairs for a group.
 

Detailed Description

A list of users belonging to a group, along with their role.

Property Documentation

◆ Cursor

string Nakama.IApiGroupUserList.Cursor
get

Cursor for the next page of results, if any.

◆ GroupUsers

IEnumerable<IGroupUserListGroupUser> Nakama.IApiGroupUserList.GroupUsers
get

User-role pairs for a group.


The documentation for this interface was generated from the following file: