Cursor-based pagination metadata for the history response.

Hierarchy

  • OwnershipHistoryPagination

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
hasMore: boolean

Whether more history entries are available beyond this page.

nextCursor?: string

An opaque, base64-encoded cursor token. Pass it as the cursor query parameter to retrieve the next page. Absent or null when there are no further pages.

Generated using TypeDoc