UNPKG

@datadog/datadog-api-client

Version:
30 lines 785 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CostAnomaliesResponse = void 0; /** * Response object containing a list of detected Cloud Cost Management anomalies and aggregated totals. */ class CostAnomaliesResponse { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return CostAnomaliesResponse.attributeTypeMap; } } exports.CostAnomaliesResponse = CostAnomaliesResponse; /** * @ignore */ CostAnomaliesResponse.attributeTypeMap = { data: { baseName: "data", type: "CostAnomaliesResponseData", }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=CostAnomaliesResponse.js.map