UNPKG

@datadog/datadog-api-client

Version:
36 lines 922 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CaseAggregateRequestData = void 0; /** * Data object wrapping the aggregation query type and attributes. */ class CaseAggregateRequestData { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return CaseAggregateRequestData.attributeTypeMap; } } exports.CaseAggregateRequestData = CaseAggregateRequestData; /** * @ignore */ CaseAggregateRequestData.attributeTypeMap = { attributes: { baseName: "attributes", type: "CaseAggregateRequestAttributes", required: true, }, type: { baseName: "type", type: "CaseAggregateResourceType", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=CaseAggregateRequestData.js.map