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