A page of changelogs.

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

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.