Class DdsqlTabularQueryFetchRequestData

JSON:API resource object for a DDSQL tabular query fetch request.

Hierarchy

  • DdsqlTabularQueryFetchRequestData

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 describing which previously submitted DDSQL query to fetch.

JSON:API resource type for a DDSQL tabular query fetch request.

Generated using TypeDoc