Contains information about the next page.

Constructors

Properties

after: string

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

link?: string

The link to the next 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;
    }[]