The object describing a timeseries response.

Hierarchy

  • TimeseriesResponseAttributes

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

Array of response series. The index here corresponds to the index in the formulas or queries array from the request.

times?: number[]

Array of times, 1-1 match with individual values arrays.

values?: (null | number)[][]

Array of value-arrays. The index here corresponds to the index in the formulas or queries array from the request.

Generated using TypeDoc