Class RUMOperationsListResponseMetaPage

Pagination metadata for a list of RUM operations.

Hierarchy

  • RUMOperationsListResponseMetaPage

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

The offset of the first page.

lastOffset?: number

The offset of the last page.

limit?: number

The pagination limit.

nextOffset?: number

The offset of the next page, if any.

offset?: number

The current offset.

prevOffset?: number

The offset of the previous page, if any.

total?: number

The total number of RUM operations matching the search.

type?: string

The type of pagination used.

Generated using TypeDoc