UNPKG

@datadog/datadog-api-client

Version:

OpenAPI client for Datadog APIs

38 lines 784 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ProjectedCost = void 0; /** * Projected Cost data. */ class ProjectedCost { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return ProjectedCost.attributeTypeMap; } } exports.ProjectedCost = ProjectedCost; /** * @ignore */ ProjectedCost.attributeTypeMap = { attributes: { baseName: "attributes", type: "ProjectedCostAttributes", }, id: { baseName: "id", type: "string", }, type: { baseName: "type", type: "ProjectedCostType", }, additionalProperties: { baseName: "additionalProperties", type: "any", }, }; //# sourceMappingURL=ProjectedCost.js.map