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

    Interface PageOfComments

    A page of comments.

    interface PageOfComments {
        comments?: Version3Models.Comment[];
        maxResults?: number;
        startAt?: number;
        total?: number;
    }
    Index

    Properties

    comments?: Version3Models.Comment[]

    The list of comments.

    maxResults?: number

    The maximum number of items that could be returned.

    startAt?: number

    The index of the first item returned.

    total?: number

    The number of items returned.