A facet group containing counts broken down by the distinct values of a case field (for example, status or priority).

Hierarchy

  • CaseCountGroup

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 name of the field being grouped on (for example, status or priority).

groupValues: CaseCountGroupValue[]

Values within this group.

Generated using TypeDoc