This type is used to define the requested data whenever the Skip API server asks for additional data to be gathered

Constructors

Properties

Constructors

Properties

codeName?: string

For SQL requests, this is a generated programmatic name that can be used to reference this particular item within a data context. The name will be unique within a given data context, generated by Skip.

description?: string

A description of the request, why it was requested, and what it is expected to provide

text: string

The text of the request - either a fully executable SQL statement or the name of a stored query

The type of request, as defined in the SkipDataRequestType type