Bucket values.

Hierarchy

  • CIAppTestsBucketResponse

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
by?: {
    [key: string]: any;
}

The key-value pairs for each group-by.

Type declaration

  • [key: string]: any
computes?: {
    [key: string]: CIAppAggregateBucketValue;
}

A map of the metric name to value for regular compute, or a list of values for a timeseries.

Type declaration

Generated using TypeDoc