Class CollectionResponseWithTotalTagForwardPaging

Response object for collections of blog tags with pagination information.

Hierarchy

  • CollectionResponseWithTotalTagForwardPaging

Constructors

Properties

paging?: ForwardPaging
results: Tag[]

Collection of blog tags.

total: number

Total number of blog tags.

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