@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
19 lines • 804 B
JavaScript
;
/**
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
* This product includes software developed at Datadog (https://www.datadoghq.com/).
* Copyright 2020-Present Datadog, Inc.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.EQUALS = exports.IS_NULL = exports.NOT_ONE_OF = exports.ONE_OF = exports.NOT_MATCHES = exports.MATCHES = exports.GTE = exports.GT = exports.LTE = exports.LT = void 0;
exports.LT = "LT";
exports.LTE = "LTE";
exports.GT = "GT";
exports.GTE = "GTE";
exports.MATCHES = "MATCHES";
exports.NOT_MATCHES = "NOT_MATCHES";
exports.ONE_OF = "ONE_OF";
exports.NOT_ONE_OF = "NOT_ONE_OF";
exports.IS_NULL = "IS_NULL";
exports.EQUALS = "EQUALS";
//# sourceMappingURL=ConditionOperator.js.map