UNPKG

@datadog/datadog-api-client

Version:
36 lines 822 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CostOrchestrator = void 0; /** * A container orchestrator detected in Cloud Cost Management data. */ class CostOrchestrator { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return CostOrchestrator.attributeTypeMap; } } exports.CostOrchestrator = CostOrchestrator; /** * @ignore */ CostOrchestrator.attributeTypeMap = { id: { baseName: "id", type: "string", required: true, }, type: { baseName: "type", type: "CostOrchestratorType", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=CostOrchestrator.js.map