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

    Interface PageWithCursorGetPlanResponseForPage

    interface PageWithCursorGetPlanResponseForPage {
        cursor?: string;
        last?: boolean;
        nextPageCursor?: string;
        size?: number;
        total?: number;
        values?: GetPlanResponseForPage[];
    }
    Index

    Properties

    cursor?: string
    last?: boolean
    nextPageCursor?: string
    size?: number
    total?: number
    values?: GetPlanResponseForPage[]