@squidcloud/client
    Preparing search index...

    Interface QueryMetricsResponseCommon

    Common structure for metric query responses.

    interface QueryMetricsResponseCommon {
        resultGroups: QueryMetricsResultGroup[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    resultGroups: QueryMetricsResultGroup[]

    Result of the metrics query. Contains only 1 element if groupByTags are empty, otherwise contains multiple results grouped by tags.