Pagination properties.

Hierarchy

  • IncidentResponseMetaPagination

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
nextOffset?: number

The index of the first element in the next page of results. Equal to page size added to the current offset.

offset?: number

The index of the first element in the results.

size?: number

Maximum size of pages to return.

Generated using TypeDoc