UNPKG

@datadog/datadog-api-client

Version:
56 lines 1.39 kB
"use strict"; /** * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. * This product includes software developed at Datadog (https://www.datadoghq.com/). * Copyright 2020-Present Datadog, Inc. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.BudgetAttributesCostsUnit = void 0; /** * The unit used for all cost values in the response. */ class BudgetAttributesCostsUnit { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return BudgetAttributesCostsUnit.attributeTypeMap; } } exports.BudgetAttributesCostsUnit = BudgetAttributesCostsUnit; /** * @ignore */ BudgetAttributesCostsUnit.attributeTypeMap = { family: { baseName: "family", type: "string", }, id: { baseName: "id", type: "string", }, name: { baseName: "name", type: "string", }, plural: { baseName: "plural", type: "string", }, scaleFactor: { baseName: "scale_factor", type: "number", format: "double", }, shortName: { baseName: "short_name", type: "string", }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=BudgetAttributesCostsUnit.js.map