Jira.js - Jira Cloud API library
    Preparing search index...

    Interface FoundGroups

    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?: Version3Models.FoundGroup[];
        header?: string;
        total?: number;
    }
    Index

    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.