Pagination metadata for the entity context response.

Hierarchy

  • EntityContextPage

Constructors

Properties

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
nextToken: string

An opaque token to pass as page_token in a subsequent request to retrieve the next page of results. Empty when there are no more results.

Generated using TypeDoc