UNPKG

@datadog/datadog-api-client

Version:
40 lines 988 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UserJourneyFormulaCompute = void 0; /** * Compute configuration for User Journey formula queries. */ class UserJourneyFormulaCompute { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return UserJourneyFormulaCompute.attributeTypeMap; } } exports.UserJourneyFormulaCompute = UserJourneyFormulaCompute; /** * @ignore */ UserJourneyFormulaCompute.attributeTypeMap = { aggregation: { baseName: "aggregation", type: "FormulaAndFunctionEventAggregation", required: true, }, interval: { baseName: "interval", type: "number", format: "double", }, metric: { baseName: "metric", type: "UserJourneyFormulaComputeMetric", }, target: { baseName: "target", type: "UserJourneySearchTarget", }, }; //# sourceMappingURL=UserJourneyFormulaCompute.js.map