Hierarchy

  • TimeseriesResponseSeries

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

List of tags that apply to a single response value.

queryIndex?: number

The index of the query in the "formulas" array (or "queries" array if no "formulas" was specified).

unit?: (null | Unit)[]

Detailed information about the unit. The first element describes the "primary unit" (for example, bytes in bytes per second). The second element describes the "per unit" (for example, second in bytes per second). If the second element is not present, the API returns null.

Generated using TypeDoc