UNPKG

@datadog/datadog-api-client

Version:
36 lines 773 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CostCurrency = void 0; /** * A Cloud Cost Management billing currency entry. */ class CostCurrency { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return CostCurrency.attributeTypeMap; } } exports.CostCurrency = CostCurrency; /** * @ignore */ CostCurrency.attributeTypeMap = { id: { baseName: "id", type: "string", required: true, }, type: { baseName: "type", type: "CostCurrencyType", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=CostCurrency.js.map