A page of changelogs.

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

Properties

histories?: Changelog[]

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.