UNPKG

@datadog/datadog-api-client

Version:
31 lines 831 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CostOrchestratorsResponse = void 0; /** * List of container orchestrators detected in Cloud Cost Management data for the requested period. */ class CostOrchestratorsResponse { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return CostOrchestratorsResponse.attributeTypeMap; } } exports.CostOrchestratorsResponse = CostOrchestratorsResponse; /** * @ignore */ CostOrchestratorsResponse.attributeTypeMap = { data: { baseName: "data", type: "Array<CostOrchestrator>", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=CostOrchestratorsResponse.js.map