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

    Interface PageOfChangelogs

    A page of changelogs.

    interface PageOfChangelogs {
        histories?: Version3Models.Changelog[];
        maxResults?: number;
        startAt?: number;
        total?: number;
    }
    Index

    Properties

    The list of changelogs.

    maxResults?: number

    The maximum number of results that could be on the page.

    startAt?: number

    The index of the first item returned on the page.

    total?: number

    The number of results on the page.