Data object containing the aggregation results, including total count and per-group breakdowns.

Hierarchy

  • CaseAggregateResponseData

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

Attributes of the aggregation result, including the total count across all groups and the per-group breakdowns.

id: string

Aggregate response identifier.

type: string

Aggregate resource type.

Generated using TypeDoc