interface ListGroupsResponse {
    groups: Group[];
    totalCount: number;
}

Properties

Properties

groups: Group[]

List of groups.

totalCount: number

Total count of groups.