Interface GroupsGetMembersFieldsResponse

interface GroupsGetMembersFieldsResponse {
    count: number;
    items: GroupsUserXtrRole[];
    next_from: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

count: number

Total members number

next_from: string

Encoded string for a next page

Generated using TypeDoc