UNPKG

@datadog/datadog-api-client

Version:
35 lines 951 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ComparisonDuration = void 0; /** * The comparison period. Use a preset `type` value or set `type` to `custom_timeframe` and provide `custom_timeframe` with explicit millisecond epoch bounds. */ class ComparisonDuration { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return ComparisonDuration.attributeTypeMap; } } exports.ComparisonDuration = ComparisonDuration; /** * @ignore */ ComparisonDuration.attributeTypeMap = { customTimeframe: { baseName: "custom_timeframe", type: "ComparisonCustomTimeframe", }, type: { baseName: "type", type: "ComparisonDurationType", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=ComparisonDuration.js.map