Response object for collections of blog posts with pagination information.

Constructors

Properties

paging?: ForwardPaging
results: BlogPost[]

Collection of blog posts.

total: number

Total number of blog posts.

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

Methods