Response object for collections of blog tags with pagination information.

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;
}[] = ...
discriminator: undefined | string = undefined

Methods