Class BatchRowsQueryRequestDataAttributes

Attributes for a batch rows query request.

Hierarchy

  • BatchRowsQueryRequestDataAttributes

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
rowIds: string[]

List of row identifiers to query from the reference table.

tableId: string

Unique identifier of the reference table to query.

Generated using TypeDoc