Pagination metadata returned by the API.

Hierarchy

  • SearchSLOResponseMetaPage

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

The first number.

lastNumber?: number

The last number.

nextNumber?: number

The next number.

number?: number

The page number.

prevNumber?: number

The previous page number.

size?: number

The size of the response.

total?: number

The total number of SLOs in the response.

type?: string

Type of pagination.

Generated using TypeDoc