The list of groups found in a search, including header text (Showing X of Y matching groups) and total of matched groups.

interface FoundGroups {
    groups?: Version3.Version3Models.FoundGroup[];
    header?: string;
    total?: number;
}

Properties

header?: string

Header text indicating the number of groups in the response and the total number of groups found in the search.

total?: number

The total number of groups found in the search.