UNPKG

@datadog/datadog-api-client

Version:
39 lines 941 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CostRecommendationData = void 0; /** * A single cost recommendation entry in JSON:API form. */ class CostRecommendationData { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return CostRecommendationData.attributeTypeMap; } } exports.CostRecommendationData = CostRecommendationData; /** * @ignore */ CostRecommendationData.attributeTypeMap = { attributes: { baseName: "attributes", type: "CostRecommendationDataAttributes", }, id: { baseName: "id", type: "string", }, type: { baseName: "type", type: "CostRecommendationDataType", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=CostRecommendationData.js.map