Links attributes.

Hierarchy

  • PowerpackResponseLinks

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
first?: string

Link to last page.

last?: string

Link to first page.

next?: string

Link for the next set of results.

prev?: string

Link for the previous set of results.

self?: string

Link to current page.

Generated using TypeDoc