@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
36 lines • 822 B
JavaScript
;
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