UNPKG

@datadog/datadog-api-client

Version:
41 lines 969 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CostAnomalyResponseData = void 0; /** * Resource wrapper for a single cost anomaly. */ class CostAnomalyResponseData { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return CostAnomalyResponseData.attributeTypeMap; } } exports.CostAnomalyResponseData = CostAnomalyResponseData; /** * @ignore */ CostAnomalyResponseData.attributeTypeMap = { attributes: { baseName: "attributes", type: "CostAnomaly", required: true, }, id: { baseName: "id", type: "string", required: true, }, type: { baseName: "type", type: "CostAnomaliesResponseDataType", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=CostAnomalyResponseData.js.map