UNPKG

@datadog/datadog-api-client

Version:
31 lines 868 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AggregatedSignalsProblemsResponse = void 0; /** * Response body for the aggregated signals and problems endpoint. */ class AggregatedSignalsProblemsResponse { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return AggregatedSignalsProblemsResponse.attributeTypeMap; } } exports.AggregatedSignalsProblemsResponse = AggregatedSignalsProblemsResponse; /** * @ignore */ AggregatedSignalsProblemsResponse.attributeTypeMap = { data: { baseName: "data", type: "AggregatedSignalsProblemsResponseData", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=AggregatedSignalsProblemsResponse.js.map