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