Represents a list of groups in the group response of the search response.

interface SearchResponseGroupResponseGroupList {
    groups: SearchResponseGroupResponseGroupListGroup[];
    matches: number;
}

Properties

Properties

matches: number