UNPKG

@datadog/datadog-api-client

Version:
37 lines 1.01 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CaseAggregateResponseAttributes = void 0; /** * Attributes of the aggregation result, including the total count across all groups and the per-group breakdowns. */ class CaseAggregateResponseAttributes { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return CaseAggregateResponseAttributes.attributeTypeMap; } } exports.CaseAggregateResponseAttributes = CaseAggregateResponseAttributes; /** * @ignore */ CaseAggregateResponseAttributes.attributeTypeMap = { groups: { baseName: "groups", type: "Array<CaseAggregateGroup>", required: true, }, total: { baseName: "total", type: "number", required: true, format: "double", }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=CaseAggregateResponseAttributes.js.map