UNPKG

@datadog/datadog-api-client

Version:
31 lines 784 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CaseAggregateResponse = void 0; /** * Response containing aggregated case counts grouped by the requested fields. */ class CaseAggregateResponse { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return CaseAggregateResponse.attributeTypeMap; } } exports.CaseAggregateResponse = CaseAggregateResponse; /** * @ignore */ CaseAggregateResponse.attributeTypeMap = { data: { baseName: "data", type: "CaseAggregateResponseData", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=CaseAggregateResponse.js.map