JSON:API resource object for a DDSQL tabular query response.

Hierarchy

  • DdsqlTabularQueryResponseData

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 a DDSQL tabular query response. query_id is set when state is running; columns is set when state is completed.

id: string

Stable identifier for the query response resource.

JSON:API resource type for a DDSQL tabular query response.

Generated using TypeDoc