UNPKG

@datadog/datadog-api-client

Version:
30 lines 735 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CostAnomalyResponse = void 0; /** * Response object containing a single Cloud Cost Management anomaly. */ class CostAnomalyResponse { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return CostAnomalyResponse.attributeTypeMap; } } exports.CostAnomalyResponse = CostAnomalyResponse; /** * @ignore */ CostAnomalyResponse.attributeTypeMap = { data: { baseName: "data", type: "CostAnomalyResponseData", }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=CostAnomalyResponse.js.map