UNPKG

@datadog/datadog-api-client

Version:
32 lines 719 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RetentionCompute = void 0; /** * Compute configuration for retention queries. */ class RetentionCompute { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return RetentionCompute.attributeTypeMap; } } exports.RetentionCompute = RetentionCompute; /** * @ignore */ RetentionCompute.attributeTypeMap = { aggregation: { baseName: "aggregation", type: "EventsAggregation", required: true, }, metric: { baseName: "metric", type: "RetentionComputeMetric", required: true, }, }; //# sourceMappingURL=RetentionCompute.js.map