UNPKG

@datadog/datadog-api-client

Version:
41 lines 1.03 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CostAnomaliesResponseData = void 0; /** * Resource wrapper for the list of cost anomalies and aggregated totals. */ class CostAnomaliesResponseData { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return CostAnomaliesResponseData.attributeTypeMap; } } exports.CostAnomaliesResponseData = CostAnomaliesResponseData; /** * @ignore */ CostAnomaliesResponseData.attributeTypeMap = { attributes: { baseName: "attributes", type: "CostAnomaliesResponseDataAttributes", required: true, }, id: { baseName: "id", type: "string", required: true, }, type: { baseName: "type", type: "CostAnomaliesResponseDataType", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=CostAnomaliesResponseData.js.map