Class CollectionResponseWithTotalBlogAuthorForwardPaging

Response object for collections of blog authors with pagination information.

Hierarchy

  • CollectionResponseWithTotalBlogAuthorForwardPaging

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;
}[] = ...

Type declaration

  • baseName: string
  • format: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

Generated using TypeDoc