UNPKG

@datadog/datadog-api-client

Version:
41 lines 1.03 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CaseAggregateResponseData = void 0; /** * Data object containing the aggregation results, including total count and per-group breakdowns. */ class CaseAggregateResponseData { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return CaseAggregateResponseData.attributeTypeMap; } } exports.CaseAggregateResponseData = CaseAggregateResponseData; /** * @ignore */ CaseAggregateResponseData.attributeTypeMap = { attributes: { baseName: "attributes", type: "CaseAggregateResponseAttributes", required: true, }, id: { baseName: "id", type: "string", required: true, }, type: { baseName: "type", type: "string", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=CaseAggregateResponseData.js.map