Metadata returned alongside the entity context response.

Hierarchy

  • EntityContextResponseMeta

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

Pagination metadata for the entity context response.

totalCount: number

The total number of entities matching the query, irrespective of pagination.

Generated using TypeDoc