Class CollectionResponseWithTotalPageForwardPaging

Response object for collections of pages with pagination information.

Constructors

Properties

paging?: ForwardPaging
results: Page[]

Collection of pages.

total: number

Total number of pages.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined

Methods