Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/jira/src/version2/models/pageString.ts>PageString

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface PageString
import { type PageString } from "https://deno.land/x/jira@v3.0.2/src/version2/models/pageString.ts";

A page of items.

Properties

optional
isLast: boolean

Whether this is the last page.

optional
maxResults: number

The maximum number of items that could be returned.

optional
nextPage: string

If there is another page of results, the URL of the next page.

optional
self: string

The URL of the page.

optional
startAt: number

The index of the first item returned.

optional
total: number

The number of items returned.

optional
values: string[]

The list of items.