UNPKG

@datadog/datadog-api-client

Version:
43 lines 1.01 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UserJourneySearchGraphFilter = void 0; /** * Graph filter for user journey search. */ class UserJourneySearchGraphFilter { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return UserJourneySearchGraphFilter.attributeTypeMap; } } exports.UserJourneySearchGraphFilter = UserJourneySearchGraphFilter; /** * @ignore */ UserJourneySearchGraphFilter.attributeTypeMap = { name: { baseName: "name", type: "string", }, operator: { baseName: "operator", type: "string", }, target: { baseName: "target", type: "UserJourneySearchTarget", }, value: { baseName: "value", type: "number", format: "int64", }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=UserJourneySearchGraphFilter.js.map