A single group within the aggregation results, containing the group key and its associated count values.

Hierarchy

  • CaseAggregateGroup

Constructors

Properties

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
group: string

The value of the field being grouped on (for example, OPEN when grouping by status).

value: number[]

The count of cases in this group.

Generated using TypeDoc