Class CollectionResponseWithTotalVersionPage

Response object for collections of page versions with pagination information.

Constructors

Properties

paging?: Paging
results: VersionPage[]

Collection of page versions.

total: number

Total number of page versions.

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

Methods