UNPKG

@datadog/datadog-api-client

Version:
41 lines 1.13 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AggregatedSignalsProblemsResponseData = void 0; /** * Data envelope for an aggregated signals and problems response. */ class AggregatedSignalsProblemsResponseData { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return AggregatedSignalsProblemsResponseData.attributeTypeMap; } } exports.AggregatedSignalsProblemsResponseData = AggregatedSignalsProblemsResponseData; /** * @ignore */ AggregatedSignalsProblemsResponseData.attributeTypeMap = { attributes: { baseName: "attributes", type: "AggregatedSignalsProblemsResponseAttributes", required: true, }, id: { baseName: "id", type: "string", required: true, }, type: { baseName: "type", type: "AggregatedSignalsProblemsRequestType", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=AggregatedSignalsProblemsResponseData.js.map