UNPKG

@datadog/datadog-api-client

Version:
31 lines 867 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CostCurrencyResponse = void 0; /** * The dominant Cloud Cost Management billing currency for the requested period. The `data` array contains at most one entry, and is empty when no currency data is available. */ class CostCurrencyResponse { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return CostCurrencyResponse.attributeTypeMap; } } exports.CostCurrencyResponse = CostCurrencyResponse; /** * @ignore */ CostCurrencyResponse.attributeTypeMap = { data: { baseName: "data", type: "Array<CostCurrency>", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=CostCurrencyResponse.js.map