The data object containing the resource type and attributes of the query response.

Hierarchy

  • QueryResponseData

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

Attributes of the query response, containing the matched records and total count.

id?: string

Unique identifier for the query response resource.

Query response resource type.

Generated using TypeDoc