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

    Interface GetServiceDesks

    interface GetServiceDesks {
        limit?: number;
        start?: number;
    }
    Index

    Properties

    Properties

    limit?: number

    The maximum number of items to return per page. Default: 100. See the Pagination section for more details.

    start?: number

    The starting index of the returned objects. Base index: 0. See the Pagination section for more details.