Response object for collections of blog authors with pagination information.

Constructors

Properties

paging?: ForwardPaging
results: BlogAuthor[]

Collection of blog authors.

total: number

Total number of blog authors.

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

Methods