Contains information about the previous page.

Constructors

Properties

before: string

The cursor token value to get the previous set of results. Use this value as query parameter (&before=...) to obtain the previous page.

link?: string

The link to the previous page.

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

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]