A column containing the tag keys and values in a group.

Hierarchy

  • GroupScalarColumn

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
name?: string

The name of the tag key or group.

The type of column present for groups.

values?: string[][]

The array of tag values for each group found for the results of the formulas or queries.

Generated using TypeDoc